Template:LM room infobox: Difference between revisions
From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
mNo edit summary |
mNo edit summary |
||
(38 intermediate revisions by 8 users not shown) | |||
Line 1: | Line 1: | ||
{| class="infobox" | <templatestyles src="LM room infobox/styles.css"/> | ||
| | {| id="lm-room" class="infobox" style="width:265px" | ||
! colspan="2" style="font-size:125%" | {{{title|{{PAGETITLE}}}}} | |||
|- | |||
| colspan="2" style="text-align:center" | {{{image|}}} | |||
|- | |- | ||
{{#if:{{{area|}}}| | {{#if:{{{area|}}}| | ||
{{!}} '''Area''' | {{!}} '''Area''' | ||
{{!}} {{{area|}}} | {{!}} {{{area}}} | ||
|}} | }} | ||
|- | |- | ||
{{#if:{{{mansion|}}}| | |||
{{!}} '''Mansion''' | |||
{{!}} {{{mansion}}} | |||
}} | |||
|- | |||
{{#if:{{{floor|}}}| | |||
{{!}} '''Floor''' | |||
{{!}} {{{floor}}} | |||
}} | |||
|- | |||
{{#if:{{{ghost|}}}| | {{#if:{{{ghost|}}}| | ||
{{!}} '''Normal | {{!}} '''Normal ghosts''' | ||
{{!}} {{{ghost}}} | {{!}} {{{ghost}}} | ||
}} | |||
|- | |- | ||
{{#if:{{{portrait|}}}| | {{#if:{{{portrait|}}}| | ||
{{!}} '''Portrait | {{!}} '''Portrait ghosts''' | ||
{{!}} {{{portrait}}} | {{!}} {{{portrait}}} | ||
|}} | }} | ||
|- | |- | ||
{{#if:{{{boss|}}}| | |||
{{!}} '''Boss''' | |||
{{!}} {{{boss}}} | |||
}} | |||
|- | |||
{{#if:{{{boo|}}}| | {{#if:{{{boo|}}}| | ||
{{!}} '''Boo | {{!}} '''Boo''' | ||
{{!}} {{{boo}}} | {{!}} {{{boo}}} | ||
|}} | }} | ||
|}<noinclude>[[Category:Infobox | |- | ||
{{#if:{{{notes|}}}| | |||
{{!}} '''Notes''' | |||
{{!}} {{{notes}}} | |||
}} | |||
|}<noinclude> | |||
== Layout == | |||
<pre> | |||
{{LM room infobox | |||
|title= | |||
|image= | |||
|area= | |||
|mansion= | |||
|floor= | |||
|ghost= | |||
|portrait= | |||
|boss= | |||
|boo= | |||
|notes= | |||
}} | |||
</pre> | |||
[[Category:Infobox templates]]</noinclude> |
Latest revision as of 22:52, May 18, 2024
LM room infobox | |
---|---|
Layout
{{LM room infobox |title= |image= |area= |mansion= |floor= |ghost= |portrait= |boss= |boo= |notes= }}