Template:InfoboxPerson: Difference between revisions
Jump to navigation
Jump to search
Meltheresa (talk | contribs) create Infoboxes for people |
Meltheresa (talk | contribs) idk, maybe this will make it so only given fields are shown? |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 9: | Line 9: | ||
|param2-text={{{wohnort}}} | |param2-text={{{wohnort}}} | ||
|param3=Aliase | |param3=Aliase | ||
|param3-text={{{ | |param3-text={{{alias}}} | ||
|param4=Beruf bzw. Hauptaktivität | |param4=Beruf bzw. Hauptaktivität | ||
|param4-text={{{hauptaktivitaet}}} | |param4-text={{{hauptaktivitaet}}} | ||
| Line 15: | Line 15: | ||
|param5-text={{{bildung}}} | |param5-text={{{bildung}}} | ||
|param6=Bekannt für | |param6=Bekannt für | ||
|param6-text={{{ | |param6-text={{{werke}}} | ||
|param7=Politische Richtung | |param7=Politische Richtung | ||
|param7-text={{{politische richtung}}} | |param7-text={{{politische richtung}}} | ||
| Line 21: | Line 21: | ||
|param8-text={{{auffaelligkeiten}}} | |param8-text={{{auffaelligkeiten}}} | ||
}} | }} | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"title": { | |||
"type": "string", | |||
"required": true | |||
}, | |||
"image": { | |||
"type": "wiki-file-name", | |||
"default": " ", | |||
"autovalue": " " | |||
}, | |||
"geburt": { | |||
"type": "string", | |||
"default": " ", | |||
"autovalue": " " | |||
}, | |||
"tod": { | |||
"type": "string", | |||
"default": " ", | |||
"autovalue": " " | |||
}, | |||
"wohnort": { | |||
"type": "string", | |||
"default": " ", | |||
"autovalue": " " | |||
}, | |||
"alias": { | |||
"type": "string", | |||
"default": " ", | |||
"autovalue": " " | |||
}, | |||
"hauptaktivitaet": { | |||
"type": "string", | |||
"default": " ", | |||
"autovalue": " " | |||
}, | |||
"bildung": { | |||
"type": "string", | |||
"default": " ", | |||
"autovalue": " " | |||
}, | |||
"werke": { | |||
"type": "string", | |||
"default": " ", | |||
"autovalue": " " | |||
}, | |||
"politische richtung": { | |||
"type": "string", | |||
"default": " ", | |||
"autovalue": " " | |||
}, | |||
"auffaelligkeiten": { | |||
"type": "string", | |||
"default": " ", | |||
"autovalue": " " | |||
} | |||
} | |||
} | |||
</templatedata> | |||
</noinclude> | |||
Latest revision as of 14:57, 16 August 2026
{{{title}}}
[[File:|300px]]
| Geburt | {{{geburt}}} |
|---|---|
| Tod | {{{tod}}} |
| Wohnort | {{{wohnort}}} |
| Aliase | {{{alias}}} |
| Beruf bzw. Hauptaktivität | {{{hauptaktivitaet}}} |
| Bildung | {{{bildung}}} |
| Bekannt für | {{{werke}}} |
| Politische Richtung | {{{politische richtung}}} |
| Auffälligkeiten | {{{auffaelligkeiten}}} |
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| title | title | no description | String | required |
| image | image | no description
| File | optional |
| geburt | geburt | no description
| String | optional |
| tod | tod | no description
| String | optional |
| wohnort | wohnort | no description
| String | optional |
| alias | alias | no description
| String | optional |
| hauptaktivitaet | hauptaktivitaet | no description
| String | optional |
| bildung | bildung | no description
| String | optional |
| werke | werke | no description
| String | optional |
| politische richtung | politische richtung | no description
| String | optional |
| auffaelligkeiten | auffaelligkeiten | no description
| String | optional |