Template:Icon: Difference between revisions

From Eco - English Wiki
[checked revision][checked revision]
(Created page with "<includeonly> {{#invoke:Utils|Icon}} </includeonly> <noinclude> == Documentation == <pre> </pre> ==Examples== <pre> {{Icon|name = Steel Bar}} </pre> {{Icon|name = Steel Bar...")
 
No edit summary
Tag: 2017 source edit
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<includeonly>
<includeonly><span style="display:inline-block; text-align:center; max-width:{{{size|28}}};">{{#ifeq:{{{2}}}|3|{{#if:{{{link|{{{3|}}}}}}|[[File:{{{1}}}_Item.png|{{{size|28}}}px|link={{{link|{{{3|}}}}}}]]|[[File:{{{1}}}_Item.png|{{{size|28}}}px|link={{{1}}}]]}}|[[File:{{{1}}}_Item.png|{{{size|28}}}px|link=]]{{#switch:{{{2|}}}{{#switch:{{{link|{{{3|}}}}}}|1={{LL|{{{1}}}}}|{{{3}}}={{LL|{{{3}}}}}|#default={{{1}}}}}|2=<br><div style="display:inline-block; font-size: .9em; width:{{{size|60px}}};">{{#switch:{{{link|{{{3|}}}}}}|1={{LL|{{{1}}}}}|{{{3}}}={{LL|{{{3}}}}}|#default={{{1}}}}}</div>}}</span></includeonly><noinclude>{{Documentation}}</noinclude>
{{#invoke:Utils|Icon}}
</includeonly>
 
<noinclude>
== Documentation ==
<pre>
 
</pre>
 
==Examples==
<pre>
{{Icon|name = Steel Bar}}
</pre>
{{Icon|name = Steel Bar}}
 
<pre>
{{Icon|name = Bread}}
</pre>
{{Icon|name = Bread}}
 
<pre>
{{Icon|name = Blast Furnace}}
</pre>
{{Icon|name = Blast Furnace}}
 
<pre>
{{Icon|name = Culinary Research Paper Basic}}
</pre>
{{Icon|name = Culinary Research Paper Basic}}
{{Icon|name = Dendrology Research Paper Advanced}}
{{Icon|name = Geology Research Paper Modern}}
 
</noinclude>

Latest revision as of 12:15, 24 May 2024

Template documentation
Note: portions of the template sample may not be visible without values provided. View or edit this documentation. (About template documentation)

Description[edit source]

Use to create tiny icons (and captions). By default, the icon size is 28px but it can be re-defined.

Syntax[edit source]

{{Icon|name|style|link|iconsize}}
Field Accepted Parameters Example Notes
name file name Cooking No file extension needed (assumes .png).
style 1,2,3 1 Defines the (caption) style. Default is a small icon that is unlinkable with no caption.
  • 1 = outputs the icon name as plain text next to the icon
  • 2 = outputs the icon name as a small caption below the icon
  • 3 = outputs no caption, but links the icon itself to its page of the same name. Recommended to use with <tvar name=1>size</tvar> parameter
link Page Name Skills Optional. Use if you want the icon to also link to a page.
  • When set to the default of 1, it will link to the same name as the icon, but you can overwrite by writing in the designated page name in this field. If you are using this, you must write out <tvar name=1>link=</tvar>
size any px size 50 If you are using this, you must write out <tvar name=1>size=</tvar> and assumes <tvar name=2>px</tvar>.

Samples[edit source]

Example Syntax Result
No Style, Size 100px
{{Icon|ChefSkill|size=100}}
3|File:ChefSkill Item.png|File:ChefSkill Item.png
Style 1
{{Icon|ChefSkill|1}}
3|File:ChefSkill Item.png|File:ChefSkill Item.png
Style 1 with link to its page
{{Icon|ChefSkill|1|1}}
3|File:ChefSkill Item.png|File:ChefSkill Item.png
Style 2
{{Icon|ChefSkill|2}}
3|File:ChefSkill Item.png|File:ChefSkill Item.png
Style 2 with link to Skills page
{{Icon|ChefSkill|2|Skills}}
3|File:ChefSkill Item.png|File:ChefSkill Item.png
Style 2, Size 100px
{{Icon|ChefSkill|2|size=100}}
3|File:ChefSkill Item.png|File:ChefSkill Item.png
Style 3, different link, Size 80px
{{Icon|ChefSkill|3|Skills|size=80}}
3|File:ChefSkill Item.png|File:ChefSkill Item.png