Template:InfoboxPerson: Difference between revisions

From koreapedia
Created page with "{{#invoke:Infobox|build | title = {{{name|{{PAGENAME}}}}} | image = {{{image|}}} | image_size = {{{image_size|280px}}} | caption = {{{caption|}}} | label1 = Born | data1 = {{#if:{{{birth_date|}}}|{{{birth_date}}}}}{{#if:{{{birth_place|}}}|{{#if:{{{birth_date|}}}|, }}{{{birth_place}}}}} | label2 = Nationality | data2 = {{{nationality|}}} | label3 = Occupation | data3 = {{{occupation|}}} | label4 = Known for | data4 = {{{known_for|}}} | l..."
 
Spinster (talk | contribs)
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{#invoke:Infobox|build
{{#invoke:Infobox|smart
  | title      = {{{name|{{PAGENAME}}}}}
  | order = Born|Nationality|Occupation|Known for|Website|Alma mater|Awards|Years active
| image      = {{{image|}}}
  | Born = birth_place
| image_size = {{{image_size|280px}}}
  | Nationality = nationality
| caption    = {{{caption|}}}
  | Occupation = occupation
 
  | Known for = known_for
  | label1 = Born
  | Website = website
| data1  = {{#if:{{{birth_date|}}}|{{{birth_date}}}}}{{#if:{{{birth_place|}}}|{{#if:{{{birth_date|}}}|, }}{{{birth_place}}}}}
  | Alma mater = alma_mater
 
  | Awards = awards
  | label2 = Nationality
  | Years active = years_active
| data2  = {{{nationality|}}}
 
  | label3 = Occupation
| data3  = {{{occupation|}}}
 
  | label4 = Known for
| data4  = {{{known_for|}}}
 
  | label5 = Website
| data5  = {{{website|}}}
 
  | label6 = Alma mater
| data6  = {{{alma_mater|}}}
 
  | label7 = Awards
| data7  = {{{awards|}}}
 
  | label8 = Years active
| data8  = {{{years_active|}}}
}}
}}
<noinclude>
<noinclude>
Line 33: Line 14:
<templatedata>
<templatedata>
{
{
  "description": "Infobox for a person, powered by Module:Infobox.",
"description": "Infobox for a person, powered by Module:Infobox.",
  "params": {
"params": {
    "name":{"label":"Name","type":"string"},
"name": {
    "image":{"label":"Image filename","type":"string"},
"label": "Name",
    "image_size":{"label":"Image size","type":"string","default":"280px"},
"type": "string"
    "caption":{"label":"Image caption","type":"string"},
},
    "birth_date":{"label":"Birth date","type":"string"},
"image": {
    "birth_place":{"label":"Birth place","type":"string"},
"label": "Image filename",
    "nationality":{"label":"Nationality","type":"string"},
"type": "string"
    "occupation":{"label":"Occupation","type":"string"},
},
    "known_for":{"label":"Known for","type":"string"},
"image_size": {
    "website":{"label":"Website","type":"string"},
"label": "Image size",
    "alma_mater":{"label":"Alma mater","type":"string"},
"type": "string",
    "awards":{"label":"Awards","type":"string"},
"default": "280px"
    "years_active":{"label":"Years active","type":"string"}
},
  }
"caption": {
"label": "Image caption",
"type": "string"
},
"birth_date": {
"label": "Birth date",
"type": "string"
},
"birth_place": {
"label": "Birth place",
"type": "string"
},
"nationality": {
"label": "Nationality",
"type": "string"
},
"occupation": {
"label": "Occupation",
"type": "string"
},
"known_for": {
"label": "Known for",
"type": "string"
},
"website": {
"label": "Website",
"type": "string"
},
"alma_mater": {
"label": "Alma mater",
"type": "string"
},
"awards": {
"label": "Awards",
"type": "string"
},
"years_active": {
"label": "Years active",
"type": "string"
}
}
}
}
</templatedata>
</templatedata>
</noinclude>
</noinclude>

Latest revision as of 04:55, 11 October 2025

InfoboxPerson

TemplateData

Infobox for a person, powered by Module:Infobox.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Namename

no description

Stringoptional
Image filenameimage

no description

Stringoptional
Image sizeimage_size

no description

Default
280px
Stringoptional
Image captioncaption

no description

Stringoptional
Birth datebirth_date

no description

Stringoptional
Birth placebirth_place

no description

Stringoptional
Nationalitynationality

no description

Stringoptional
Occupationoccupation

no description

Stringoptional
Known forknown_for

no description

Stringoptional
Websitewebsite

no description

Stringoptional
Alma materalma_mater

no description

Stringoptional
Awardsawards

no description

Stringoptional
Years activeyears_active

no description

Stringoptional