Template:Mission infobox: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
m (Text replacement - ";float:{{#ifeq:{{{align}}}|left|left|right}}" to "")
No edit summary
 
(18 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{|class="infobox" cellpadding=3 cellspacing=2 width=220 style="font-size:11px;background-color:#f7f8ff;border:1px solid #88a;clear:{{#ifeq:{{{align}}}|left|left|right}}"
{| class="infobox" style="width:280px;background:#f7f8ff;border-color:#88a"
|align=center colspan=2 bgcolor=#bbccea style=font-size:120%|'''Mission'''
! colspan="2" style="font-size:120%;background:#bbccea" | {{{label|Mission}}}
|-
|-
|align=center colspan=2 bgcolor=#ccddfa style=font-size:125%|{{{title|{{PAGENAME}}}}}
| colspan="2" style="font-size:125%;background:#ccddfa;text-align:center" | {{{title|{{PAGETITLE}}}}}
|-
|-
|align=center colspan=2|{{{image|}}}
| colspan="2" style="text-align:center" | {{{image|}}}
|-style=vertical-align:top
|-
{{#if:{{{level|}}}|{{!}} '''Location''' {{!}}{{!}} {{{level|}}}}}
{{#if:{{{location|}}}|
|-style=vertical-align:top
{{!}} '''Location'''
{{#if:{{{initiator|}}}|{{!}} '''Initiator''' {{!}}{{!}} {{{initiator|}}}}}
{{!}} {{{location}}}
|-style=vertical-align:top
}}
{{#if:{{{star|}}}|{{!}} '''Mission #''' {{!}}{{!}} {{{star|}}}}}
|-
|-style=vertical-align:top
{{#if:{{{initiator|}}}|
|'''Game'''
{{!}} '''Initiator'''
|style=width:12em|{{{game|}}}
{{!}} {{{initiator}}}
|-style=vertical-align:top
}}
{{#if:{{{boss|}}}|{{!}} '''Boss(es)''' {{!}}{{!}} {{{boss|}}}}}
|-
|-style="background:#bcf" cellspacing=0
{{#if:{{{number|}}}|
|colspan=2 align=center|{{#if:{{{before|}}}|'''{{{before}}}'''|<<}} <span style="font-size:97%">[[:Category:Missions|List of missions]]</span> {{#if:{{{after|}}}|'''{{{after}}}'''|>>}}  
{{!}} '''Mission #'''
|}<noinclude>{{br}}[[Category:Infobox templates]]
{{!}} {{{number}}}
}}
|-
{{#if:{{{game|}}}|
{{!}} '''Game'''
{{!}} {{{game}}}
}}
|-
{{#if:{{{boss|}}}|
{{!}} '''Boss(es)'''
{{!}} {{{boss}}}
}}
|- style="background:#bcf"
| colspan="2" style="text-align:center" | {{#if:{{{before|}}}|'''{{{before}}}'''|<<}} <span style="font-size:97%">[[:Category:Missions|Directory of missions]]</span> {{#if:{{{after|}}}|'''{{{after}}}'''|>>}}  
|}<noinclude>
==Using==
==Using==
<pre>
<pre>
{{Missionbox
{{mission infobox
|label=
|title=
|title=
|image=
|image=
|level=
|location=
|initiator=
|initiator=
|star=
|number=
|game=
|game=
|boss=
|boss=
Line 32: Line 47:
|after=
|after=
}}
}}
</pre></noinclude>
</pre>
 
[[Category:Infobox templates]]</noinclude>

Latest revision as of 11:41, May 5, 2022

Mission
Mission infobox
<< Directory of missions >>

Using

{{mission infobox
|label=
|title=
|image=
|location=
|initiator=
|number=
|game=
|boss=
|before=
|after=
}}