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
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{| class="infobox blue" style="width:265px"
{| id="lm-room" class="infobox" style="width:265px"
! colspan="2" style="font-size:125%" | {{{title|{{PAGENAME}}}}}
! colspan="2" style="font-size:125%" | {{{title|{{PAGETITLE}}}}}
|-
|-
| colspan="2" style="text-align:center" | {{{image|}}}
| colspan="2" style="text-align:center" | {{{image|}}}
Line 6: Line 6:
{{#if:{{{area|}}}|
{{#if:{{{area|}}}|
{{!}} '''Area'''
{{!}} '''Area'''
{{!}} {{{area|}}}
{{!}} {{{area}}}
|}}
}}
|-
|-
{{#if:{{{mansion|}}}|
{{#if:{{{mansion|}}}|
{{!}} '''Mansion'''
{{!}} '''Mansion'''
{{!}} {{{mansion|}}}
{{!}} {{{mansion}}}
|}}
}}
|-
|-
{{#if:{{{floor|}}}|
{{#if:{{{floor|}}}|
{{!}} '''Floor'''
{{!}} '''Floor'''
{{!}} {{{floor|}}}
{{!}} {{{floor}}}
|}}
}}
|-
|-
{{#if:{{{ghost|}}}|
{{#if:{{{ghost|}}}|
{{!}} '''Normal ghosts'''
{{!}} '''Normal ghosts'''
{{!}} {{{ghost}}}
{{!}} {{{ghost}}}
|}}
}}
|-
|-
{{#if:{{{portrait|}}}|
{{#if:{{{portrait|}}}|
{{!}} '''Portrait ghosts'''
{{!}} '''Portrait ghosts'''
{{!}} {{{portrait}}}
{{!}} {{{portrait}}}
|}}
}}
|-
|-
{{#if:{{{boss|}}}|
{{#if:{{{boss|}}}|
{{!}} '''Boss'''
{{!}} '''Boss'''
{{!}} {{{boss}}}
{{!}} {{{boss}}}
|}}
}}
|-
|-
{{#if:{{{boo|}}}|
{{#if:{{{boo|}}}|
{{!}} '''Boo'''
{{!}} '''Boo'''
{{!}} {{{boo}}}
{{!}} {{{boo}}}
|}}
}}
|-
|-
{{#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=

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=
}}