Template:Infobox person: Difference between revisions

templatedata
No edit summary
(templatedata)
Line 20: Line 20:
  <label>Pronouns</label>
  <label>Pronouns</label>
</data>
</data>
<data source="gener">
<data source="gender">
  <label>Gender identity</label>
  <label>Gender identity</label>
</data>
</data>
Line 30: Line 30:
</data>
</data>
</infobox>
</infobox>
<noinclude>
<templatedata>
{
"params": {
"date_birth": {
"label": "Date of birth",
"type": "date",
"suggested": true
},
"place_birth": {
"label": "Place of birth",
"type": "string",
"suggested": true
},
"date_death": {
"label": "Date of death",
"type": "date"
},
"place_death": {
"label": "Place of death",
"type": "string"
},
"name": {
"label": "Name",
"description": "Name of the person (defaults to the article title)",
"type": "string"
},
"picture": {
"label": "Picture",
"description": "Picture of the person",
"type": "wiki-file-name",
"suggested": true
},
"caption": {
"label": "Caption",
"description": "Short description of the picture",
"type": "string"
},
"nationality": {
"label": "Nationality",
"description": "Where's this person from?"
},
"pronouns": {
"label": "Pronouns",
"description": "Pronouns used by this person",
"suggested": true
},
"occupation": {
"label": "Occupation"
},
"known_for": {
"label": "Known for",
"description": "What is this person known for, other than their occupation?"
},
"gender": {
"label": "Gender identity",
"description": "This person's gender identity",
"type": "string",
"suggested": true
}
},
"description": "To be used in articles about people",
"paramOrder": [
"name",
"picture",
"caption",
"date_birth",
"place_birth",
"date_death",
"place_death",
"nationality",
"pronouns",
"gender",
"occupation",
"known_for"
],
"format": "block"
}
</templatedata>
</noinclude>