Template:Ability: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox|title={{{title1|{{{title|{{PAGENAME}}}}}}}}|image={{{image1|{{{image}}}}}}|content={{Infobox/row|Effect|{{{trait|}}}{{{description|}}}}}{{Infobox/row|Origin|{{{origin|}}}}}{{Infobox/row|Power|{{{power|}}}}}{{Infobox/row|Rarity|{{{rarity|}}}}}{{Infobox/row|Destructive Power|{{{destructive_power|}}}}}}} | <includeonly>{{Infobox|title={{{title1|{{{title|{{PAGENAME}}}}}}}}|image={{{image1|{{{image|}}}}}}|caption={{{caption|{{{caption1|}}}}}}|content={{Infobox/row|Effect|{{{trait|}}}{{{description|}}}}}{{Infobox/row|Origin|{{{origin|}}}}}{{Infobox/row|Power|{{{power|}}}}}{{Infobox/row|Rarity|{{{rarity|}}}}}{{Infobox/row|Destructive Power|{{{destructive_power|}}}}}}}</includeonly><noinclude> | ||
<noinclude> | |||
<templatedata> | <templatedata> | ||
{ | { | ||
Line 26: | Line 25: | ||
"description": "The name of this ability", | "description": "The name of this ability", | ||
"example": "Divine Fertility Dividing", | "example": "Divine Fertility Dividing", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
"image": { | "image": { | ||
Line 43: | Line 41: | ||
"description": "What does this ability do?", | "description": "What does this ability do?", | ||
"example": "Halves the Fertility of someone in contact every 10 seconds" | "example": "Halves the Fertility of someone in contact every 10 seconds" | ||
}, | |||
"caption": { | |||
"description": "Caption to show below the image." | |||
} | } | ||
}, | }, | ||
Line 49: | Line 50: | ||
"title", | "title", | ||
"image", | "image", | ||
"caption", | |||
"description", | "description", | ||
"origin", | "origin", |
Latest revision as of 15:23, 16 August 2024
Template used to display abilities. Only the image is required. The title defaults to the pagename. For backwards-compatibility, ‘title1’, ‘image1’, and ‘trait’ are also accepted instead of ‘title’, ‘image’, and ‘description’, respectively; newer pages should always use the latter, and existing pages should be migrated to use the latter whenever they’re edited.
Parameter | Description | Type | Status | |
---|---|---|---|---|
title | title title1 (deprecated) | The name of this ability
| String | optional |
image | image image1 (deprecated) | The image to show for this ability
| Unknown | required |
caption | caption | Caption to show below the image. | Unknown | optional |
description | description trait (deprecated) | What does this ability do?
| Unknown | optional |
origin | origin | Where did this ability come from / how did its user obtain it?
| Unknown | optional |
power | power | How powerful is this ability?
| Unknown | optional |
rarity | rarity | How rare is this ability
| Unknown | optional |
destructive_power | destructive_power | How destructive is this ability
| Unknown | optional |