Template:Infobox person: Difference between revisions
(Person infobox template) |
(Blanked the page) |
||
Line 1: | Line 1: | ||
{| class="infobox bordered" cellpadding="3" style="width: 22em; font-size: smaller; text-align: left;" |
|||
! colspan="2" style="background-color: #ccccff; font-size: larger; text-align: center;" | {{{name}}} |
|||
|- |
|||
{{#if:{{{image|}}}| |
|||
{{!}} colspan="2" style="font-size: 6; text-align: center;" {{!}} {{{image|}}}<br />{{{caption|}}} |
|||
}} |
|||
|- |
|||
{{#if:{{{image2|}}}| |
|||
{{!}} colspan="2" style="font-size: 6; text-align: center;" {{!}} {{{image2|}}}<br />{{{caption2|}}} |
|||
}} |
|||
|- |
|||
{{#if:{{{realname|}}}| |
|||
! style="font-weight:bold;background-color: #ccccff; white-space: nowrap;" {{!}} Real name |
|||
{{!}} {{{realname|}}} |
|||
}} |
|||
|- |
|||
{{#if:{{{othernames|}}}| |
|||
! style="font-weight:bold;background-color: #ccccff; white-space: nowrap;" {{!}} Other names |
|||
{{!}} {{{othernames|}}} |
|||
}} |
|||
|- |
|||
{{#if:{{{born|}}}| |
|||
! style="font-weight:bold;background-color: #ccccff; white-space: nowrap;" {{!}} Date of birth |
|||
{{!}} {{{born|}}} |
|||
}} |
|||
|- |
|||
{{#if:{{{died|}}}| |
|||
! style="font-weight:bold;background-color: #ccccff; white-space: nowrap;" {{!}} Date of death |
|||
{{!}} {{{died|}}} |
|||
}} |
|||
|- |
|||
{{#if:{{{spouses|}}}| |
|||
! style="font-weight:bold;background-color: #ccccff; white-space: nowrap;" {{!}} Spouses |
|||
{{!}} {{{spouses|}}} |
|||
}} |
|||
|- |
|||
{{#if:{{{mates|}}}| |
|||
! style="font-weight:bold;background-color: #ccccff; white-space: nowrap;" {{!}} Mates |
|||
{{!}} {{{mates|}}} |
|||
}} |
|||
|- |
|||
{{#if:{{{spouse|}}}| |
|||
! style="font-weight:bold;background-color: #ccccff; white-space: nowrap;" {{!}} Spouse |
|||
{{!}} {{{spouse|}}} |
|||
}} |
|||
|- |
|||
{{#if:{{{mate|}}}| |
|||
! style="font-weight:bold;background-color: #ccccff; white-space: nowrap;" {{!}} Mate |
|||
{{!}} {{{mate|}}} |
|||
}} |
|||
|- |
|||
{{#if:{{{profession|}}}| |
|||
! style="font-weight:bold;background-color: #ccccff; white-space: nowrap;" {{!}} Profession or hobby |
|||
{{!}} {{{profession|}}} |
|||
}} |
|||
|- |
|||
{{#if:{{{kintype|}}}| |
|||
! style="font-weight:bold;background-color: #ccccff; white-space: nowrap;" {{!}} Kintype |
|||
{{!}} {{{kintype|}}} |
|||
}} |
|||
|- |
|||
{{#if:{{{theriotype|}}}| |
|||
! style="font-weight:bold;background-color: #ccccff; white-space: nowrap;" {{!}} Theriotype |
|||
{{!}} {{{theriotype|}}} |
|||
}} |
|||
|- |
|||
{{#if:{{{vamptype|}}}| |
|||
! style="font-weight:bold;background-color: #ccccff; white-space: nowrap;" {{!}} Vamptype |
|||
{{!}} {{{vamptype|}}} |
|||
}} |
|||
|- |
|||
{{#if:{{{url|}}}|! style="background-color: #ccccff;" {{!}} Website |
|||
{{!}} style="padding:0" cellpadding="0" {{!}} <div class="plainlinks" style="overflow:auto;width:100%;padding:2px;margin;0">{{{url}}}</div> |
|||
}} |
|||
|- |
|||
{{#if:{{{country|}}}| |
|||
! style="font-weight:bold;background-color: #ccccff; white-space: nowrap;" {{!}} |
|||
{{!}} {{{city}}}, {{{state}}} {{{country|}}} |
|||
}} |
|||
|- |
|||
|} |
|||
<noinclude> |
|||
==Usage== |
|||
{| style="background: transparent;" |
|||
|<pre>{{Infobox person |
|||
| name = |
|||
| realname = |
|||
| othernames = |
|||
| image = |
|||
| caption = |
|||
| born = |
|||
| died = |
|||
| spouses = |
|||
| mates = |
|||
| profession = |
|||
| kintype = |
|||
| theriotype = |
|||
| vamptype = |
|||
| url = |
|||
| city = |
|||
| state = |
|||
| country = |
|||
}} |
|||
</pre> |
|||
|} |
|||
[[Category:Infobox templates|{{PAGENAME}}]] |
|||
</noinclude><includeonly>[[Category:People]] |