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 |
||
| 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 34: | Line 34: | ||
}} | }} | ||
{{{notes|}}} | {{{notes|}}}</includeonly> | ||
Revision as of 21:12, 23 August 2026
This template defines the table "Person". This table has not been created yet.