Template:Being: Difference between revisions
King Horror (talk | contribs) (Created page with "<includeonly>{{Infobox|title={{{title1|{{{title|{{PAGENAME}}}}}}}}|image={{{image1|{{{image}}}}}}|content={{Infobox/row|Photo|{{{caption1|}}}}}{{Infobox/row|Species|{{{species|}}}}}{{Infobox/row|Imaginary Range|{{{imaginary_range|}}}}}{{Infobox/row|Lifespan|{{{lifespan|}}}}}{{Infobox/row|Preception of Time|{{{perception_of_time|}}}}}{{Infobox/row|Entanglement|{{{entanglement|}}}}}}}</includeonly><noinclude> <templatedata> { "params": { "title": { "aliases": [ "...") |
No edit summary |
||
Line 1: | Line 1: | ||
<includeonly>{{Infobox|title={{{title1|{{{title|{{PAGENAME}}}}}}}}|image={{{image1|{{{image}}}}}}| | <includeonly>{{Infobox|title={{{title1|{{{title|{{PAGENAME}}}}}}}}|image={{{image1|{{{image}}}}}}|caption={{{caption|{{{caption1|}}}}}}|content={{Infobox/row|Species|{{{species|}}}}}{{Infobox/row|Imaginary Range|{{{imaginary_range|}}}}}{{Infobox/row|Lifespan|{{{lifespan|}}}}}{{Infobox/row|Preception of Time|{{{perception_of_time|}}}}}{{Infobox/row|Entanglement|{{{entanglement|}}}}}}}</includeonly><noinclude> | ||
<templatedata> | <templatedata> | ||
{ | { | ||
Line 17: | Line 17: | ||
"type": "wiki-file-name", | "type": "wiki-file-name", | ||
"required": true | "required": true | ||
}, | }, | ||
"species": { | "species": { | ||
Line 35: | Line 31: | ||
"description": "This character’s parents. Omit if both (if applicable) are unknown." | "description": "This character’s parents. Omit if both (if applicable) are unknown." | ||
}, | }, | ||
"entanglement": { | |||
"description": "This character’s parents. Omit if both (if applicable) are unknown." | "description": "This character’s parents. Omit if both (if applicable) are unknown." | ||
}, | |||
"caption": { | |||
"aliases": [ | |||
"caption1 (deprecated)" | |||
], | |||
"description": "Caption to show below the image", | |||
"type": "string" | |||
} | } | ||
}, | }, | ||
"description": "Template used to display special items and objects. 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.\n\nTo include additional character information in a page, use the ‘Character Sheet’ template (capitalisation matters!)." | "description": "Template used to display special items and objects. 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.\n\nTo include additional character information in a page, use the ‘Character Sheet’ template (capitalisation matters!).", | ||
"paramOrder": [ | |||
"title", | |||
"image", | |||
"caption", | |||
"species", | |||
"imaginary_range", | |||
"lifespan", | |||
"preception_of_time", | |||
"entanglement" | |||
] | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Latest revision as of 21:44, 25 July 2024
Template used to display special items and objects. 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. To include additional character information in a page, use the ‘Character Sheet’ template (capitalisation matters!).
Parameter | Description | Type | Status | |
---|---|---|---|---|
title | title title1 (deprecated) | The name to show above the image. Defaults to the page name | String | optional |
image | image image1 (deprecated) | The image to show in the biography. | File | required |
caption | caption caption1 (deprecated) | Caption to show below the image | String | optional |
species | species | When this character was born | Unknown | optional |
imaginary_range | imaginary_range | When they (super-)died. Omit if they’re still alive. | Unknown | optional |
lifespan | lifespan | This characters *main* ability. Omit if they don’t have any. | Page name | optional |
preception_of_time | preception_of_time | This character’s parents. Omit if both (if applicable) are unknown. | Unknown | optional |
entanglement | entanglement | This character’s parents. Omit if both (if applicable) are unknown. | Unknown | optional |