Template:LM room infobox: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
mNo edit summary
No edit summary
(43 intermediate revisions by 12 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="steelblue" 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=steelblue style="vertical-align: top"
{{#if:{{{area|}}}|
{{#if:{{{area|}}}|
{{!}} '''Area'''
{{!}} '''Area'''
{{!}} {{{area|}}}
{{!}} {{{area}}}
|}}
}}
|- style="vertical-align: top"
|-
{{#if:{{{mansion|}}}|
{{!}} '''Mansion'''
{{!}} {{{mansion}}}
}}
|-
{{#if:{{{floor|}}}|
{{!}} '''Floor'''
{{!}} {{{floor}}}
}}
|-
{{#if:{{{ghost|}}}|
{{!}} '''Normal ghosts'''
{{!}} {{{ghost}}}
}}
|-
{{#if:{{{portrait|}}}|
{{#if:{{{portrait|}}}|
{{!}} '''Portrait Ghost
{{!}} '''Portrait ghosts'''
{{!}} {{{portrait}}}
{{!}} {{{portrait}}}
|}}
}}
|- bgcolor=steelblue style="vertical-align: top"
|-
{{#if:{{{ghost|}}}|
{{#if:{{{boss|}}}|
{{!}} '''Normal Ghosts
{{!}} '''Boss'''
{{!}} {{{ghost}}}
{{!}} {{{boss}}}
|}}
}}
|- style="vertical-align: top"
|-
{{#if:{{{boo|}}}|
{{#if:{{{boo|}}}|
{{!}} '''Boo
{{!}} '''Boo'''
{{!}} {{{boo}}}
{{!}} {{{boo}}}
|}}
}}
|}<noinclude>[[Category:Formatting Templates]]</noinclude>
|-
{{#if:{{{notes|}}}|
{{!}} '''Notes'''
{{!}} {{{notes}}}
}}
|}<templatestyles src="LM room infobox/styles.css"/><noinclude>
== Layout ==
<pre>
{{LM room infobox
|title=
|image=
|area=
|mansion=
|floor=
|ghost=
|portrait=
|boss=
|boo=
|notes=
}}
</pre>
 
[[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=
}}