Template:Infobox:Person: Difference between revisions

From Library of Turku
Jump to navigation Jump to search
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>

Latest revision as of 22:14, 29 June 2024

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.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
English nameEnglishName

The official romanized name of the person in English (e.g. 'Shinzo Abe').

Stringoptional
Native nameNativeName

The official name of the person in their native language (e.g. '安倍 晋三').

Stringoptional
ImageImage

An image of the person

Fileoptional
Birth dateBirthDate

The person's date of birth and possibly also birthplace.

Stringoptional
Death dateDeathDate

The person's date of death and possibly also deathplace.

Stringoptional
SpeciesSpecies

The person's species.

Stringoptional
OccupationOccupation

The person's occupation.

Stringoptional
Known forKnownFor

What the person is known for.

Stringoptional
Spouse(s)Spouse

The person's spouse(s).

Stringoptional
ChildrenChildren

The person's children.

Stringoptional
ParentsParents

The person's parents.

Stringoptional