Template:Infobox person: Difference between revisions

CombustLem (talk | contribs)
Created page with "<infobox> <title source="title"> <default>{{PAGENAME}}</default> </title> <image source="image" /> <data source="name"> <label>Name</label> </data> <data source="birth_date"> <label>Born</label> </data> <data source="birth_place"> <label>Birthplace</label> </data> <data source="death_date"> <label>Died</label> </data> <data source="death_place"> <label>Place of death</label> </data> <data source="nationality"> <label>Nationality</label>..."
 
CombustLem (talk | contribs)
No edit summary
Line 7: Line 7:
<data source="name">
<data source="name">
<label>Name</label>
<label>Name</label>
</data>
<data source="nicknames">
<label>Nickname(s)</label>
</data>
</data>


Line 66: Line 70:
       "label": "Name",
       "label": "Name",
       "description": "Full name of the person.",
       "description": "Full name of the person.",
      "type": "string",
      "required": false
    },
    "nicknames": {
      "label": "Nickname(s)",
      "description": "Nickname(s) of the person (if applicable).",
       "type": "string",
       "type": "string",
       "required": false
       "required": false