Template:Biography: Difference between revisions

From Gambian Holiday Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{Infobox|title={{{title1|{{PAGENAME}}}}}|image={{{image1}}}|content={{Infobox/row|Name|{{{name|}}}}}{{Infobox/row|Birth|{{{birth|}}}}}{{Infobox/row|Death|{{{death|}}}}}{{Infobox/row|Ability|{{{ability|}}}}}{{Infobox/row|Parents|{{{parents|}}}}}{{Infobox/row|Spouse|{{{spouse|}}}}}{{Infobox/row|Children|{{{children|}}}}}{{Infobox/row|Career|{{{career|}}}}}{{Infobox/row|Known for|{{{known_for|}}}}}}}
<includeonly>{{Infobox|title={{{title1|{{{title|{{PAGENAME}}}}}}}}|image={{{image1|{{{image}}}}}}|content={{Infobox/row|Name|{{{name|}}}}}{{Infobox/row|Birth|{{{birth|}}}}}{{Infobox/row|Death|{{{death|}}}}}{{Infobox/row|Ability|{{{ability|}}}}}{{Infobox/row|Parents|{{{parents|}}}}}{{Infobox/row|Spouse|{{{spouse|}}}}}{{Infobox/row|Children|{{{children|}}}}}{{Infobox/row|Career|{{{career|}}}}}{{Infobox/row|Known for|{{{known_for|}}}}}}}</includeonly><noinclude>
<templatedata>
{
"params": {
"title": {
"aliases": [
"title1 (deprecated)"
],
"description": "The name to show above the image. Defaults to the page name",
"type": "string"
},
"image": {
"aliases": [
"image1 (deprecated)"
],
"description": "The image to show in the biography.",
"type": "wiki-file-name",
"required": true
},
"name": {
"description": "The character name. Omit this if it’s identical to the ‘title’.",
"type": "string"
},
"birth": {
"description": "When this character was born"
},
"death": {
"description": "When they (super-)died. Omit if they’re still alive."
},
"ability": {
"description": "This characters *main* ability. Omit if they don’t have any.",
"type": "wiki-page-name"
},
"parents": {
"description": "This character’s parents. Omit if both (if applicable) are unknown."
},
"spouse": {
"description": "This character’s spouse, if any."
},
"children": {
"description": "This character’s children, if any."
},
"career": {
"description": "This character’s career, if they have one."
},
"known_for": {
"description": "Something they’re famous for or a defining characteristic of theirs. Can be as simple as e.g. ‘coffee’."
}
},
"description": "Template used to display biographies. Only the image is required. The title defaults to the pagename. For backwards-compatibility, ‘title1’ and ‘image1’ are also accepted instead of ‘title’ and ‘image’, respectively; ‘caption1’ is also accepted, but ignored (it may be used for hover text on the image in the future). \n\nNewer pages should always use the latter, and existing pages should be migrated to use the latter whenever they’re edited."
}
</templatedata>
</noinclude>

Revision as of 05:27, 26 June 2024

Template used to display biographies. Only the image is required. The title defaults to the pagename. For backwards-compatibility, ‘title1’ and ‘image1’ are also accepted instead of ‘title’ and ‘image’, respectively; ‘caption1’ is also accepted, but ignored (it may be used for hover text on the image in the future). Newer pages should always use the latter, and existing pages should be migrated to use the latter whenever they’re edited.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
titletitle title1 (deprecated)

The name to show above the image. Defaults to the page name

Stringoptional
imageimage image1 (deprecated)

The image to show in the biography.

Filerequired
namename

The character name. Omit this if it’s identical to the ‘title’.

Stringoptional
birthbirth

When this character was born

Unknownoptional
deathdeath

When they (super-)died. Omit if they’re still alive.

Unknownoptional
abilityability

This characters *main* ability. Omit if they don’t have any.

Page nameoptional
parentsparents

This character’s parents. Omit if both (if applicable) are unknown.

Unknownoptional
spousespouse

This character’s spouse, if any.

Unknownoptional
childrenchildren

This character’s children, if any.

Unknownoptional
careercareer

This character’s career, if they have one.

Unknownoptional
known_forknown_for

Something they’re famous for or a defining characteristic of theirs. Can be as simple as e.g. ‘coffee’.

Unknownoptional