Difference between revisions of "User:Wookipan/Itemlist/row"

From Team Fortress Wiki
Jump to: navigation, search
m
m
Line 7: Line 7:
 
{{!}}-
 
{{!}}-
 
| item =
 
| item =
{{!}} {{#switch: {{lc:{{{grade}}}}}|unique = style="position:relative;background:#FFD700;"|#default = class="item-grade {{lc:{{{grade}}}}}"}} {{!}} {{item icon|{{{item}}}|75px}}
+
{{!}} {{#switch: {{lc:{{{grade}}}}}|unique = style="position:relative;background:#FFD700;"|#default = style="position:relative;" class="item-grade {{lc:{{{grade}}}}}"}} {{!}} {{item icon|{{{item}}}|75px}}
 
{{!}} style="background:{{{name-background|#FFE8CC}}};" {{!}} '''{{item link|{{{item}}}}}'''
 
{{!}} style="background:{{{name-background|#FFE8CC}}};" {{!}} '''{{item link|{{{item}}}}}'''
 
{{!}}-
 
{{!}}-
Line 37: Line 37:
  
 
; ''halloween-icon''
 
; ''halloween-icon''
: Optional. Displays the state of the Halloween icon, for use on holiday-restricted items. Set to <code>halloween-icon = yes</code>.
+
: Optional. Displays the state of the Halloween icon, for use on holiday restricted items. Set to <code>halloween-icon = yes</code>.
  
 
== Example ==
 
== Example ==
Line 58: Line 58:
 
| item = Last Laugh
 
| item = Last Laugh
 
| grade = assassin
 
| grade = assassin
| item-background = #FFE8CC
+
| name-background = #FFE8CC
 
}}
 
}}
 
</pre></noinclude>
 
</pre></noinclude>

Revision as of 22:53, 22 March 2024

Documentation for Wookipan/Itemlist/row

Parameters

For use on {{Itemlist}}

type
Acceptsclass or item, with class being the top row, subsequent rows for class items should use item.
rowspan
Rowspawn number. Required if type is set to class.
class
Class name, also accepts the value "All classes", but only if type is set to class.
grade
Grade of the item. Must be lowercase. Also accepts "unique" as a value.
item
Item name, for icon + link, in English.
class-background
Background colour of the column where the class is. Required if type is set to class.
name-background
Background colour of the column where the item name is.
halloween-icon
Optional. Displays the state of the Halloween icon, for use on holiday restricted items. Set to halloween-icon = yes.

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
| name-background = #FFE8CC
}}