Template:Icon: Difference between revisions

From Step Mods | Change The Game
No edit summary
No edit summary
Line 49: Line 49:
; type
; type
: Defines the icon that will be placed.
: Defines the icon that will be placed.
 
===== General =====
{| class="wikitable"
{| class="wikitable"
|-
|-
Line 67: Line 67:
|-
|-
| mcm || [[File:Mcmicon1.png|20px]]
| mcm || [[File:Mcmicon1.png|20px]]
|}
===== MO Specific =====
{| class="wikitable"
|-
! Keywords !!  Result
|-
| moexe || [[File:Gear_MO.png|20px]]
|-
| moglobe || [[File:Globe_MO.png|20px]]
|-
| moinstall || [[File:Archive_MO.png|20px]]
|-
| moprofile || [[File:Profiles_MO.png|20px]]
|-
| mosettings || [[File:Wrench_MO.png|20px]]
|-
| motools || [[File:Puzzle_mo.png|20px]]
|-
| moupdate || [[File:Update-MO.png|20px]]
|}
|}



Revision as of 01:28, 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.
General[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
MO Specific[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[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:

Ask/Question/Unknown
No
Yes
Bug
Information
Warning
Construction
MO Install Archive
MO Profiles
MO Executables
MO Tools


xEdit


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

MO Nexus

See Also[edit source]

None