Template:Quote ability
Display an ability score description quote accompanied by the corresponding icon.
This template is a subtype of {{Quote fancy}}.
Usage
This template has a table of all the ability score quotes in the game extracted directly from the game files so the only required parameter is the name of the ability. On the ability pages themselves, you can use {{PAGENAME}}
as the parameter to this template. For the image, it uses <ability> Icon.png
which exist for all abilities.
Alternatively, the quote and image can be overridden with the parameters quote
and image
.
Examples
Ability score example.
Markup{{Quote ability|Dexterity}}Renders as
Disable attribution text.
Markup{{Quote ability|Strength|noattribution=1}}Renders as
No image.
Markup{{Quote ability|Intelligence|image=none}}Renders as
A custom quote with a custom image.
Markup{{Quote ability | quote = Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. | image = Background Hermit Icon.png | height = 80 }}Renders as
Exhaustive list
Template data
Display an ability score quote
Parameter | Description | Type | Status | |
---|---|---|---|---|
Ability score | 1 | The name of an ability score. When used on an ability page, you can use {{PAGENAME}} for this parameter. There are description quotes for every ability score defined in the game. | String | required |
Quote override | quote | Use this parameter to specify a custom quote instead of a predefined one. | String | optional |
Image override | image | Use this parameter to specify a custom icon instead of a predefined one.
| File | suggested |
Disable attribution | noattribution | Disable the "In-game ability description" attribution text. | Boolean | optional |
Image position override | image-position | Override the image position from its default position on the right.
| String | optional |
Image height override | height | Override the image height from its default of 100px.
| Number | optional |