Difference between revisions of "Template:Infobox person"
Jump to navigation
Jump to search
Occultwiki (talk | contribs) Tag: Manual revert |
Occultwiki (talk | contribs) |
||
Line 1: | Line 1: | ||
{{ | <noinclude> | ||
<templatedata> | |||
{ | |||
"params": { | |||
"name": { | |||
"type": "wiki-page-name" | |||
}, | |||
"image": { | |||
"type": "wiki-file-name" | |||
}, | |||
"birth_date": { | |||
"type": "date" | |||
}, | |||
"death_date": { | |||
"type": "date" | |||
}, | |||
} | "occupation": { | ||
"type": "content" | |||
}, | |||
"years_active": { | |||
"type": "content" | |||
}, | |||
"education": { | |||
"type": "content" | |||
}, | |||
"partner": { | |||
"type": "content" | |||
}, | |||
"children": { | |||
"type": "content" | |||
} | |||
}, | |||
"paramOrder": [ | |||
"name", | |||
"image", | |||
"birth_date", | |||
"death_date", | |||
"occupation", | |||
"education", | |||
"years_active", | |||
"partner", | |||
"children" | |||
] | |||
} | |||
</templatedata> | |||
</noinclude> |
Revision as of 04:55, 17 October 2021
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
name | name | no description | Page name | optional |
image | image | no description | File | optional |
birth_date | birth_date | no description | Date | optional |
death_date | death_date | no description | Date | optional |
occupation | occupation | no description | Content | optional |
education | education | no description | Content | optional |
years_active | years_active | no description | Content | optional |
partner | partner | no description | Content | optional |
children | children | no description | Content | optional |