Template:InfoboxRole/doc: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{Documentation subpage}} The '''RoleInfobox''' template creates a standardized infobox for displaying information about guild roles. == Usage == <pre> {{RoleInfobox | name = | image = | role_type = | rank = | located_in = | category = | reports_to = | supervises = | prerequisites = | equipment = | notes = }} </pre> == Parameters == {| class="wikitable" ! Parameter !! Description |- | <code>name</code>...") |
mNo edit summary |
||
| Line 1: | Line 1: | ||
The '''RoleInfobox''' template creates a standardized infobox for displaying information about guild roles. | The '''RoleInfobox''' template creates a standardized infobox for displaying information about guild roles. | ||
Revision as of 08:51, 9 January 2026
The RoleInfobox template creates a standardized infobox for displaying information about guild roles.
Usage
{{RoleInfobox
| name =
| image =
| role_type =
| rank =
| located_in =
| category =
| reports_to =
| supervises =
| prerequisites =
| equipment =
| notes =
}}
Parameters
| Parameter | Description |
|---|---|
name |
The name of the role (e.g., "Guild Master/Leader") |
image |
Optional image filename (e.g., "GuildMaster.png") |
role_type |
The type/category of the role (e.g., "Guild management and admin") |
rank |
The rank/number of the role (e.g., "1") |
located_in |
Where this role is primarily located (e.g., "Guild building") |
category |
Additional category information |
reports_to |
Who this role reports to |
supervises |
Who or what this role supervises |
prerequisites |
Any requirements for this role |
equipment |
Special equipment used in this role |
notes |
Any additional notes (displayed in the infobox) |
Examples
{{RoleInfobox
| name = Guild Master/Leader
| image = GuildMaster.jpg
| role_type = Guild management and admin
| rank = 1
| located_in = Guild building
| reports_to = Guild Council
| supervises = All guild members
}}
See also
- Template:InfoboxCharacter - For character information
- - All role pages
- Module:RoleInfobox - The Lua module that powers this template