Difference between revisions of "Template:Ammo tool"
m (Added colour and shadow; thx seb26) |
(A quick fix for template to work until there is a possibility to render text in "tf2" font.) |
||
Line 1: | Line 1: | ||
<includeonly><span style="font-family:TF2 Build; font-size:64px; color:#47402C; text-shadow:1px 1px 1px #47402C;">{{{1}}}</span>{{#ifeq: {{{2}}} | 0 | {{ns:}} | <includeonly><span style="font-family:TF2 Build; font-size:64px; color:#47402C; text-shadow:1px 1px 1px #47402C;">{{{1}}}</span>{{#ifeq: {{{2}}} | 0 | {{ns:}} | ||
− | | {{#ifeq: {{{2}}} | inf | | + | | {{#ifeq: {{{2}}} | inf | ∞ |
− | | | + | | {{{2}}}}}}} |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</includeonly><noinclude>{{doc begin}} | </includeonly><noinclude>{{doc begin}} | ||
{{tl|Ammo tool}} can display the amount of ammunition carried/loaded in a way resembling the indicator on the in-game HUD. It was designed to be used in weapon charts to improve the aesthetical features of the presentation. | {{tl|Ammo tool}} can display the amount of ammunition carried/loaded in a way resembling the indicator on the in-game HUD. It was designed to be used in weapon charts to improve the aesthetical features of the presentation. | ||
Line 52: | Line 19: | ||
[[Category:Formatting templates|Ammo tool]] | [[Category:Formatting templates|Ammo tool]] | ||
− | |||
</noinclude> | </noinclude> |
Revision as of 17:37, 5 August 2011
Documentation for Ammo tool
{{Ammo tool}}
can display the amount of ammunition carried/loaded in a way resembling the indicator on the in-game HUD. It was designed to be used in weapon charts to improve the aesthetical features of the presentation.
Parameters
{{Ammo tool|integer value of ammo loaded|integer value of ammo carried (including 0 for weapons like Minigun or Flamethrower) OR string "inf" to indicate the carried ammo is unlimited (for weapons like Cow Mangler 5000 or Jarate)}}
Example usages
{{Ammo tool|6|32}}
generates:
632
{{Ammo tool|200|0}}
generates:
200
{{Ammo tool|5|inf}}
generates:
5∞
{{Ammo tool|12|200}}
generates:
12200