Template:Icon: Difference between revisions

From Eco - English Wiki
[checked revision][checked revision]
No edit summary
(Replaced content with "<noinclude>{{Documentation}}</noinclude>")
Tags: Replaced 2017 source edit
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
<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}}
 
{{Icon|name = BasicResearchTag|size=iconRecipe|bg=iconWhite|border=borderYellow}}
 
{{Icon|name = Steel Bar|size=iconRecipe|border=borderGreen}}
 
</noinclude>

Latest revision as of 08:29, 21 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}}
Style 1
{{Icon|ChefSkill|1}}
Style 1 with link to its page
{{Icon|ChefSkill|1|1}}
Style 2
{{Icon|ChefSkill|2}}
Style 2 with link to Skills page
{{Icon|ChefSkill|2|Skills}}
Style 2, Size 100px
{{Icon|ChefSkill|2|size=100}}
Style 3, different link, Size 80px
{{Icon|ChefSkill|3|Skills|size=80}}