Template:PMTTYD item: Difference between revisions
From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
Dorsal Axe (talk | contribs) (Adding a new parameter that allows images to be toggled between the original game and the remake) |
Dorsal Axe (talk | contribs) (Slight tweak to make this more user-friendly) |
||
Line 1: | Line 1: | ||
<includeonly>{{#invoke:PM item|link | <includeonly>{{#invoke:PM item|link | ||
|game={{{game|TTYD | |game={{#switch:{{{game|}}}|NS = TTYDNS| #default = TTYD}} | ||
|1{{#ifeq:{{{1|}}}|{{{1}}}||NULL}}={{{1}}} | |1{{#ifeq:{{{1|}}}|{{{1}}}||NULL}}={{{1}}} | ||
|2{{#ifeq:{{{2|}}}|{{{2}}}||NULL}}={{{2}}} | |2{{#ifeq:{{{2|}}}|{{{2}}}||NULL}}={{{2}}} | ||
Line 15: | Line 15: | ||
{{PM item/parameters}} | {{PM item/parameters}} | ||
==Examples== | ==Examples== | ||
{| class="wikitable" | {| class="wikitable" |
Revision as of 05:22, May 27, 2024
This template creates a page link related to Paper Mario: The Thousand-Year Door with an associated item image on the left side.
Parameters
Name | Usage |
---|---|
{{{1}}}
|
Set the defaults for {{{item}}} , {{{link}}} , and {{{text}}}
|
{{{item}}} or {{{2}}}
|
Set the item to be displayed |
{{{size}}}
|
Set the item image size |
{{{right}}}
|
Set the position of the item image |
{{{link}}}
|
Set the page to link |
{{{text}}}
|
Set the text to be displayed |
{{{color}}}
|
Set the text color |
{{{wikitext}}}
|
Override {{{text}}}
|
{{{sep}}}
|
Set the separator between the item image and text |
Examples
Code | Result |
---|---|
{{PMTTYD item|Spaghetti|link=Spaghetti Plate}} |
![]() |
{{PMTTYD item|Boo's Sheet}} |
![]() |
{{PMTTYD item|Mr. Softener}} |
![]() |
{{PMTTYD item|Whacka Bump|sep=<br>}} |
![]() Whacka Bump |
{{PMTTYD item|Jammin' Jelly|text=Jammin' Jelly}} |
![]() |
{{PMTTYD item|Jammin' Jelly|wikitext=Jammin' Jelly}} |
![]() |
{{PMTTYD item|Mystery Box (item)|Mystery?}} |
![]() |
{{PMTTYD item|item=Mystery?|Mystery Box (item)}} |
![]() |
{{PMTTYD item|link=Mystery Box (item)|Mystery?}} |
![]() |
{{PMTTYD item|POW Block|link=|text=}} |
![]() |
{{PMTTYD item|Egg Bomb|color=green}} |
![]() |
See also
- {{PM item}}
- {{SPM item}}
- Module:PM item