Difference between revisions of "Template:Crate series table/row"

From Team Fortress Wiki
Jump to: navigation, search
(Add "grade" param which will change background color based on the grade supplied)
(capitalize grade values in accordance to the item infobox, and add data-grade so it's easier to determine the grade from the HTML)
Line 2: Line 2:
 
<nowiki></nowiki>
 
<nowiki></nowiki>
 
{{!-}}
 
{{!-}}
{{!}} colspan="2" style="background:#{{#switch: {{{grade}}}|civilian=B0C3D9|freelance=5E98D9|mercenary=4B69FF|commando=8847FF|assassin=D32CE6|elite=EB4B4B|#default=FFDDAD}};" {{!}} {{item icon|{{{item}}}}} [[{{{link|{{{item}}}}}}{{if lang}}|<span style="{{#if:{{{grade|}}}|color:white;}}">{{{name|{{Item name|{{{item}}}}}}}}</span>]]
+
{{!}} colspan="2" {{#if:{{{grade|}}}|data-grade={{{grade}}}}} style="background:#{{#switch: {{{grade}}}|Civilian=B0C3D9|Freelance=5E98D9|Mercenary=4B69FF|Commando=8847FF|Assassin=D32CE6|Elite=EB4B4B|#default=FFDDAD}};" {{!}} {{item icon|{{{item}}}}} [[{{{link|{{{item}}}}}}{{if lang}}|<span style="{{#if:{{{grade|}}}|color:white}};">{{{name|{{Item name|{{{item}}}}}}}}</span>]]
 
{{!}} style="text-align:right;" {{!}} {{#if:{{{rate|}}}|{{Decimal Align|NUM={{{rate}}}|P=2|POSTFIX=%}}}}
 
{{!}} style="text-align:right;" {{!}} {{#if:{{{rate|}}}|{{Decimal Align|NUM={{{rate}}}|P=2|POSTFIX=%}}}}
 
{{!-}}
 
{{!-}}

Revision as of 22:55, 5 September 2023


Template documentation [view] [edit] [history] [purge]

A single row template for the Crate series table template. Renders a single row in the {{Crate series table/Sandbox}}.

Renders a single row in the {{Crate series table}}.

Parameters

item
Required. Used to determine the icon (and, if not overridden, the link and name)
link
Optional. Overrides the image and text links. This template does not modify the value, so it should use {{if lang}}
name
Optional. Overrides the link text. This template does not modify the value, so it should use {{item name}} (or similar).
rate
Optional. Provides a formatted drop percentage.
exactrate
Optional. Provides a tooltip on rate with a rate that factors in unusual drops.
grade
Optional. Sets the background color according to the Grade.

Examples

{{Crate series table/row|item=Shotgun|rate=1|grade=Civilian}}
{{Crate series table/row|item=Shotgun|rate=1|grade=Freelance}}
{{Crate series table/row|item=Shotgun|rate=1|grade=Mercenary}}
{{Crate series table/row|item=Shotgun|rate=1|grade=Commando}}
{{Crate series table/row|item=Shotgun|rate=1|grade=Assassin}}
{{Crate series table/row|item=Shotgun|rate=1|exactrate=0.99|grade=Elite}}
{{Crate series table/row|item=Scattergun}}
{{Crate series table/row|item=Scattergun|name=Rocket Launcher}}
{{Crate series table/row|item=Scattergun|name=Stickybomb Launcher|link=Stickybomb Launcher}}
Test

ShotgunShotgun
1 .00%

ShotgunShotgun
1 .00%

ShotgunShotgun
1 .00%

ShotgunShotgun
1 .00%

ShotgunShotgun
1 .00%

ShotgunShotgun
~1 .00%

ScattergunScattergun

ScattergunRocket Launcher

ScattergunStickybomb Launcher