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 |
||
(10 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<includeonly> | <includeonly>{{#invoke:IconUtils|main}}</includeonly><noinclude>{{Documentation}}</noinclude> | ||
{{#invoke: | |||
</includeonly> | |||
<noinclude> | |||
{{ | |||
</noinclude> |
Latest revision as of 05:12, 14 June 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.
Modules used[edit source]
Syntax[edit source]
{{Icon|name|style|link|size|border}}
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.
|
link
|
Page Name or 1 | Charred Meat | Optional. Use if you want the icon to also link to a page.
|
size
|
any px size | 50 | If you are using this, you must write out size= and assumes px .
|
border
|
color name or Hex code | green | If you are using this, you must write html color name or Hex code as border= .
|
Samples[edit source]
Example | Syntax | Result |
---|---|---|
Style 1, Size 100px, no link | {{Icon|name=Charred Meat|size=100}} |
Module:IconUtils 'name' must be specified. |
Style 1, Size 50, Link itself | {{Icon|name=Charred Meat|link=1|size=50}} |
Module:IconUtils 'name' must be specified. |
Style 2, No Size, Link to page Food | {{Icon|name=Charred Meat|link=Food|style=2}} |
Module:IconUtils 'name' must be specified. |
Style 3, Size 100, Link itself | {{Icon|name=Charred Meat|link=1|size=100|style=3}} |
Module:IconUtils 'name' must be specified. |
Style 4, Size 50, Link itself, with border | {{Icon|name=Charred Meat|link=1|size=50|style=4}} |
Module:IconUtils 'name' must be specified. |