Template:SMM2 modifiers: Difference between revisions
From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
mNo edit summary |
(testing) |
||
Line 1: | Line 1: | ||
<includeonly>{{{1}}}<br/>{{#if: {{{mushroom|}}}|[[File:SMM2 Add Mushroom icon.png|25px]]}} {{#if: {{{wings|}}}|[[File:SMM2 Add Wings icon.png|25px]]}} {{#if: {{{parachute|}}}|[[File:SMM2 Add Parachute icon.png|25px]]}}</includeonly><noinclude>Displays a course element name with the icons for [[Super Mushroom]] (<code>mushroom</code>), [[ | <includeonly>{{{1}}}<br/>{{#if: {{{mushroom|}}}|[[File:SMM2 Add Mushroom icon.png|25px|link={{#ifeq: {{{mushroom|}}}|1||{{{mushroom|}}}}}]]}} {{#if: {{{wings|}}}|[[File:SMM2 Add Wings icon.png|25px|link={{#ifeq: {{{wings|}}}|1||{{{wings|}}}}}]]}} {{#if: {{{parachute|}}}|[[File:SMM2 Add Parachute icon.png|25px|link={{#ifeq: {{{parachute|}}}|1||{{{parachute|}}}}}]]}}</includeonly><noinclude>Displays a course element name with the icons for [[Super Mushroom]] (<code>mushroom</code>), [[wings]] (<code>wings</code>), and [[parachute]] (<code>parachute</code>) respectively, if specified. | ||
=== Examples === | === Examples === |
Revision as of 23:03, May 16, 2019
Displays a course element name with the icons for Super Mushroom (mushroom
), wings (wings
), and parachute (parachute
) respectively, if specified.
Examples
Template:SMM2 Modifiers | Template:SMM2 Modifiers | Template:SMM2 Modifiers |
{{SMM2 Modifiers|[[Goomba]]|mushroom=y|wings=y|parachute=y}} |
{{SMM2 Modifiers|[[Dry Bones Shell]]|wings=y|parachute=y}} |
{{SMM2 Modifiers|[[Yoshi Egg]]|parachute=y}} |