Template:Infobox class: Difference between revisions
Jump to navigation
Jump to search
Technochips (talk | contribs) (automatic categories) |
Technochips (talk | contribs) (use template data) |
||
Line 30: | Line 30: | ||
}} | }} | ||
|} | |} | ||
<includeonly> | <includeonly> | ||
[[Category:Classes]] | [[Category:Classes]] | ||
{{#if: {{{type|}}} | [[Category:{{{type|}}} classes]]}} | {{#if: {{{type|}}} | [[Category:{{{type|}}} classes]]}} | ||
</includeonly> | </includeonly> | ||
<noinclude> <templatedata> | |||
<noinclude> | { | ||
"params": { | |||
"title": { | |||
{{ | "description": "Name of the class. (only use when it doesn't match page name)", | ||
"type": "string" | |||
}, | |||
"image": { | |||
"description": "Prefix for the images of the class. (only use when it doesn't match page name)", | |||
"type": "wiki-file-name" | |||
}, | |||
"class": { | |||
}} | "description": "Icon of the class.", | ||
</ | "type": "wiki-file-name", | ||
"suggested": true | |||
}, | |||
"type": { | |||
"description": "Type of the class.", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"health": { | |||
"description": "Health of the class.", | |||
"type": "number", | |||
"suggested": true | |||
}, | |||
"overhealed": { | |||
"description": "Health of the class, when overhealed.", | |||
"type": "number", | |||
"suggested": true | |||
}, | |||
"speed": { | |||
"description": "Speed of the class.", | |||
"type": "number", | |||
"suggested": true | |||
} | |||
}, | |||
"description": "Infobox for class pages." | |||
} | |||
</templatedata> | |||
[[Category:Infobox]] | [[Category:Infobox]] | ||
</noinclude> | </noinclude> |
Revision as of 16:26, 14 April 2022
Infobox class | |
---|---|
Basic Information
|
Infobox for class pages.
Parameter | Description | Type | Status | |
---|---|---|---|---|
title | title | Name of the class. (only use when it doesn't match page name) | String | optional |
image | image | Prefix for the images of the class. (only use when it doesn't match page name) | File | optional |
class | class | Icon of the class. | File | suggested |
type | type | Type of the class. | String | suggested |
health | health | Health of the class. | Number | suggested |
overhealed | overhealed | Health of the class, when overhealed. | Number | suggested |
speed | speed | Speed of the class. | Number | suggested |