Template:LM room infobox: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
No edit summary
No edit summary
(28 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{| class="infobox" cellpadding=2 cellspacing=2 align=right width=265px style="font-family: arial, sans-serif; padding: 4px; margin: 0 0 1em 1em; font-size: 11px; background-color: aliceblue; border:1px solid midnightblue; color:black"
{| id="lm-room" class="infobox" style="width:265px"
| align="center" colspan="2" bgcolor="#5993E5" style="font-family:arial; font-size:13px" {{!}} '''{{{title|{{PAGENAME}}}}}
! colspan="2" style="font-size:125%" | {{{title|{{PAGETITLE}}}}}
|-
| colspan="2" style="text-align:center" | {{{image|}}}
|-
|-
|align="center" colspan="2" | {{{image|}}}
|- bgcolor=#5993E5 style="vertical-align: top"
{{#if:{{{area|}}}|
{{#if:{{{area|}}}|
{{!}} '''Area'''
{{!}} '''Area'''
{{!}} {{{area|}}}
{{!}} {{{area}}}
|}}
}}
|- bgcolor=#5993E5 style="vertical-align: top"
|-
{{#if:{{{mansion|}}}|
{{#if:{{{mansion|}}}|
{{!}} '''Mansion'''
{{!}} '''Mansion'''
{{!}} {{{mansion|}}}
{{!}} {{{mansion}}}
|}}
}}
|- bgcolor=#5993E5 style="vertical-align: top"
|-
{{#if:{{{floor|}}}|
{{#if:{{{floor|}}}|
{{!}} '''Floor'''
{{!}} '''Floor'''
{{!}} {{{floor|}}}
{{!}} {{{floor}}}
|}}
}}
|- style="vertical-align: top"
|-
{{#if:{{{ghost|}}}|
{{#if:{{{ghost|}}}|
{{!}} '''Normal Ghosts'''
{{!}} '''Normal ghosts'''
{{!}} {{{ghost}}}
{{!}} {{{ghost}}}
|}}
}}
|- {{#if:{{{ghost|}}}|bgcolor=#5993E5}} style="vertical-align: top"
|-
{{#if:{{{portrait|}}}|
{{#if:{{{portrait|}}}|
{{!}} '''Portrait Ghosts'''
{{!}} '''Portrait ghosts'''
{{!}} {{{portrait}}}
{{!}} {{{portrait}}}
|}}
}}
|- {{#if:{{{ghost|}}}|bgcolor=#5993E5}} style="vertical-align: top"
|-
{{#if:{{{boss|}}}|
{{#if:{{{boss|}}}|
{{!}} '''Boss'''
{{!}} '''Boss'''
{{!}} {{{boss}}}
{{!}} {{{boss}}}
|}}
}}
|- {{#if:{{{ghost|}}}|bgcolor=#5993E5|{{#if:{{{portrait|}}}|bgcolor=#5993E5}}}} style="vertical-align: top"
|-
{{#if:{{{boo|}}}|
{{#if:{{{boo|}}}|
{{!}} '''Boo'''
{{!}} '''Boo'''
{{!}} {{{boo}}}
{{!}} {{{boo}}}
|}}
}}
|- style="vertical-align: top"
|-
{{#if:{{{notes|}}}|
{{#if:{{{notes|}}}|
{{!}} '''Notes'''
{{!}} '''Notes'''
{{!}} {{{notes}}}
{{!}} {{{notes}}}
|}}
}}
|}<noinclude>
|}<templatestyles src="LM room infobox/styles.css"/><noinclude>
== Layout ==
== Layout ==
<pre>
<pre>
{{Roombox
{{LM room infobox
|title=
|title=
|image=
|image=
Line 57: Line 57:
|boo=
|boo=
|notes=
|notes=
}}</pre>
}}
</pre>


[[Category:Infobox templates|{{PAGENAME}}]]</noinclude>
[[Category:Infobox templates]]</noinclude>

Revision as of 16:08, May 4, 2022

LM room infobox

Layout

{{LM room infobox
|title=
|image=
|area=
|mansion=
|floor=
|ghost=
|portrait=
|boss=
|boo=
|notes=
}}