Template:Person: Difference between revisions
Jump to navigation
Jump to search
Created page with "{{#cargo_declare:_table=Person |Name=String |BirthDate=Date |BirthPlace=String |DeathDate=Date |DeathPlace=String |Occupation=String |Notes=Wikitext }} {{#cargo_store:_table=Person}} {| class="infobox" ! colspan="2" | {{{name|{{PAGENAME}}}}} |- | '''Born''' || {{{birth_date|}}}{{#if:{{{birth_place|}}}| in {{{birth_place}}}}} |- | '''Died''' || {{{death_date|}}}{{#if:{{{death_place|}}}| in {{{death_place}}}}} |- | '''Occupation''' || {{{occupation|}}} |- | '''Parents'''..." |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<noinclude> | |||
{{#cargo_declare:_table=Person | {{#cargo_declare:_table=Person | ||
|Name=String | |Name=String | ||
| Line 8: | Line 9: | ||
|Notes=Wikitext | |Notes=Wikitext | ||
}} | }} | ||
{{#cargo_store:_table=Person}} | </noinclude><includeonly>{{#cargo_store:_table=Person}} | ||
{| class="infobox" | {| class="infobox" | ||
! colspan="2" | {{{name|{{PAGENAME}}}}} | ! colspan="2" | {{{name|{{PAGENAME}}}}} | ||
| Line 23: | Line 23: | ||
|- | |- | ||
| '''Spouse''' | | '''Spouse''' | ||
| {{#if:{{{spouse|}}}|{{#genealogy: | | {{#if:{{{spouse|}}}|{{#genealogy:partner|{{{spouse}}}}}[[{{{spouse}}}]] }} | ||
|} | |} | ||
'''Children:''' | |||
{{#genealogy:children}} | |||
== Sources == | == Sources == | ||
| Line 34: | Line 37: | ||
}} | }} | ||
{{{notes|}}} | {{{notes|}}}</includeonly> | ||
Latest revision as of 21:59, 23 August 2026
This template defines the table "Person". This table has not been created yet.