Template:Icon
From Step Mods | Change The Game
Purpose & Usage
Places a pre-defined icon on a wiki page. Can be used anywhere [[File:Name.Ext]] can be. This template uses anonymous parameters, but named parameters are also supported for backward compatibility.
Required Parameters
- type
- Defined:
type=keyword - Defines the icon that will be placed.
General Icons
| Keywords | Result |
|---|---|
| ask | |
| bug | |
| save | |
| construction | |
| enbdownload | |
| globe | |
| info, information | |
| loot | |
| mcm | |
| no | |
| skyrim | |
| step | |
| warn, warning | |
| xedit | |
| yes | |
| yesyellow |
Mod Organizer Specific Icons
| Keywords | Result |
|---|---|
| moexe | |
| moglobe | |
| mohelp | |
| moinstall | |
| moinstance | |
| molistoptions | |
| moprofile | |
| moopenfolders | |
| morefresh | |
| mosettings | |
| motools | |
| moupdate |
Optional Parameters
- size
- Default = 24
- Defines the size of the icon in pixels.
Examples
Code:
{{icon|ask}}{{icon|no}}{{icon|yes}}{{icon|info}}
Result:
Using Named Parameters
Code:
{{icon|type=ask|size=34}}{{icon|size=18|type=ask}}
Result:
Inline
Display the icons inline and bigger!
- Code:
{{icon|moinstall|30}} {{icon|moglobe|30}} {{icon|moprofile|30}} {{icon|moexe|30}} {{icon|motools|30}} {{icon|molistoptions|30}} - Result:
Related Templates
None

