Template:Infobox person: Difference between revisions
Appearance
Dat Hack3r (talk | contribs) Accounted for empty name parameter. |
m Edit 'Text color' parameter description |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Infobox | {{Infobox | ||
| bodystyle = {{#if:{{{backgroundColor|}}}|background-color: {{{backgroundColor}}};|}} | | bodystyle = {{#if:{{{background_color|}}}|background-color: {{{background_color}}};|{{#if:{{{backgroundColor|}}}|background-color: {{{backgroundColor}}};|}}}} | ||
| abovestyle = {{#if:{{{color|}}}|background-color: {{{color}}}; color: {{#if:{{{textColor|}}}|{{{textColor}}}|{{Greater color contrast ratio|{{{color}}}}}}};|{{#if:{{{textColor|}}}|color: {{{textColor}}};|}}}} | | abovestyle = {{#if:{{{color|}}}|background-color: {{{color}}}; color: {{#if:{{{text_color|}}}|{{{text_color}}}|{{#if:{{{textColor|}}}|{{{textColor}}}|{{Greater color contrast ratio|{{{color}}}}}}}}};|{{#if:{{{text_color|}}}|color: {{{text_color}}}|{{#if:{{{textColor|}}}|color: {{{textColor}}};|}}}}}} | ||
| headerstyle = {{#if:{{{color|}}}|background-color: {{{color}}}; color: {{#if:{{{textColor|}}}|{{{textColor}}}|{{Greater color contrast ratio|{{{color}}}}}}};|{{#if:{{{textColor|}}}|color: {{{textColor}}};|}}}} | | headerstyle = {{#if:{{{color|}}}|background-color: {{{color}}}; color: {{#if:{{{text_color|}}}|{{{text_color}}}|{{#if:{{{textColor|}}}|{{{textColor}}}|{{Greater color contrast ratio|{{{color}}}}}}}}};|{{#if:{{{text_color|}}}|color: {{{text_color}}}|{{#if:{{{textColor|}}}|color: {{{textColor}}};|}}}}}} | ||
| above = {{#if:{{{name|}}}|{{{name}}}|{{PAGENAME}}}} | | above = {{#if:{{{name|}}}|{{{name}}}|{{PAGENAME}}}} | ||
| autoheaders = y | | autoheaders = y | ||
| image = {{#invoke:InfoboxImage|InfoboxImage|image={{{image|}}}|size={{{ | | image = {{#invoke:InfoboxImage|InfoboxImage|image={{{image|}}}|size={{{image_size|}}}|sizedefault=300px|upright={{{image_upright|1}}}|alt={{{image_alt|}}}}} | ||
| caption1 = {{{imageCaption|}}} | | caption1 = {{#if:{{{image_caption|}}}|{{{image_caption}}}|{{{imageCaption|}}}}} | ||
| label1 = Real name | | label1 = Real name | ||
| data1 = {{{realName|}}} | | data1 = {{#if:{{{real_name|}}}|{{{real_name}}}|{{{realName|}}}}} | ||
| label2 = Aliases | | label2 = {{#if:{{{alias|}}}|Alias|Aliases}} | ||
| data2 = {{{aliases|}}} | | data2 = {{#if:{{{alias|}}}|{{{alias}}}|{{{aliases|}}}}} | ||
| label3 = Known for | | label3 = Known for | ||
| data3 = {{{knownFor|}}} | | data3 = {{#if:{{{known_for|}}}|{{{known_for}}}|{{{knownFor|}}}}} | ||
| label4 = Family | | label4 = Family members | ||
| data4 = {{{family|}}} | | data4 = {{{family|}}} | ||
Line 43: | Line 43: | ||
| label12 = Sexual orientation | | label12 = Sexual orientation | ||
| data12 = {{{sexualOrientation|}}} | | data12 = {{#if:{{{sexual_orientation|}}}|{{{sexual_orientation}}}|{{{sexualOrientation|}}}}} | ||
| label13 = Race | | label13 = Race | ||
Line 52: | Line 52: | ||
| label15 = Country of origin | | label15 = Country of origin | ||
| data15 = {{{ | | data15 = {{{origin|}}} | ||
| label16 = | | label16 = Nationality | ||
| data16 = {{{ | | data16 = {{{nationality|}}} | ||
| label17 = | | label17 = City or country of residence | ||
| data17 = {{{ | | data17 = {{{residence|}}} | ||
| label18 = | | label18 = Marital status | ||
| data18 = {{{ | | data18 = {{{marital|}}} | ||
| label19 = | | label19 = {{#if:{{{significant_other|}}}|Significant other|{{#if:{{{significantOther|}}}|Significant other|Significant others}}}} | ||
| data19 = {{{ | | data19 = {{#if:{{{significant_other|}}}|{{{significant_other}}}|{{#if:{{{significantOther|}}}|{{{significantOther}}}|{{{significant_others|}}}}}}} | ||
| label20 = | | label20 = Occupation | ||
| data20 = {{{ | | data20 = {{{occupation|}}} | ||
| label21 = | | label21 = Employer | ||
| data21 = {{{ | | data21 = {{{employer|}}} | ||
| label22 = | | label22 = Organization | ||
| data22 = {{{ | | data22 = {{{organization|}}} | ||
| label23 = | | label23 = Date of birth | ||
| data23 = {{{ | | data23 = {{#if:{{{birth_date|}}}|{{{birth_date}}}|{{{birthDate|}}}}} | ||
| label24 = | | label24 = Place of birth | ||
| data24 = {{{ | | data24 = {{#if:{{{birth_place|}}}|{{{birth_place}}}|{{{birthPlace|}}}}} | ||
| label25 = | | label25 = Date of death | ||
| data25 = {{{ | | data25 = {{#if:{{{death_date|}}}|{{{death_date}}}|{{{deathDate|}}}}} | ||
| | | label26 = Place of death | ||
| data26 = {{#if:{{{death_place|}}}|{{{death_place}}}|{{{deathPlace|}}}}} | |||
| | | header27 = Physical description | ||
| label28 = | | label28 = Height | ||
| data28 = {{{ | | data28 = {{{height|}}} | ||
| label29 = | | label29 = Weight | ||
| data29 = {{{ | | data29 = {{{weight|}}} | ||
| | | label30 = Eye color | ||
| data30 = {{{eyes|}}} | |||
| | | header31 = Socials | ||
| label32 = Others | | label32 = Webpage | ||
| | | data32 = {{{webpage|}}} | ||
| label33 = Others | |||
| data33 = {{#if:{{{other_socials|}}}|{{{other_socials}}}|{{{otherSocials|}}}}} | |||
}}<noinclude> | }}<noinclude> | ||
{{Documentation}} | {{Documentation}} | ||
</noinclude> | <templatedata> | ||
{ | |||
"params": { | |||
"background_color": { | |||
"aliases": [ | |||
"backgroundColor" | |||
], | |||
"label": "Background color", | |||
"description": "The background color of the infobox." | |||
}, | |||
"color": { | |||
"aliases": [ | |||
"text_color", | |||
"textColor" | |||
], | |||
"label": "Text color", | |||
"description": "The text color of the infobox's headers. The body text is automatically determined from this." | |||
}, | |||
"name": { | |||
"label": "Name" | |||
}, | |||
"image": { | |||
"label": "Image", | |||
"description": "The file name of the image attributed to the person. File: is not required." | |||
}, | |||
"image_size": { | |||
"label": "Image size", | |||
"description": "in format {n}px" | |||
}, | |||
"image_upright": { | |||
"label": "Image (upright)" | |||
}, | |||
"image_alt": { | |||
"label": "Image alt text" | |||
}, | |||
"image_caption": { | |||
"aliases": [ | |||
"imageCaption" | |||
], | |||
"label": "Image caption" | |||
}, | |||
"real_name": { | |||
"aliases": [ | |||
"realName" | |||
], | |||
"label": "Real name", | |||
"description": "Do not fill in unless the person listed is comfortable with this on their wiki page." | |||
}, | |||
"alias": { | |||
"aliases": [ | |||
"aliases" | |||
], | |||
"label": "Alias(es)", | |||
"description": "Alias(es) the person goes by." | |||
}, | |||
"known_for": { | |||
"aliases": [ | |||
"knownFor" | |||
], | |||
"label": "Known for" | |||
}, | |||
"family": { | |||
"label": "Family members" | |||
}, | |||
"affiliations": { | |||
"label": "Affiliations" | |||
}, | |||
"friends": { | |||
"label": "Friends" | |||
}, | |||
"enemies": { | |||
"label": "Enemies" | |||
}, | |||
"age": { | |||
"label": "Age", | |||
"description": "Do not fill in if the person is not comfortable with this on their wiki page." | |||
}, | |||
"sex": { | |||
"label": "Sex" | |||
}, | |||
"gender": { | |||
"label": "Gender" | |||
}, | |||
"sexual_orientation": { | |||
"aliases": [ | |||
"sexualOrientation" | |||
], | |||
"label": "Sexual orientation" | |||
}, | |||
"race": { | |||
"label": "Race" | |||
}, | |||
"religion": { | |||
"label": "Religion" | |||
}, | |||
"origin": { | |||
"label": "Origin" | |||
}, | |||
"nationality": { | |||
"label": "Nationality" | |||
}, | |||
"residence": { | |||
"label": "Residence", | |||
"description": "Do not fill in unless the person is comfortable with this on their wiki page." | |||
}, | |||
"marital": { | |||
"label": "Marital status" | |||
}, | |||
"significant_other": { | |||
"aliases": [ | |||
"significantOther", | |||
"significantOthers", | |||
"significant_others" | |||
], | |||
"label": "Significant other(s)" | |||
}, | |||
"occupation": { | |||
"label": "Occupation" | |||
}, | |||
"employer": { | |||
"label": "Employer" | |||
}, | |||
"organization": { | |||
"label": "Organization" | |||
}, | |||
"birth_date": { | |||
"aliases": [ | |||
"birthDate" | |||
], | |||
"label": "Birth date", | |||
"description": "Do not fill in if the person is not comfortable with this on their wiki page." | |||
}, | |||
"birth_place": { | |||
"aliases": [ | |||
"birthPlace" | |||
], | |||
"label": "Birth place", | |||
"description": "Do not fill in if the person is not comfortable with this on their wiki page." | |||
}, | |||
"death_date": { | |||
"aliases": [ | |||
"deathDate" | |||
], | |||
"label": "Death date", | |||
"description": "Will OWoT even last long enough for this field to be used?" | |||
}, | |||
"death_place": { | |||
"aliases": [ | |||
"deathPlace" | |||
], | |||
"label": "Death place" | |||
}, | |||
"height": { | |||
"label": "Height" | |||
}, | |||
"weight": { | |||
"label": "Weight" | |||
}, | |||
"eyes": { | |||
"label": "Eye color" | |||
}, | |||
"webpage": { | |||
"label": "Webpage" | |||
}, | |||
"other_socials": { | |||
"aliases": [ | |||
"otherSocials" | |||
], | |||
"label": "Other socials" | |||
} | |||
}, | |||
"paramOrder": [ | |||
"background_color", | |||
"color", | |||
"name", | |||
"image", | |||
"image_size", | |||
"image_upright", | |||
"image_alt", | |||
"image_caption", | |||
"real_name", | |||
"alias", | |||
"known_for", | |||
"family", | |||
"affiliations", | |||
"friends", | |||
"enemies", | |||
"age", | |||
"sex", | |||
"gender", | |||
"sexual_orientation", | |||
"race", | |||
"religion", | |||
"origin", | |||
"nationality", | |||
"residence", | |||
"marital", | |||
"significant_other", | |||
"occupation", | |||
"employer", | |||
"organization", | |||
"birth_date", | |||
"birth_place", | |||
"death_date", | |||
"death_place", | |||
"height", | |||
"weight", | |||
"eyes", | |||
"webpage", | |||
"other_socials" | |||
] | |||
} | |||
</templatedata></noinclude> |