Template:Icon: Difference between revisions

From Pikipedia, the Pikmin wiki
Jump to navigation Jump to search
(Bah.)
(New documentation style.)
Line 1: Line 1:
<includeonly>[[File:{{{1}}} {{#if:{{{v|}}}|{{{v}}}&nbsp;}}icon.png|link={{{1}}}|{{#if:{{{nosize|}}}||{{{3|x24px}}}}}]]{{#if:{{{2|}}}|&nbsp;[[{{{n|{{{1}}}}}}]]}}</includeonly><noinclude>
<includeonly>[[File:{{{1}}} {{#if:{{{v|}}}|{{{v}}}&nbsp;}}icon.png|link={{{1}}}|{{#if:{{{nosize|}}}||{{{3|x24px}}}}}]]{{#if:{{{2|}}}|&nbsp;[[{{{1}}}|{{{n|{{{1}}}}}}]]}}</includeonly><noinclude>


==Info==
==Info==
Line 5: Line 5:


===Parameters===
===Parameters===
*'''1''': The subject.
==Parameters==
*2: If this parameter has a value (like ''y''), a text link will be added to the front of the icon.
{| class = "wikitable"
*3: If this parameter has a value, it'll change the default size (24px height) to your liking.
! Parameter || Mandatory || Default || Purpose || Detailed description
*v: If there is more than one version of the subject, use this parameter to specify it, for the icon's filename.
|-
*n: If you want a different display name for the text link, specify it here.
! 1
*nosize: If this parameter has a value, the icon size will not be changed from the original.
| '''Yes''' ||  || Subject || Name of the subject's article.
|-
! 2
| No ||  || Text link || If this has a value, like "y", the subject's name will also appear in front of the icon, with a link to the subject's article.
|-
! 3
| No || x24px || Size || Use this to set the icon to a size of your liking.
|-
! v
| No ||  || Version || If there is more than one version of the subject, use this parameter to specify it. This is valid for icon filenames that follow the following pattern: "&lt;subject&gt; &lt;version&gt; icon.png".
|-
! n
| No ||  || Display name || If you want a different display name for the text link, specify it here.
|-
! nosize
| No ||  || Ignore "size" || If this parameter has a value, the icon size will not be changed from the original.
|}


===Examples===
==Template==
{{icon|Swooping Snitchbug|y}}
<pre>
{{icon|<subject>|<text link?>|<size>|v=<version>|n=<display name>|nosize=<no resize?>}}
</pre>
 
==Examples==
{| class = "wikitable"
! Code || Result
|-
| <pre>{{icon|Swooping Snitchbug}}</pre>
| {{icon|Swooping Snitchbug}}
|-
| <pre>{{icon|Shoot|y|16px}}</pre>
| {{icon|Shoot|y|16px}}
|-
| <pre>{{icon|Burgeoning Spiderwort|y|v=spicy|n=Spicy Burgeoning Spiderwort|nosize=y}}</pre>
| {{icon|Burgeoning Spiderwort|y|v=spicy|n=Spicy Burgeoning Spiderwort|nosize=y}}
|}


[[Category:Templates]]
[[Category:Templates]]
</noinclude>
</noinclude>

Revision as of 11:02, October 20, 2014


Info

This template shows the icon of a subject, with the icon linking to said subject. You can also have it quickly give a link to the subject in plain text, right after the icon.

Parameters

Parameters

Parameter Mandatory Default Purpose Detailed description
1 Yes Subject Name of the subject's article.
2 No Text link If this has a value, like "y", the subject's name will also appear in front of the icon, with a link to the subject's article.
3 No x24px Size Use this to set the icon to a size of your liking.
v No Version If there is more than one version of the subject, use this parameter to specify it. This is valid for icon filenames that follow the following pattern: "<subject> <version> icon.png".
n No Display name If you want a different display name for the text link, specify it here.
nosize No Ignore "size" If this parameter has a value, the icon size will not be changed from the original.

Template

{{icon|<subject>|<text link?>|<size>|v=<version>|n=<display name>|nosize=<no resize?>}}

Examples

Code Result
{{icon|Swooping Snitchbug}}
Swooping Snitchbug icon.png
{{icon|Shoot|y|16px}}
Shoot icon.png Shoot
{{icon|Burgeoning Spiderwort|y|v=spicy|n=Spicy Burgeoning Spiderwort|nosize=y}}
Burgeoning Spiderwort spicy icon.png Spicy Burgeoning Spiderwort