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
Tags: Mobile edit Advanced mobile edit
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
<templatestyles src="Person infobox/styles.css"/>
{| id="person" class="infobox" style="width:300px"
{| id="person" class="infobox" style="width:300px"
! colspan="2" style="font-size:125%" | {{{title|{{PAGETITLE}}}}}
! colspan="2" style="font-size:125%" | {{{title|{{PAGETITLE}}}}}
Line 11: Line 12:
{{#if:{{{born|}}}|
{{#if:{{{born|}}}|
{{!}} '''Born'''
{{!}} '''Born'''
{{!}} {{{born}}}
{{!}} {{date|{{{born}}}}}
}}
}}
|-
|-
{{#if:{{{died|}}}|
{{#if:{{{died|}}}|
{{!}} '''Died'''
{{!}} '''Died'''
{{!}} {{{died}}}
{{!}} {{date|{{{died}}}}}
}}
}}
|-
|-
Line 23: Line 24:
{{!}} {{{role}}}
{{!}} {{{role}}}
}}
}}
|}<templatestyles src="Person infobox/styles.css"/><noinclude>{{br}}
|}<noinclude>{{br}}
== Usage ==
== Usage ==
<pre>
<pre>

Latest revision as of 13:53, November 17, 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
}}