Difference between revisions of "Template:Crate series table/row/Sandbox"
(Add grade background colors) |
GrampaSwood (talk | contribs) |
||
(14 intermediate revisions by 2 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}}}}}"}} | <!-- |
− | {{ | + | |
− | + | Icon (with {{{link}} override) | |
− | {{ | + | -->{{#if:{{{link|}}}|{{item icon|{{{item}}}|link={{{link}}}}}<!-- |
− | </ | + | |
− | < | + | 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|}}}|{{Decimal Align|NUM={{{rate}}}|P=2|POSTFIX=%}}}}</includeonly><noinclude> | ||
+ | {{Doc begin}} | ||
+ | Renders a single row in the {{tl|Crate series table/Sandbox}}. | ||
+ | |||
+ | === 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 {{tl|if lang}} | ||
+ | :; ''name'' | ||
+ | :: Optional. Overrides the link text. This template does not modify the value, so it should use {{tl|item name}} (or similar). | ||
+ | :; ''rate'' | ||
+ | :: Optional. Provides a formatted drop percentage. | ||
+ | :; ''grade'' | ||
+ | :: Optional. Sets the background color according to the [[Grade]]. | ||
+ | |||
+ | == Examples == | ||
+ | <pre> | ||
+ | {{Crate series table/row/Sandbox|item=Shotgun|rate=1|grade=Civilian}} | ||
+ | {{Crate series table/row/Sandbox|item=Shotgun|rate=1|grade=Freelance}} | ||
+ | {{Crate series table/row/Sandbox|item=Shotgun|rate=1|grade=Mercenary}} | ||
+ | {{Crate series table/row/Sandbox|item=Shotgun|rate=1|grade=Commando}} | ||
+ | {{Crate series table/row/Sandbox|item=Shotgun|rate=1|grade=Assassin}} | ||
+ | {{Crate series table/row/Sandbox|item=Shotgun|rate=1|grade=Elite}} | ||
+ | {{Crate series table/row/Sandbox|item=Scattergun}} | ||
+ | {{Crate series table/row/Sandbox|item=Scattergun|name=Rocket Launcher}} | ||
+ | {{Crate series table/row/Sandbox|item=Scattergun|name=Stickybomb Launcher|link=Stickybomb Launcher}} | ||
+ | </pre> | ||
+ | {| class="wikitable sortable" | ||
+ | |- | ||
+ | ! colspan="2" style="background:#F3A957;" | Table name | ||
+ | {{Crate series table/row/Sandbox|item=Shotgun|rate=1|grade=Civilian}} | ||
+ | {{Crate series table/row/Sandbox|item=Shotgun|rate=1|grade=Freelance}} | ||
+ | {{Crate series table/row/Sandbox|item=Shotgun|rate=1|grade=Mercenary}} | ||
+ | {{Crate series table/row/Sandbox|item=Shotgun|rate=1|grade=Commando}} | ||
+ | {{Crate series table/row/Sandbox|item=Shotgun|rate=1|grade=Assassin}} | ||
+ | {{Crate series table/row/Sandbox|item=Shotgun|rate=1|grade=Elite}} | ||
+ | {{Crate series table/row/Sandbox|item=Scattergun}} | ||
+ | {{Crate series table/row/Sandbox|item=Scattergun|name=Rocket Launcher}} | ||
+ | {{Crate series table/row/Sandbox|item=Scattergun|name=Stickybomb Launcher|link=Stickybomb Launcher}} | ||
+ | |} | ||
</noinclude> | </noinclude> |
Latest revision as of 19:40, 20 November 2024
Documentation for Crate series table/row/Sandbox
Renders a single row in the {{Crate series table/Sandbox}}
.
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.
- grade
- Optional. Sets the background color according to the Grade.
Examples
{{Crate series table/row/Sandbox|item=Shotgun|rate=1|grade=Civilian}} {{Crate series table/row/Sandbox|item=Shotgun|rate=1|grade=Freelance}} {{Crate series table/row/Sandbox|item=Shotgun|rate=1|grade=Mercenary}} {{Crate series table/row/Sandbox|item=Shotgun|rate=1|grade=Commando}} {{Crate series table/row/Sandbox|item=Shotgun|rate=1|grade=Assassin}} {{Crate series table/row/Sandbox|item=Shotgun|rate=1|grade=Elite}} {{Crate series table/row/Sandbox|item=Scattergun}} {{Crate series table/row/Sandbox|item=Scattergun|name=Rocket Launcher}} {{Crate series table/row/Sandbox|item=Scattergun|name=Stickybomb Launcher|link=Stickybomb Launcher}}
Table name
| |||
---|---|---|---|
Shotgun |
| ||
Shotgun |
| ||
Shotgun |
| ||
Shotgun |
| ||
Shotgun |
| ||
Shotgun |
| ||
Scattergun |
| ||
Rocket Launcher |
| ||
Stickybomb Launcher |