Template:Icon
Jump to navigation
Jump to search
Template documentation
|
---|
Note: portions of the template sample may not be visible without values provided. |
View or edit the template documentation. (About template documentation) |
Editors can experiment in this template's sandbox and test case pages. |
Usage
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}}
Field | Accepted Parameters | Example | Notes |
---|---|---|---|
name
|
file name | Cooking | No file extension needed (assumes .png). |
style
|
1,2,3 | 1 | Defines the (caption) style. Default is a small icon that is unlinkable with no caption.
|
link
|
1 or Page Name | Skills | Optional. Use if you want the icon to also link to a page.
|
size
|
any px size | 50 | Optional. If you are using this, you must write out size= and assumes px .
|
Examples
Example | Syntax | Result |
---|---|---|
No Style, Size 100px | {{Icon|Cooking|size=100}}
|
![]() |
Style 1 | {{Icon|Cooking|1}}
|
![]() |
Style 1 with link to its page | {{Icon|Cooking|1|1}}
|
![]() |
Style 2 | {{Icon|Cooking|2}}
|
![]() Cooking
|
Style 2 with link to Skills page | {{Icon|Cooking|2|Skills}}
|
![]() |
Style 2, Size 100px | {{Icon|Cooking|2|size=100}}
|
![]() Cooking
|
Style 3, different link, Size 80px | {{Icon|Cooking|3|Skills|size=80}}
|
![]() |