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

From Team Fortress Wiki
Jump to: navigation, search
(capitalize grade values in accordance to the item infobox, and add data-grade so it's easier to determine the grade from the HTML)
m (re-word again because the prior one sounds a bit too matter-of-fact)
 
(7 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<includeonly>
+
<includeonly><nowiki></nowiki><!-- this nowiki pair ensures that we get a newline before the |- (start of row) -->
<nowiki></nowiki>
+
|-
{{!-}}
+
| {{#if:{{{grade|}}}|data-grade={{{grade}}} class="item-grade {{lc:{{{grade}}}}}"}} | <!--
{{!}} 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=%}}}}
+
  Icon (with {{{link}} override)
{{!-}}
+
-->{{#if:{{{link|}}}|{{item icon|{{{item}}}|link={{{link}}}}}<!--
</includeonly>
+
 
<noinclude>
+
  Icon (with no link override)
 +
-->|{{item icon|{{{item}}}}}}}<!--
 +
 
 +
  Link target (can be overridden by {{{link}}})
 +
-->[[{{#if:{{{link|}}}|{{{link}}}|{{{item}}}{{if lang}}}}|<!--
 +
 
 +
  Set the link color to white when grade is present, for readability
 +
--><span style="{{#if:{{{grade|}}}|color: white;}}"><!--
 +
 
 +
  Link text (can be overridden by {{{name}}})
 +
-->{{#if:{{{name|}}}|{{{name}}}|{{item name|{{{item}}}}}}}</span>]]
 +
| style="text-align:right;" | <!--
 +
-->{{#if:{{{rate|}}}|{{#if:{{{exactrate|}}}|{{Decimal Align|NUM={{{rate}}}|P=2|PREFIX=~|POSTFIX=%|TOOLTIP={{lang
 +
| en = Odds are approximately {{{exactrate}}}% when accounting for Unusual drops.
 +
}}
 +
}}|{{Decimal Align|NUM={{{rate}}}|P=2|POSTFIX=%}}}}}}
 +
</includeonly><noinclude>
 +
{{translation switching|en}}
 
{{Documentation}}
 
{{Documentation}}
 
</noinclude>
 
</noinclude>

Latest revision as of 07:10, 3 April 2024

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