Template:Icon: Difference between revisions

From Step Mods | Change The Game
No edit summary
No edit summary
Line 1: Line 1:
<includeonly>{{ #if: {{{sort|}}}{{{sortkey|}}} | <span class="hide">{{{sortkey|2}}} </span> }}[[File:{{#switch:{{lc:{{{iconImage|{{{type}}}}}}}}
<includeonly>{{ #if: {{{sort|}}}{{{sortkey|}}} | <span class="hide">{{{sortkey|2}}} </span> }}[[File:{{#switch:{{{iconImage|{{lc:{{{type}}}}}}}}
|ask = Tango-question-mark.png
|ask = Tango-question-mark.png
|bug = Bug-Logo.png
|bug = Bug-Logo.png

Revision as of 01:14, October 29, 2020

Purpose & Usage[edit source]

Places a pre-defined icon on the page.

Parameters[edit source]

Required[edit source]

type
Defines the icon that will be placed.

Optional[edit source]

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

Examples[edit source]

Code:

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

Result:

Tango-question-mark.png|20px|Ask/Question/Unknown]]
Cross red.png|20px|No]]
Tick green.png|20px|Yes]]
Bug-Logo.png|20px|Bug]]
Info-Logo.png|20px|Information]]
Warn mo li.png|20px|Warning]]
Wrench MO.png|20px|Construction]]
Archive MO.png|20px|MO Install Archive]]
Profiles MO.png|20px|MO Profiles]]
Gear MO.png|20px|MO Executables]]
Puzzle mo.png|20px|MO Tools]]


Mcmicon1.png|20px|Mod Configuration Menu]]


Code: {{icon|type=moglobe}}
Result:

Globe MO.png|20px|MO Nexus]]

See Also[edit source]

None