Template:Ability: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
HiddenDragon (talk | contribs) mNo edit summary |
||
(9 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
<includeonly> | <includeonly>{{#switch: {{{1|}}} | ||
| Strength | |||
| Dexterity | |||
| Constitution | |||
| Intelligence | |||
| Wisdom | |||
| Charisma = {{IconLink|{{{1}}} Small Icon.png|{{{1}}}|{{{2|{{{1}}}}}}|size={{{w|25}}}|nowrap=y}} | |||
| #default = [[{{{1}}}|{{{2|{{{1}}}}}}]] | |||
}}</includeonly><noinclude>{{documentation|content= | |||
This template is used to visually represent the main 6 abilities. Do note that saving throws should instead use [[Template:Saving throw]], while ability checks should use [[Template:Ability Check]]. | |||
== Usage == | |||
This is intended mainly for lists, not in-line in body content as per the [[Help:Style manual|Style Manual]]. The ability name is case sensitive and needs to exactly match (e.g. Strength, not STR). | |||
< | == Examples == | ||
{{Ability| | {{Template demo | ||
| caption 1 = Basic usage | |||
| <nowiki>{{Ability|Strength}}</nowiki> | |||
| caption 2 = Adjusted icon size | |||
| <nowiki>{{Ability|Dexterity|w=15}}</nowiki> | |||
| caption 3 = Link alias | |||
| <nowiki>{{Ability|Constitution|CON}}</nowiki> | |||
| caption 4 = Alias and adjusted size | |||
| <nowiki>{{Ability|Intelligence|INT|w=40}}</nowiki> | |||
}} | |||
== See also == | |||
{{ | * {{t link|Background}} - An equivalent template for [[backgrounds]] | ||
* {{t link|Deity}} - An equivalent template for [[deities]] | |||
* {{t link|Class}} - An equivalent template for [[classes]] | |||
* {{t link|Race}} - An equivalent template for [[races|playable races]] | |||
* {{t link|Skill}} - An equivalent template for [[skills]] | |||
< | == Template data== | ||
{ | <templatedata> | ||
{ | |||
"description": "Insert a link to an ability score accompanied by the associated icon.", | |||
{ | "format": "inline", | ||
"params": { | |||
< | "1": { | ||
"label": "Ability name", | |||
"description": "The name of the ability score.", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"Strength", | |||
"Dexterity", | |||
"Constitution", | |||
"Intelligence", | |||
"Wisdom", | |||
"Charisma" | |||
], | |||
"required": true | |||
}, | |||
"2": { | |||
"label": "Alias", | |||
"description": "A user-defined alias to be shown instead of the ability name.", | |||
"type": "string" | |||
}, | |||
"w": { | |||
"label": "Icon size", | |||
"description": "The pixel size of the accompanying icon.", | |||
"type": "number" | |||
} | |||
} | |||
} | |||
</templatedata>}} | |||
[[Category:Templates]] | |||
[[Category:Link templates]] | |||
</noinclude> | </noinclude> |
Latest revision as of 21:42, 29 July 2024
Template documentation
This template is used to visually represent the main 6 abilities. Do note that saving throws should instead use Template:Saving throw, while ability checks should use Template:Ability Check.
Usage
This is intended mainly for lists, not in-line in body content as per the Style Manual. The ability name is case sensitive and needs to exactly match (e.g. Strength, not STR).
Examples
Example | Markup | Renders as |
---|---|---|
Basic usage | {{Ability|Strength}} | |
Adjusted icon size | {{Ability|Dexterity|w=15}} | |
Link alias | {{Ability|Constitution|CON}} | |
Alias and adjusted size | {{Ability|Intelligence|INT|w=40}} |
See also
- {{Background}} - An equivalent template for backgrounds
- {{Deity}} - An equivalent template for deities
- {{Class}} - An equivalent template for classes
- {{Race}} - An equivalent template for playable races
- {{Skill}} - An equivalent template for skills
Template data
Insert a link to an ability score accompanied by the associated icon.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Ability name | 1 | The name of the ability score.
| String | required |
Alias | 2 | A user-defined alias to be shown instead of the ability name. | String | optional |
Icon size | w | The pixel size of the accompanying icon. | Number | optional |