Template:Icon: Difference between revisions

From Eco - English Wiki
[checked revision][checked revision]
No edit summary
Tag: 2017 source edit
No edit summary
Tag: 2017 source edit
Line 1: Line 1:
<includeonly><span style="display:inline-block; text-align:center; max-width:{{{size|28}}};"></span></includeonly><noinclude>{{Documentation}}</noinclude>
<includeonly><span style="display:inline-block; text-align:center; max-width:{{{size|28}}};">{{#ifeq:{{{2}}}|3|{{#if:{{{link|{{{3|}}}}}}|[[File:{{{1}}}.png|{{{size|28}}}px|link={{{link|{{{3|}}}}}}]]|[[File:{{{1}}}.png|{{{size|28}}}px|link={{{1}}}]]}}|[[File:{{{1}}}.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>

Revision as of 11:48, 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

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

Syntax

{{Icon|name|style|link|size}}
Field Accepted Parameters Example Notes
name item name Charred Meat Name of the item as in the game
style 1,2,3 1 Defines the (caption) style. Default is a small icon that is unlinkable with no caption.
  • 1 = outputs no caption icon
  • 2 = outputs the icon name as plain text next to the icon
  • 3 = outputs the icon name as a small caption below the icon
link Page Name or 1 Charred Meat 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 item, but you can overwrite by writing in the designated page name in this field. If you are using this, you must write out link=
size any px size 50 If you are using this, you must write out size= and assumes px.

Samples

Example Syntax Result
Style 1, Size 100px, no link
{{Icon|name=Charred Meat|size=100}}
3|[[File:{{{1}}}.png|100px|link={{{1}}}]]|[[File:{{{1}}}.png|100px|link=]]
Style 1, Size 50, Link itself
{{Icon|name=Charred Meat|link=1|size=50}}
3|[[File:{{{1}}}.png|50px|link=1]]|[[File:{{{1}}}.png|50px|link=]]
Style 2, No Size, Link to page Food
{{Icon|name=Charred Meat|link=Food|style=2}}
3|[[File:{{{1}}}.png|28px|link=Food]]|[[File:{{{1}}}.png|28px|link=]]
Style 3, Size 100, Link itself
{{Icon|name=Charred Meat|link=1|size=100|style=3}}
3|[[File:{{{1}}}.png|100px|link=1]]|[[File:{{{1}}}.png|100px|link=]]