Template:Infobox:Person: Difference between revisions

imported>Incoherent Productions
Created page with "<infobox> <title source="EnglishName"> <default>{{PAGENAME}}</default> <format><span style="text-align: center">{{{EnglishName}}}</span></format> </title> <title source="NativeName"> <format><span style="text-align: center">{{{NativeName}}}</span></format> </title> <image source="Image"/> <data source="BirthDate"> <label>Born</label> </data> <data source="DeathDate"> <label>Died</label> </data> <data source="Species"> <label>Species</..."
 
imported>Incoherent Productions
No edit summary
 
Line 33: Line 33:
</data>
</data>
</infobox>
</infobox>
<noinclude>
<templatedata>
{
    "description": "Infobox for people! Not all of the categories may apply to your person. Feel free to leave out sections that you haven't fleshed out yet.",
    "params": {
        "EnglishName": {
            "label": "English name",
            "description": "The official romanized name of the person in English (e.g. 'Shinzo Abe').",
            "type": "string"
        },
        "NativeName": {
            "label": "Native name",
            "description": "The official name of the person in their native language (e.g. '安倍 晋三').",
            "type": "string"
        },
        "Image": {
            "label": "Image",
            "description": "An image of the person",
            "type": "wiki-file-name"
        },
        "BirthDate": {
            "label": "Birth date",
            "description": "The person's date of birth and possibly also birthplace.",
            "type": "string"
        },
        "DeathDate": {
            "label": "Death date",
            "description": "The person's date of death and possibly also deathplace.",
            "type": "string"
        },
        "Species": {
            "label": "Species",
            "description": "The person's species.",
            "type": "string"
        },
        "Occupation": {
            "label": "Occupation",
            "description": "The person's occupation.",
            "type": "string"
        },
        "KnownFor": {
            "label": "Known for",
            "description": "What the person is known for.",
            "type": "string"
        },
        "Spouse": {
            "label": "Spouse(s)",
            "description": "The person's spouse(s).",
            "type": "string"
        },
        "Children": {
            "label": "Children",
            "description": "The person's children.",
            "type": "string"
        },
        "Parents": {
            "label": "Parents",
            "description": "The person's parents.",
            "type": "string"
        }
    }
}
</templatedata>
</noinclude>