Template:World infobox: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
m (Text replacement - "; background: " to ";background:")
(cleanup code & added usage)
Line 1: Line 1:
{| class="infobox" style="width:220px;background:whitesmoke;border:1px solid #88a"
{| class="infobox" style="width:280px;background:whitesmoke;border:1px solid #88a"
| colspan="2" style="font-size:120%; text-align: center;background:whitesmoke" | '''<span style="color:black">World</span>'''
|-
|-
| colspan="2" style="font-size:125%; text-align: center;background:palegreen" | '''<span style="color:black">{{{title|{{PAGENAME}}}}}</span>'''
| colspan="2" style="font-size:125%; text-align: center;background:palegreen" | '''{{{title|{{PAGENAME}}}}}'''
|-
|-
|align="center" colspan="2" | {{{image|}}}
|align="center" colspan="2" | {{{image|}}}
Line 26: Line 25:
{{!}}}
{{!}}}
|}}
|}}
|}<noinclude>[[Category:Infobox templates]]</noinclude>
|}<noinclude>{{br}}
==Usage==
<pre>
{{worldbox
|title = // the name of the world; only use if the article uses an identifier
|image = // an image of the world
|app = // the game(s) in which the world appears
|lev = // the number of levels plus the boss level
|before = // the previous world
|beforealt = // alternate previous world(s), if applicable
|after = // the following world
|secret = // a secret world following after, if applicable
|map = An official map of the world
}}</pre>
[[Category:Infobox templates]]</noinclude>

Revision as of 12:51, February 2, 2022

World infobox
<< List of worlds >>

Usage

{{worldbox
|title = // the name of the world; only use if the article uses an identifier
|image = // an image of the world
|app = // the game(s) in which the world appears
|lev = // the number of levels plus the boss level
|before = // the previous world
|beforealt = // alternate previous world(s), if applicable
|after = // the following world
|secret = // a secret world following after, if applicable
|map = An official map of the world
}}