[checked revision] | [checked revision] |
No edit summary Tag: 2017 source edit |
No edit summary Tag: 2017 source edit |
||
Line 13: | Line 13: | ||
| <code>name</code> | | <code>name</code> | ||
| item name | | item name | ||
| | | Charred Meat | ||
| | | | ||
|- | |- |
Revision as of 10:54, 14 June 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|size}}
Field | Accepted Parameters | Example | Notes |
---|---|---|---|
name
|
item name | Charred Meat | |
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, no Size, Link itself | {{Icon|name=Charred Meat|link=1}} |
Module:IconUtils 'name' must be specified. |