Difference between revisions of "Template:Taunt"
m (Minor adjustment on French) |
BrazilianNut (talk | contribs) m (→Parameters) |
||
(One intermediate revision by the same user not shown) | |||
Line 9: | Line 9: | ||
| da = {{#if:{{{weapon-2|}}}|Relaterede våben|Relateret våben}} | | da = {{#if:{{{weapon-2|}}}|Relaterede våben|Relateret våben}} | ||
| de = {{#if:{{{weapon-2|}}}|Zugehörige Gegenstände|Zugehöriger Gegenstand}} | | de = {{#if:{{{weapon-2|}}}|Zugehörige Gegenstände|Zugehöriger Gegenstand}} | ||
− | | es = {{#if:{{{weapon-2|}}}| | + | | es = {{#if:{{{weapon-2|}}}|Artículo asociado|Artículos asociados}} |
| fi = {{#if:{{{weapon-2|}}}|Liittyvät aseet|Liittyvä ase}} | | fi = {{#if:{{{weapon-2|}}}|Liittyvät aseet|Liittyvä ase}} | ||
| fr = {{#if:{{{weapon-2|}}}|Objets associés|Objet associé}} | | fr = {{#if:{{{weapon-2|}}}|Objets associés|Objet associé}} | ||
Line 32: | Line 32: | ||
| en = {{#if:{{{wearable-2|}}}|Associated wearables|Associated wearable}} | | en = {{#if:{{{wearable-2|}}}|Associated wearables|Associated wearable}} | ||
| de = {{#if:{{{wearable-2|}}}|Zugehörige Kleidungsstücke|Zugehöriges Kleidungsstück}} | | de = {{#if:{{{wearable-2|}}}|Zugehörige Kleidungsstücke|Zugehöriges Kleidungsstück}} | ||
− | | es = {{#if:{{{wearable-2|}}}| | + | | es = {{#if:{{{wearable-2|}}}|Artículos equipables asociados|Artículo equipable asociado}} |
| fi = {{#if:{{{wearable-2|}}}|Liittyvät kosmeettiset esineet|Liittyvä kosmeettinen esine}} | | fi = {{#if:{{{wearable-2|}}}|Liittyvät kosmeettiset esineet|Liittyvä kosmeettinen esine}} | ||
| fr = {{#if:{{{wearable-2|}}}|Objets cosmétiques associés|Objet cosmétique associé}} | | fr = {{#if:{{{wearable-2|}}}|Objets cosmétiques associés|Objet cosmétique associé}} | ||
Line 46: | Line 46: | ||
}}</th> | }}</th> | ||
}} | }} | ||
− | <th style="text-align:center; background:#F3A957; height:21px;">{{ | + | <th style="text-align:center; background:#F3A957; height:21px;">{{common string|Description}}</th>{{#if:{{{special|}}} |
− | + | | <th style="text-align:center; background:#F3A957; height:21px;">{{common string|Kill Icon}}</th> | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | | <th style="text-align:center; background:#F3A957; height:21px;">{{ | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
}} | }} | ||
</tr> | </tr> | ||
Line 187: | Line 140: | ||
</pre> | </pre> | ||
=== Parameters === | === Parameters === | ||
− | * image : image used to display the taunt. | + | * <code>image</code> : image used to display the taunt. |
− | * size : manual size control | + | * <code>size</code> : manual size control |
− | * link : link of the image. | + | * <code>link</code> : link of the image. |
− | * weapon- | + | * <code>weapon-'''N'''</code> : weapon associated with the taunt. Replace <code>'''N'''</code> with a number starting from 1 to 16. This should be the English name of the weapon. |
− | * wearable- | + | * <code>wearable-'''N'''</code> : wearable associated with the taunt. Replace <code>'''N'''</code> with a number starting from 1 to 8. This should be the English name of the item. |
− | * description : description of the taunt. | + | * <code>description</code> : description of the taunt. |
− | * special : name of the associated killtaunt (if it exists). | + | * <code>special</code> : name of the associated killtaunt (if it exists). |
− | * special2 : name of alternate killtaunt (if it exists). | + | * <code>special2</code> : name of alternate killtaunt (if it exists). |
[[Category:Formatting templates|Taunt]] | [[Category:Formatting templates|Taunt]] | ||
</noinclude> | </noinclude> |
Latest revision as of 22:17, 13 December 2024
[[File:{{{image}}}|150x150px|link=]] | Associated item | Description |
---|---|---|
None | {{{description}}} |
This template uses translation switching. The correct language will be displayed automatically. Localized versions of this template (e.g. Template:Taunt/ru) are not necessary. Add your translations directly to this template by editing it. Supported languages for this template: en, de, es, fi, fr, ko, no, pl, pt-br, ro, ru, zh-hans, zh-hant (add) |
Documentation for Taunt
Usage
{{Taunt | image = Pyrotaunt3.PNG | weapon-1 = Fire Axe | weapon-2 = Axtinguisher | weapon-3 = Homewrecker | weapon-4 = Powerjack | weapon-5 = Back Scratcher | description = The Pyro plays [[Media:Taunt_rockstar.wav|air]] [[Media:Taunt_rockstar_end.wav|guitar]] on his weapon. }}
Parameters
image
: image used to display the taunt.size
: manual size controllink
: link of the image.weapon-N
: weapon associated with the taunt. ReplaceN
with a number starting from 1 to 16. This should be the English name of the weapon.wearable-N
: wearable associated with the taunt. ReplaceN
with a number starting from 1 to 8. This should be the English name of the item.description
: description of the taunt.special
: name of the associated killtaunt (if it exists).special2
: name of alternate killtaunt (if it exists).