Template:InfoboxPerson: Difference between revisions

From Melwiki
Jump to navigation Jump to search
m check whether if works
Tag: Reverted
idk, maybe this will make it so only given fields are shown?
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
|title={{{title}}}
|title={{{title}}}
|image={{{image}}}
|image={{{image}}}
{{#if:{{{tod|}}}|
|param0=Geburt
  |param0=Geburt
|param0-text={{{geburt}}}
  |param0-text={{{geburt}}}
|param1=Tod
}}
|param1-text={{{tod}}}
{{#if:{{{tod|}}}|
  |param1=Tod
  |param1-text={{{tod}}}
}}
|param2=Wohnort
|param2=Wohnort
|param2-text={{{wohnort}}}
|param2-text={{{wohnort}}}
Line 34: Line 30:
},
},
"image": {
"image": {
"type": "wiki-file-name"
"type": "wiki-file-name",
"default": " ",
"autovalue": " "
},
},
"geburt": {
"geburt": {
"type": "string"
"type": "string",
"default": " ",
"autovalue": " "
},
},
"tod": {
"tod": {
"type": "string"
"type": "string",
"default": " ",
"autovalue": " "
},
},
"wohnort": {
"wohnort": {
"type": "string"
"type": "string",
"default": " ",
"autovalue": " "
},
},
"alias": {
"alias": {
"type": "string"
"type": "string",
"default": " ",
"autovalue": " "
},
},
"hauptaktivitaet": {
"hauptaktivitaet": {
"type": "string"
"type": "string",
"default": " ",
"autovalue": " "
},
},
"bildung": {
"bildung": {
"type": "string"
"type": "string",
"default": " ",
"autovalue": " "
},
},
"werke": {
"werke": {
"type": "string"
"type": "string",
"default": " ",
"autovalue": " "
},
},
"politische richtung": {
"politische richtung": {
"type": "string"
"type": "string",
"default": " ",
"autovalue": " "
},
},
"auffaelligkeiten": {
"auffaelligkeiten": {
"type": "string"
"type": "string",
"default": " ",
"autovalue": " "
}
}
}
}
Line 67: Line 83:
</templatedata>
</templatedata>
</noinclude>
</noinclude>
{{#if:{{{param4-text|}}}| }}

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.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
titletitle

no description

Stringrequired
imageimage

no description

Default
Auto value
Fileoptional
geburtgeburt

no description

Default
Auto value
Stringoptional
todtod

no description

Default
Auto value
Stringoptional
wohnortwohnort

no description

Default
Auto value
Stringoptional
aliasalias

no description

Default
Auto value
Stringoptional
hauptaktivitaethauptaktivitaet

no description

Default
Auto value
Stringoptional
bildungbildung

no description

Default
Auto value
Stringoptional
werkewerke

no description

Default
Auto value
Stringoptional
politische richtungpolitische richtung

no description

Default
Auto value
Stringoptional
auffaelligkeitenauffaelligkeiten

no description

Default
Auto value
Stringoptional