Template:Itemlist/row

From Team Fortress Wiki
< Template:Itemlist
Revision as of 18:14, 6 March 2024 by GrampaSwood (talk | contribs) (Added background parameters to example)
Jump to: navigation, search

Documentation for Itemlist/row

Parameters

For use on {{Itemlist}}

type
Accepts "class" or "item", class is the top row, subsequent rows for class items should use "item".
rowspan
Rowspawn number, only necessary if type = class.
class
Class name, also accepts "All classes", only if type = class.
grade
Grade of the item, should be lowercase. Also accepts "unique".
item
Item name, for icon + link, in English.
class-background
Background colour of the column where the class is. Only necessary if type = class.
name-background
Background colour of the column where the item name is.

Example

Type = class example:

{{Itemlist/row
| type = class
| rowspan = 2
| class = Scout
| item = Jumping Jester
| grade = commando
| class-background = #FF9310
}}

Type = item example:

{{Itemlist/row
| type = item
| item = Last Laugh
| grade = assassin
| item-background = #FFE8CC
}}