Template:Person infobox: Difference between revisions
From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
No edit summary |
No edit summary |
||
(16 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
{| class="infobox | {| id="person" class="infobox" style="width:300px" | ||
! colspan="2" style="font-size:125%" | {{{title|{{PAGETITLE}}}}} | |||
|- | |- | ||
| colspan="2" style="text-align:center" | {{{image|}}} | | colspan="2" style="text-align:center" | {{{image|}}} | ||
|- | |- | ||
{{#if:{{{ | {{#if:{{{full_name|}}}| | ||
{{!}} '''Full name''' | |||
{{!}} {{{full_name}}} | |||
}} | |||
|- | |||
{{#if:{{{born|}}}| | |||
{{!}} '''Born''' | {{!}} '''Born''' | ||
{{!}} {{{born}}} | {{!}} {{{born}}} | ||
}} | |||
|- | |- | ||
{{#if:{{{died|}}}| | {{#if:{{{died|}}}| | ||
{{!}} '''Died''' | {{!}} '''Died''' | ||
{{!}} {{{died}}} | {{!}} {{{died}}} | ||
}} | |||
|- | |- | ||
{{#if:{{{role|}}}| | {{#if:{{{role|}}}| | ||
{{!}} ''' | {{!}} '''''Super Mario''–related role(s)''' | ||
{{!}} {{{role}}} | {{!}} {{{role}}} | ||
}} | |||
|}<noinclude>{{br}} | |}<templatestyles src="Person infobox/styles.css"/><noinclude>{{br}} | ||
== Usage == | == Usage == | ||
<pre> | <pre> | ||
{{ | {{person infobox | ||
|title=The person's name, if different from the article title | |||
|image=A photo of the person | |image=A photo of the person | ||
|full_name=The person's full name | |full_name=The person's full name | ||
Line 31: | Line 33: | ||
|died=The person's death date, if applicable | |died=The person's death date, if applicable | ||
|role=A brief description of the person's role at the company they work at | |role=A brief description of the person's role at the company they work at | ||
}} | }} | ||
</pre> | </pre> | ||
[[Category:Infobox templates]]</noinclude> | [[Category:Infobox templates]]</noinclude> |
Revision as of 12:59, February 21, 2024
Person infobox | |
---|---|
Usage
{{person infobox |title=The person's name, if different from the article title |image=A photo of the person |full_name=The person's full name |born=The person's date of birth |died=The person's death date, if applicable |role=A brief description of the person's role at the company they work at }}