Template:Space infobox: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
m (Text replacement - "cellpadding=[^ ]+ cellspacing=[^0 ]+ " to "")
mNo edit summary
 
(24 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{| class="infobox" width=270px style="background-color:#fc6; border:1px solid #c8c"
{| class="infobox" style="width:270px;background:#fc6;border-color:#c8c"
! colspan="2" style="font-size:125%;background:#f93" | {{{title|{{PAGETITLE}}}}}
|-
| colspan="2" style="text-align:center" | {{{image|}}}
|-
{{#if:{{{purpose|}}}|
{{!}} '''Purpose'''
{{!}} {{{purpose}}}
}}
|-
|-
|align="center" style="background-color:#f93; border:1px solid #f60" colspan=2 | <font size=3>'''{{{name|{{PAGENAME}}}}}'''</font>
{{#if:{{{first_appearance|}}}|
|-
{{!}} '''First appearance'''
|colspan=2|{{#if:{{{image|}}}|[[File:{{{image|}}}|{{{width|50}}}px|center]]}}
{{!}} {{{first_appearance}}}
}}
|-
|-
{{#if:{{{purpose|}}}|{{!}}-
{{#if:{{{latest_appearance|}}}|
{{!}} '''Purpose''' {{!}}{{!}} {{{purpose}}}|}}
{{!}} '''Latest appearance'''
{{#if:{{{first_appearance|}}}|{{!}}-
{{!}} {{{latest_appearance}}}
{{!}} '''First appearance''' {{!}}{{!}} {{{first_appearance}}}|}}
}}
{{#if:{{{latest_appearance|}}}|{{!}}-
{{!}} '''Latest appearance''' {{!}}{{!}} {{{latest_appearance}}}|}}
|}<noinclude>{{br}}
|}<noinclude>{{br}}
==Usage==
==Usage==
{|border=1 style=border-collapse:collapse;width:70%;float:right;margin-left:1em; cellpadding=3
{|border=1 style="border-collapse:collapse;width:70%;float:right;margin:0 0 1em 1em" cellpadding=3
!colspan=2|Syntax
!colspan=2|Syntax
|-
|-
|&#124;name=
|&#124;title=
|The name of the space (only necessary when the name of the article has text other than the title alone, such as "Title (game)")
|The name of the space (only necessary when the name of the article sans identifier is not the desired title)
|-
|-
|&#124;image=
|&#124;image=
Line 31: Line 38:
|The latest game in the ''Mario Party'' series that the space has appeared in. The game must have been released in order for this parameter to be updated.
|The latest game in the ''Mario Party'' series that the space has appeared in. The game must have been released in order for this parameter to be updated.
|}
|}
<pre>
<pre>
{{space-infobox
{{space infobox
|title=
|image=
|image=
|name=
|purpose=
|purpose=
|first_appearance=
|first_appearance=
Line 40: Line 48:
}}
}}
</pre>
</pre>
[[Category:Infobox templates]]</noinclude>
[[Category:Infobox templates]]</noinclude>

Latest revision as of 16:51, November 21, 2023

Space infobox

Usage

Syntax
|title= The name of the space (only necessary when the name of the article sans identifier is not the desired title)
|image= An image depicting the space.
|purpose= A concise description of the general effect the space has when landed upon.
|first_appearance The first appearance of the space in the Mario Party series.
|latest_appearance= The latest game in the Mario Party series that the space has appeared in. The game must have been released in order for this parameter to be updated.
{{space infobox
|title=
|image=
|purpose=
|first_appearance=
|latest_appearance=
}}