Editing Template:Icon/doc
From Eco - English Wiki
Template/file changes in this version are pending review.
The stable version was checked on 19 June 2024.
Your changes will be displayed to readers once an authorized user accepts them. (help)
Template/file changes in this version are pending review.
The stable version was checked on 19 June 2024.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
== Description == | == Description == | ||
Use to create tiny icons (and captions). By default, the icon size is 28px but it can be re-defined. | Use to create tiny icons (and captions). By default, the icon size is 28px but it can be re-defined. | ||
== Syntax == | == Syntax == | ||
<syntaxhighlight lang="mediawiki">{{Icon|name|style|link|size | <syntaxhighlight lang="mediawiki">{{Icon|name|style|link|size}}</syntaxhighlight> | ||
{| class="ecotable mw-half" | {| class="ecotable mw-half" | ||
Line 26: | Line 23: | ||
* <code>2</code> = outputs the icon name as plain text next to the icon | * <code>2</code> = outputs the icon name as plain text next to the icon | ||
* <code>3</code> = outputs the icon name as a small caption below the icon | * <code>3</code> = outputs the icon name as a small caption below the icon | ||
|- | |- | ||
| <code>link</code> | | <code>link</code> | ||
Line 38: | Line 34: | ||
| 50 | | 50 | ||
| If you are using this, you must write out <code>size=</code> and assumes <code>px</code>. | | If you are using this, you must write out <code>size=</code> and assumes <code>px</code>. | ||
|} | |} | ||
Line 55: | Line 46: | ||
| {{Icon|name=Charred Meat|size=100}} | | {{Icon|name=Charred Meat|size=100}} | ||
|- | |- | ||
| Style 1, Size | | Style 1, no Size, Link itself | ||
| <syntaxhighlight lang="mediawiki">{{Icon|name=Charred Meat|link=1 | | <syntaxhighlight lang="mediawiki">{{Icon|name=Charred Meat|link=1}}</syntaxhighlight> | ||
| {{Icon|name=Charred Meat|link=1 | | {{Icon|name=Charred Meat|link=1}} | ||
|- | |- | ||
| Style | | Style 2, Size 50, Link to page Food | ||
| <syntaxhighlight lang="mediawiki">{{Icon|name=Charred Meat|link= | | <syntaxhighlight lang="mediawiki">{{Icon|name=Charred Meat|link=Food|size=50|style=2}}</syntaxhighlight> | ||
| {{Icon|name=Charred Meat|link= | | {{Icon|name=Charred Meat|link=Food|style=2|size=50}} | ||
|- | |- | ||
| Style | | Style 3, Size 100, Link to page Food | ||
| <syntaxhighlight lang="mediawiki">{{Icon|name=Charred Meat|link= | | <syntaxhighlight lang="mediawiki">{{Icon|name=Charred Meat|link=Food|size=100|style=3}}</syntaxhighlight> | ||
| {{Icon|name=Charred Meat|link= | | {{Icon|name=Charred Meat|link=Food|size=100|style=3}} | ||
|} | |} | ||
<noinclude>[[Category:Template Docs]]</noinclude> | <noinclude>[[Category:Template Docs]]</noinclude> |