Template:InfoboxRole/doc

From MB Wiki
< Template:InfoboxRole
Revision as of 08:49, 9 January 2026 by Ais (talk | contribs) (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>...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Template:Documentation subpage

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