Template:Icon

From Step Mods | Change The Game
Revision as of 19:47, March 27, 2022 by Z929669 (talk | contribs) (Text replacement - "molistoptions}}" to "molistoptions|30}}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Forum Topic

Purpose & Usage[edit source]

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[edit source]

type
Defined: type=keyword
Defines the icon that will be placed.

General Icons[edit source]

Keywords Result
ask Tango-question-mark.png
bug Bug-Logo.png
save CKSaveIcon.png
construction Wrench MO.png
enbdownload Down1.gif
globe Globe MO.png
info, information Info-Logo.png
loot Loot.png
mcm Mcmicon1.png
no Cross red.png
skyrim Fomodicon.png
step Delta c.png
warn, warning Warn mo li.png
xedit Tes5edit.png
yes Tick green.png
yesyellow Tick yellow.png

Mod Organizer Specific Icons[edit source]

Keywords Result
moexe Gear MO.png
moglobe Globe MO.png
mohelp Help MO.png
moinstall Archive MO.png
moinstance MOInstanceManager.png]
molistoptions MOlistoptions.png
moprofile Profiles MO.png
moopenfolders MOOpenFoldersMenu.png
morefresh MOrefresh.png
mosettings Wrench MO.png
motools Puzzle mo.png
moupdate Update-MO.png

Optional Parameters[edit source]

size
Default = 24
Defines the size of the icon in pixels.

Examples[edit source]

Code:

  • {{icon|ask}}
  • {{icon|no}}
  • {{icon|yes}}
  • {{icon|info}}

Result:

Tango-question-mark.png
Cross red.png
Tick green.png
Info-Logo.png

Using Named Parameters[edit source]

Code:

  • {{icon|type=ask|size=34}}
  • {{icon|size=18|type=ask}}

Result:

Tango-question-mark.png
Tango-question-mark.png

Inline[edit source]

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:
Archive MO.png Globe MO.png Profiles MO.png Gear MO.png Puzzle mo.png MOlistoptions.png

Related Templates[edit source]

None