Template:Icon: Difference between revisions

From Step Mods | Change The Game
No edit summary
Line 22: Line 22:
|xedit = Tes5edit.png
|xedit = Tes5edit.png
|yes = Tick_green.png
|yes = Tick_green.png
|yesyellow = Tick_yellow.png
|#default = Tango-question-mark.png}}|{{{size|20}}}px|{{#switch:{{lc:{{{iconText|{{{type}}}}}}}}
|#default = Tango-question-mark.png}}|{{{size|20}}}px|{{#switch:{{lc:{{{iconText|{{{type}}}}}}}}
|ask = Ask/Question/Unknown
|ask = Ask/Question/Unknown
Line 45: Line 46:
|xedit = xEdit
|xedit = xEdit
|yes = Yes
|yes = Yes
|yesyellow = Maybe/Partially
|#default = Ask/Question/Unknown}}]]</includeonly><noinclude>__NOTOC__
|#default = Ask/Question/Unknown}}]]</includeonly><noinclude>__NOTOC__
== Purpose & Usage ==
== Purpose & Usage ==
Line 83: Line 85:
|-
|-
| yes || [[File:Tick_green.png|20px]]
| yes || [[File:Tick_green.png|20px]]
|-
| yesyellow || [[File:Tick_yellow.png|20px]]
|}
|}



Revision as of 02:18, October 29, 2020

Purpose & Usage[edit source]

Places a pre-defined icon on the page.

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
construction Wrench MO.png
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
moinstall Archive MO.png
moprofile Profiles MO.png
mosettings Wrench MO.png
motools Puzzle mo.png
moupdate Update-MO.png

Optional Parameters[edit source]

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

Examples[edit source]

Code:

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

Result:

Ask/Question/Unknown
No
Yes
Information

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}}
Result:
MO Install Archive MO Nexus MO Profiles MO Executables MO Tools

See Also[edit source]

None