| Case |
Wikitext |
Expected |
Actual
|
| Required parameter provided, no other parameters provided.
|
{{SMG_Icon|Steel Ingot}}
|
Text is 'Steel Ingot', Icon is of a Steel Ingot, links to Steel Ingot.
|
Steel Ingot
|
| All parameters provided (explicit expansion of the default case)
|
{{SMG_Icon|Steel Ingot|Steel Ingot|link=Steel Ingot|icon=Slot Steel Ingot}}
|
Text is 'Steel Ingot', Icon is of a Steel Ingot, links to Steel Ingot. (exactly the same as above)
|
Steel Ingot
|
| Cosmetic text
|
{{SMG_Icon|Steel Ingot|steel}}
|
Text is 'steel', Icon is of a Steel Ingot, links to Steel Ingot.
|
steel
|
| Alternate link
|
{{SMG_Icon|Steel Ingot|link=Iron}}
|
Text is 'Steel Ingot', Icon is of a Steel Ingot, links to Iron.
|
Steel Ingot
|
| Alternate icon
|
{{SMG_Icon|Steel Ingot|icon=Slot Iron Ingot}}
|
Text is 'Steel Ingot', Icon is of an Iron Ingot, links to Steel Ingot.
|
Steel Ingot
|
| Cosmetic text and alternate link
|
{{SMG_Icon|Steel Ingot|steel|link=Iron}}
|
Text is 'steel', Icon is of a Steel Ingot, links to Iron.
|
steel
|
| Cosmetic text and alternate icon
|
{{SMG_Icon|Steel Ingot|steel|icon=Slot Schrabidium Ingot}}
|
Text is 'steel', Icon is of a Schrabidium Ingot, links to Steel Ingot.
|
steel
|
| Alternate link and alternate icon
|
{{SMG_Icon|Steel Ingot|link=Iron|icon=Slot Schrabidium Ingot}}
|
Text is 'Steel Ingot', Icon is of a Schrabidium Ingot, links to Iron
|
Steel Ingot
|
| No parameters provided (not even the required one).
|
{{SMG_Icon}}
|
Template shits itself. (INTENTIONAL BEHAVIOR)
|
[[File:Slot {{{1}}}.png|32px|link={{{1}}}]] [[{{{1}}}|{{{1}}}]]
|
| Required parameter links to non-existant page, no other parameters provided.
|
{{SMG_Icon|ThisPageDoesNotExist12345}}
|
Text and icon are both Redlinks.
|
File:Slot ThisPageDoesNotExist12345.png ThisPageDoesNotExist12345
|
Omission of alternate link & alternate icon values (but still keeping the |key= part)
|
{{SMG_Icon|Steel Ingot|link=|icon=}}
|
Link and icon both fall back to parameter 1 (Steel Ingot).
|
Steel Ingot
|
| Usage within a body of text
|
You're gonna need a lot of {{SMG_Icon|Steel Ingot}}s to make this amazing, wonderful, absolutely brilliant machine!
|
Template works correctly (Text is 'Steel Ingot', Icon is of a Steel Ingot, links to Steel Ingot), surrounding text has no formatting issues, word-ending link applies correctly.
|
You're gonna need a lot of Steel Ingots to make this amazing, wonderful, absolutely brilliant machine!
|
| Repetitive usage
|
{{SMG_Icon|Steel Ingot}} {{SMG_Icon|Steel Ingot}} {{SMG_Icon|Steel Ingot}}
|
All outputs identical, no inconsistency, formatting issues or caching issues.
|
Steel Ingot Steel Ingot Steel Ingot
|