Template:Person: Difference between revisions

From Paperverse
A Template for Pages for Characters and Persons
 
Nick (talk | contribs)
No edit summary
 
(40 intermediate revisions by 2 users not shown)
Line 2: Line 2:
This is a template for describing people/characters in your world.
This is a template for describing people/characters in your world.


== Usage ==
<noinclude>
This is a template for describing people in your universe.
{{Person
{{Person
|name=
|Name=
|image=
|Image=
|birth_date=
|Birthdate=
|death_date=
|Birthplace=
|species=
|Occupation=
|nationality=
|Species=
|occupation=
|Gender=
|residence=
|Height=
|affiliations=
|Weight=
|languages=
|Affiliation=
|Notable Works=
|Known For=
|Spouse=
|Children=
|Religion=
|Residence=
}}
}}
</noinclude>
</noinclude>
<includeonly>
<includeonly>
{| class="infobox" style="width: 300px; text-align: left;"
{| class="infobox" style="float: right; margin: 0 0 1em 1em; width: 300px; border: 1px solid #aaa; background: #f9f9f9;"
! colspan="2" style="text-align: center; background-color: #b0c4de;" | {{{name|{{PAGENAME}}}}}
! colspan="2" style="text-align: center; background-color: #006699; color: white;" | {{{name|{{PAGENAME}}}}}
|-
{{#if:{{{image|}}} | {{!}}-
{{#if:{{{image|}}}|
{{!}} colspan="2" style="text-align: center;" {{!}} [[File:{{{image}}}|290px]]
! colspan="2" style="text-align: center;" | [[File:{{{image}}}|250px]]
}}
{{#if:{{{birthdate|}}} | {{!}}-
{{!}} Birthdate
{{!}} {{{birthdate}}}
}}
{{#if:{{{birthplace|}}} | {{!}}-
{{!}} Birthplace
{{!}} {{{birthplace}}}
}}
{{#if:{{{occupation|}}} | {{!}}-
{{!}} Occupation
{{!}} {{{occupation}}}
}}
{{#if:{{{species|}}} | {{!}}-
{{!}} Species
{{!}} {{{species}}}
}}
{{#if:{{{gender|}}} | {{!}}-
{{!}} Gender
{{!}} {{{gender}}}
}}
{{#if:{{{height|}}} | {{!}}-
{{!}} Height
{{!}} {{{height}}}
}}
{{#if:{{{weight|}}} | {{!}}-
{{!}} Weight
{{!}} {{{weight}}}
}}
{{#if:{{{affiliation|}}} | {{!}}-
{{!}} Affiliation
{{!}} {{{affiliation}}}
}}
{{#if:{{{notable_works|}}} | {{!}}-
{{!}} Notable Works
{{!}} {{{notable_works}}}
}}
{{#if:{{{known_for|}}} | {{!}}-
{{!}} Known For
{{!}} {{{known_for}}}
}}
{{#if:{{{spouse|}}} | {{!}}-
{{!}} Spouse
{{!}} {{{spouse}}}
}}
{{#if:{{{children|}}} | {{!}}-
{{!}} Children
{{!}} {{{children}}}
}}
{{#if:{{{religion|}}} | {{!}}-
{{!}} Religion
{{!}} {{{religion}}}
}}
{{#if:{{{residence|}}} | {{!}}-
{{!}} Residence
{{!}} {{{residence}}}
}}
}}
|-
! Birth Date
| {{{birth_date|}}}
|-
! Death Date
| {{{death_date|}}}
|-
! Species
| {{{species|}}}
|-
! Nationality
| {{{nationality|}}}
|-
! Occupation
| {{{occupation|}}}
|-
! Residence
| {{{residence|}}}
|-
! Affiliations
| {{{affiliations|}}}
|-
! Languages
| {{{languages|}}}
|}
|}
 
[[Category:People]]
'''{{PAGENAME}}''' is a {{{species|person}}} from {{{nationality|}}}.
 
</includeonly>
</includeonly>

Latest revision as of 22:42, 25 April 2025

This is a template for describing people/characters in your world.


This is a template for describing people in your universe.


Person