[checked revision] | [checked revision] |
No edit summary Tag: 2017 source edit |
No edit summary Tag: 2017 source edit |
||
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. | ||
== Modules used == | |||
[[Module:IconUtils]] | |||
== Syntax == | == Syntax == | ||
<syntaxhighlight lang="mediawiki">{{Icon|name|style|link|size}}</syntaxhighlight> | <syntaxhighlight lang="mediawiki">{{Icon|name|style|link|size|border}}</syntaxhighlight> | ||
{| class="ecotable mw-half" | {| class="ecotable mw-half" | ||
Line 23: | Line 26: | ||
* <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>4</code> = outputs the icon name in frame with a small caption below the icon | |||
|- | |- | ||
| <code>link</code> | | <code>link</code> | ||
Line 57: | Line 61: | ||
| <syntaxhighlight lang="mediawiki">{{Icon|name=Charred Meat|link=1|size=100|style=3}}</syntaxhighlight> | | <syntaxhighlight lang="mediawiki">{{Icon|name=Charred Meat|link=1|size=100|style=3}}</syntaxhighlight> | ||
| {{Icon|name=Charred Meat|link=1|size=100|style=3}} | | {{Icon|name=Charred Meat|link=1|size=100|style=3}} | ||
|- | |||
| Style 4, Size 50, Link itself, with border | |||
| <syntaxhighlight lang="mediawiki">{{Icon|name=Charred Meat|link=1|size=50|style=4}}</syntaxhighlight> | |||
| {{Icon|name=Charred Meat|link=1|size=50|style=4}} | |||
|} | |} | ||
<noinclude>[[Category:Template Docs]]</noinclude> | <noinclude>[[Category:Template Docs]]</noinclude> |
Revision as of 07:33, 19 June 2024
Description
Use to create tiny icons (and captions). By default, the icon size is 28px but it can be re-defined.
Modules used
Syntax
{{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 .
|
Samples
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. |