276
edits
Welcome to Mariopedia! If you want to request an account, please do so at Mario Wiki or Fanonpedia.
m (Text replacement - "\[\[Category:([^|]+)\|{{PAGENAME}}\]\]" to "Category:$1") |
(From https://www.mariowiki.com/Template:LM_portrait_infobox) |
||
Line 1: | Line 1: | ||
{| class="infobox" | {| class="infobox" style="width:220px;background:ghostwhite;border:1px solid #88c" | ||
! colspan="2" style="font-size:125%;background:#eef;border:1px solid #88c" |{{#if:{{{icon|}}}|<span style="float:left;width:0">[[File:{{{icon}}}|x18px]]</span>}} {{{name|{{PAGENAME}}}}} | |||
|- | |||
| colspan="2" | {{#if:{{{image|}}}|[[File:{{{image|}}}|{{{width|100}}}px|center]]}} | |||
|- | |||
{{#if:{{{full_name|}}}| | |||
{{!}} '''Full name''' | |||
{{!}} {{{full_name}}} | |||
}} | |||
|- | |||
{{#if:{{{age|}}}| | |||
{{!}} '''Age''' | |||
{{!}} {{{age}}} | |||
}} | |||
|- | |||
{{#if:{{{biography|}}}| | |||
{{!}} '''Biography''' | |||
{{!}} {{{biography}}} | |||
}} | |||
|- | |||
{{#if:{{{room|}}}| | |||
{{!}} '''Room''' | |||
{{!}} {{{room}}} | |||
}} | |||
|- | |- | ||
{{#if:{{{hp|}}}| | |||
{{!}} '''HP''' | |||
{{!}} {{{hp}}} | |||
}} | |||
|- | |- | ||
{{#if:{{{ | {{#if:{{{quote|}}}| | ||
{{!}} ''' | {{!}} '''Heart quote''' | ||
{{!}} {{{quote}}} | |||
}} | |||
|}<noinclude>{{br}} | |||
==Usage instructions== | |||
|}<noinclude> | |||
==Usage | |||
Provides info about the 23 Portrait Ghosts in ''[[Luigi's Mansion]]''. | Provides info about the 23 Portrait Ghosts in ''[[Luigi's Mansion]]''. | ||
All rows will disappear if respective variables are not defined. Width is for image only, default 100px | All rows will disappear if respective variables are not defined. Width is for image only, default 100px. | ||
<pre> | <pre> | ||
{{portrait | {{LM portrait infobox | ||
|title= | |||
|image= | |image= | ||
|width= | |width= | ||
| | |full_name= | ||
|age= | |age= | ||
|biography= | |biography= | ||
|room= | |room= | ||
| | |hp= | ||
|quote= | |quote= | ||
}} | }} | ||
</pre> | </pre> | ||
[[Category:Infobox templates]]</noinclude> | [[Category:Infobox templates]]</noinclude> |