| [checked revision] | [checked revision] |
No edit summary |
No edit summary |
||
| Line 7: | Line 7: | ||
== Samples == | == Samples == | ||
{| class="ecotable mw-half" style="text-align:center" | |||
! Example | |||
! Syntax | |||
! Result | |||
|- | |||
| No Style, Size 100px | |||
| <syntaxhighlight lang="mediawiki">{{Icon|Cooking|size=100}}</syntaxhighlight> | |||
| {{Icon|Cooking|size=100}} | |||
|- | |||
| Style 1 | |||
| <syntaxhighlight lang="mediawiki">{{Icon|Cooking|1}}</syntaxhighlight> | |||
| {{Icon|Cooking|1}} | |||
|- | |||
| Style 1 with link to its page | |||
| <syntaxhighlight lang="mediawiki">{{Icon|Cooking|1|1}}</syntaxhighlight> | |||
| {{Icon|Cooking|1|1}} | |||
|- | |||
| Style 2 | |||
| <syntaxhighlight lang="mediawiki">{{Icon|Cooking|2}}</syntaxhighlight> | |||
| {{Icon|Cooking|2}} | |||
|- | |||
| Style 2 with link to Skills page | |||
| <syntaxhighlight lang="mediawiki">{{Icon|Cooking|2|Skills}}</syntaxhighlight> | |||
| {{Icon|Cooking|2|Skills}} | |||
|- | |||
| Style 2, Size 100px | |||
| <syntaxhighlight lang="mediawiki">{{Icon|Cooking|2|size=100}}</syntaxhighlight> | |||
| {{Icon|Cooking|2|size=100}} | |||
|- | |||
| Style 3, different link, Size 80px | |||
| <syntaxhighlight lang="mediawiki">{{Icon|Cooking|3|Skills|size=80}}</syntaxhighlight> | |||
| {{Icon|Cooking|3|link=Skills|size=80}} | |||
|} | |||
<noinclude>[[Category:Template Docs]]</noinclude> | <noinclude>[[Category:Template Docs]]</noinclude> | ||
Revision as of 08:36, 21 May 2024
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|iconsize}}