Template:Level infobox: Difference between revisions

From Mariopedia, a wiki on Mario, Yoshi, Wario, Donkey Kong, Super Smash Bros., and more!
Jump to navigationJump to search
Content added Content deleted
(→‎Usage: periods)
(playable param)
Line 8:
{{!}}-
{{#if:{{{level_no|}}}|
{{!}}-
{{!}} style="background:#cdfdce" {{!}} '''Level number'''
{{!}} {{{level_no}}}
{{!}}-
}}
{{!}}-
{{#if:{{{games|}}}|
{{!}}-
{{!}} style="background:#cdfdce" {{!}} '''Game appearances'''
{{!}} {{{games}}}
{{!}}-
}}
{{!}}-
{{#if:{{{world|}}}|
{{!}}-
{{!}} style="background:#cdfdce" {{!}} '''World'''
{{!}} {{{world}}}
{{!}}-
}}
{{!}}-
{{#if:{{{type|}}}|
{{!}}-
{{!}} style="background:#cdfdce" {{!}} '''Type'''
{{!}} {{{type}}}
{{!}}-
}}
{{!}}-
{{#if:{{{music|}}}|
{{!}}-
{{!}} style="background:#cdfdce" {{!}} '''Music'''
{{!}} {{{music}}}
{{!}}-
}}
{{!}}-
{{#if:{{{time_limit|}}}|
{{!}}-
{{!}} style="background:#cdfdce" {{!}} '''Time limit'''
{{!}} {{{time_limit}}}
{{!}}-
}}
{{#if:{{{playable|}}}|
{{!}} style="background:#cdfdce" {{!}} '''Playable characters'''
{{!}} {{{playable}}}
{{!}}-
}}
{{#if:{{{enemies|}}}|
{{!}}-
{{!}} style="background:#cdfdce" {{!}} '''Enemies'''
{{!}} {{{enemies}}}
{{!}}-
}}
{{!}}-
{{#if:{{{obstacles|}}}|
{{!}}-
{{!}} style="background:#cdfdce" {{!}} '''Obstacles'''
{{!}} {{{obstacles}}}
{{!}}-
}}
{{!}}-
{{#if:{{{boss|}}}|
{{!}}-
{{!}} style="background:#cdfdce" {{!}} '''Bosses'''
{{!}} {{{boss}}}
{{!}}-
}}
}}
Line 66 ⟶ 63:
{{!}}-
{{#if:{{{previous|}}}|
{{!}}-
{{!}} style="background:#cdfdce" {{!}} '''Previous level'''
{{!}} {{{previous}}}
{{!}}-
}}
{{!}}-
{{#if:{{{next|}}}|
{{!}}-
{{!}} style="background:#cdfdce" {{!}} '''Next level'''
{{!}} {{{next}}}
{{!}}-
}}
}}
{{!}}-
{{#if:{{{notes|}}}|
{{!}}-
Line 112 ⟶ 107:
||time_limit=
|The level's time limit, if applicable.
|-
||playable=
|These are the playable characters in the level. Only use this parameter if the game does not feature the same playable character(s) in every level.
|-
||enemies=
Line 141 ⟶ 139:
|world=
|type=
|music=
|time_limit=
|playable=
|enemies=
|obstacles=
|boss=
|time_limit=
|music=
|previous=
|next=
Line 151 ⟶ 150:
}}
</pre>
 
[[Category:Infobox templates]]</noinclude>

Revision as of 20:50, June 20, 2022

Level infobox
Have an image of this level?
You can help by uploading it!

Usage

Syntax
|name= The name of the level. By default, this is not necessary, as it will automatically use the article title.
|image= A representative image of the level, preferably a screenshot of the level's most recognizable feature.
|level_no= The level's "world-level" ID in the game it appears in.
|games= The game(s) that the level appears in.
|world= The world that the level is featured in.
|type= The type of level or otherwise its setting (e.g. "Castle," "Fortress").
|music= The name of the music track that plays during the level.
|time_limit= The level's time limit, if applicable.
|playable= These are the playable characters in the level. Only use this parameter if the game does not feature the same playable character(s) in every level.
|enemies= A list of enemies encountered in the level.
|obstacles= A list of obstacles encountered in the level.
|boss= The level's boss, if there is one.
|previous= The preceding level(s).
|next= The following level(s).
|notes= List any notable or distinct details in this section.
{{level infobox
|name=
|image=
|caption=
|level_no=
|games=
|world=
|type=
|music=
|time_limit=
|playable=
|enemies=
|obstacles=
|boss=
|previous=
|next=
|notes=
}}