Template:Icon: Difference between revisions

From Step Mods | Change The Game
mNo edit summary
mNo edit summary
Line 129: Line 129:
: {{icon|type=ask|size=34}}
: {{icon|type=ask|size=34}}
: {{icon|size=18|type=ask}}
: {{icon|size=18|type=ask}}
=== Using Aliases ===
'''Code:'''
* <code><nowiki>{{icon|size=18|text=ask}}</nowiki></code>
'''Result:'''<br>
: {{icon|size=18|text=ask}}


=== Inline ===
=== Inline ===

Revision as of 19:33, March 27, 2022

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
molistoptons MOlistoptions.png
moprofile Profiles MO.png
mopopenfolders 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|type=moinstall|size=30}} {{icon|type=moglobe|size=30}} {{icon|type=moprofile|size=30}} {{icon|type=moexe|size=30}} {{icon|type=motools|size=30}} {{icon|type=molistoptions|size=30}}
Result:
Archive MO.png Globe MO.png Profiles MO.png Gear MO.png Puzzle mo.png MOlistoptions.png

Related Templates[edit source]

None