Template:Person: Difference between revisions
(add template data) |
(add to template) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
{{#if:{{{Birthplace|}}} | | {{#if:{{{Birthplace|}}} | | ||
{{!}} Birthplace {{!}}{{!}} {{{Birthplace}}} | {{!}} Birthplace {{!}}{{!}} {{{Birthplace}}} | ||
{{!}}- | |||
}} | }} | ||
{{#if:{{{Birthday|}}} | | {{#if:{{{Birthday|}}} | | ||
{{!}} Birthday {{!}}{{!}} {{{Birthday}}} | {{!}} Birthday {{!}}{{!}} {{{Birthday}}} | ||
{{!}}- | |||
}} | |||
{{#if:{{{Death|}}} | | |||
{{!}} Death {{!}}{{!}} {{{Death}}} | |||
{{!}}- | |||
}} | }} | ||
{{#if:{{{Occupation|}}} | | {{#if:{{{Occupation|}}} | | ||
{{!}} Occupation {{!}}{{!}} {{{Occupation}}} | {{!}} Occupation {{!}}{{!}} {{{Occupation}}} | ||
{{!}}- | |||
}} | }} | ||
|}</onlyinclude> | |}</onlyinclude> | ||
Line 26: | Line 33: | ||
"Occupation": { | "Occupation": { | ||
"type": "string" | "type": "string" | ||
} | }, | ||
"Death": {} | |||
}, | }, | ||
"description": "Infobox for a | "description": "Infobox for a person", | ||
"format": "inline" | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Latest revision as of 15:52, 11 April 2023
Person |
---|
Infobox for a person
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | Name | no description | Unknown | optional |
Birthplace | Birthplace | no description | String | optional |
Birthday | Birthday | no description | Date | optional |
Occupation | Occupation | no description | String | optional |
Death | Death | no description | Unknown | optional |