Diferencia entre revisiones de «Plantilla:Icono prenda»

De Inkipedia
m (Undo revision 104171 by Heddy (talk))
m (Heddy moved page Template:InterimGear to Template:Gear)
Línea 1: Línea 1:
<includeonly>[[File:{{#switch:{{#if:{{{game|}}}|{{{game}}}|Splatoon}}
<includeonly>[[File:{{{1}}}_Gear_{{{2}}}_{{{3}}}.png|{{{4|24}}}px|link={{{3}}}]]{{#if:{{{5|}}}|{{#ifeq:{{{5}}}|icononly||&#32;[[{{{3}}}]]}}|&#32;[[{{{3}}}]]}}</includeonly><noinclude>
|Splatoon  = S
|Splatoon 2 = S2
|#default  = S
}}_Gear_{{{1}}}_{{{2}}}.png|{{{3|24px}}}|link={{{2}}}]]{{#ifeq:{{{icononly|}}}|true||&#32;[[{{{2}}}|{{{2}}}]]}}</includeonly><noinclude>__NOTOC__
Displays an inline [[gear]] item icon with a text link.
Displays an inline [[gear]] item icon with a text link.


=== Parameters ===
== Parameters ==
{|
<code><nowiki>{{Gear|game|category|name|size|icononly}}</nowiki></code>
{| class="wikitable"
|- style="vertical-align: top;"
|- style="vertical-align: top;"
|<code>category</code>||Unnamed.||The type of gear. Must be one of the following:
|<code>game</code>||Unnamed, required.||The game that the item belongs to. Must be one of the following:
*Headgear
*<code>S</code> for Splatoon
*Clothing
*<code>S2</code> for Splatoon 2
*Shoes
|- style="vertical-align: top;"
|- style="vertical-align: top;"
|<code>name</code>||Unnamed.||The English name of the item.
|<code>category</code>||Unnamed, required.||The type of gear. Must be one of the following:
*<code>Headgear</code>
*<code>Clothing</code>
*<code>Shoes</code>
|- style="vertical-align: top;"
|- style="vertical-align: top;"
|<code>size</code>||Unnamed, optional.||A Mediawiki image size parameter for the icon. The default size is 24px.
|<code>name</code>||Unnamed, required.||The English name of the item.
|- style="vertical-align: top;"
|- style="vertical-align: top;"
|<code>game</code>||Optional.||The game that the item belongs to. The default value is "Splatoon". Must be one of the following:
|<code>size</code>||Unnamed, optional.||The pixel width for the icon. The default size is 24px.
*Splatoon
*Splatoon 2
|- style="vertical-align: top;"
|- style="vertical-align: top;"
|<code>icononly</code>||Optional.||If present and "true", the text label will be omitted.
|<code>icononly</code>||Unnamed, optional.||If present, the text label will be omitted.
|}
|}


== Examples ==
== Examples ==
=== Markup ===
=== Input ===
<nowiki>{{Gear|Clothing|Basic Tee}}<br />
<pre>{{Gear|S|Clothing|Basic Tee}}
{{Gear|Clothing|Basic Tee|48px}}<br />
 
{{Gear|Clothing|Basic Tee|icononly=true}}<br />
{{Gear|S|Clothing|Basic Tee|64}}
{{Gear|Clothing|Basic Tee|game=Splatoon 2}}</nowiki>
 
{{Gear|S|Clothing|Basic Tee|64|icononly}}
 
{{Gear|S2|Clothing|Basic Tee|64|icononly}}</pre>


=== Output ===
=== Output ===
{{Gear|Clothing|Basic Tee}}<br />
[[File:S Gear Clothing Basic Tee.png|24px|link=Basic Tee]] [[Basic Tee]]
{{Gear|Clothing|Basic Tee|48px}}<br />
 
{{Gear|Clothing|Basic Tee|icononly=true}}<br />
[[File:S Gear Clothing Basic Tee.png|64px|link=Basic Tee]] [[Basic Tee]]
{{Gear|Clothing|Basic Tee|game=Splatoon 2}}
 
[[File:S Gear Clothing Basic Tee.png|64px|link=Basic Tee]]
 
[[File:S2 Gear Clothing Basic Tee.png|64px|link=Basic Tee]]
 
[[Category:Templates]]
</noinclude>
</noinclude>

Revisión del 05:46 6 dic 2017

Displays an inline gear item icon with a text link.

Parameters

{{Gear|game|category|name|size|icononly}}

game Unnamed, required. The game that the item belongs to. Must be one of the following:
  • S for Splatoon
  • S2 for Splatoon 2
category Unnamed, required. The type of gear. Must be one of the following:
  • Headgear
  • Clothing
  • Shoes
name Unnamed, required. The English name of the item.
size Unnamed, optional. The pixel width for the icon. The default size is 24px.
icononly Unnamed, optional. If present, the text label will be omitted.

Examples

Input

{{Gear|S|Clothing|Basic Tee}}

{{Gear|S|Clothing|Basic Tee|64}}

{{Gear|S|Clothing|Basic Tee|64|icononly}}

{{Gear|S2|Clothing|Basic Tee|64|icononly}}

Output

S Gear Clothing Basic Tee.png Basic Tee

S Gear Clothing Basic Tee.png Basic Tee

S Gear Clothing Basic Tee.png

S2 Gear Clothing Basic Tee.png