There are currently 0 stubs. You can help us by expanding these articles!

Difference between revisions of "Template:Person infobox"

From Rare Wiki
Jump to navigationJump to search
m
(cleanup coding)
Line 1: Line 1:
{| id="person" class="infobox" style="width:300px; float:right; padding:4px; margin: 0 0 1em 1em; font-size:11px; background:#FFFFE8; border:1px solid #000;"
{| id="person" class="infobox" style="background:#FFFFE8"
! colspan="2" style="background-color:#b32440; font-size:13px"|<span style="color:white">{{{title|{{PAGENAME}}}}}</span>
! colspan="2" style="background-color:#b32440; color:white; font-size:125%"|{{{title|{{PAGENAME}}}}}
|-
|-
| style="text-align:center" colspan="2"| {{{image|}}}
| style="text-align:center" colspan="2"| {{{image|}}}
Line 35: Line 35:
{{!}} {{{website}}}
{{!}} {{{website}}}
|}}
|}}
|}<noinclude>
|}<noinclude>{{br}}
==Usage==
==Usage==
<pre>
<pre>

Revision as of 04:38, October 16, 2021

Person infobox

Usage

{{Person infobox
|title		= Defaults to PAGENAME, include this field for a different name to be shown top of the infobox.
|image		= Image of the person, from official sources or interviews.
|born		= Date and place (town, county, country) of birth of the person.
|died		= Date and place of death if the person has deceased.
|activeyears	= Company name: start year–end year<br>More entries then in new lines.
|occupation	= List all roles the person currently or formerly has had.
|associates	= Co-workers and other professional relationships, significant to person's career.
|website	= Person's official website or webpage on a platform.
}}