Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:AbilityScore/doc: Difference between revisions

Template page
m Wioum moved page TemplateAbilityScore/doc to Template:AbilityScore/doc without leaving a redirect
No edit summary
Line 1: Line 1:
==Usage==
==Usage==
Create a formated ability score block.
<pre>{{abilityScore
<pre>{{abilityScore
|dex=
|dex=
Line 13: Line 14:
==Note==
==Note==
Unassigned ability scores will use a - (dash) instead.
Unassigned ability scores will use a - (dash) instead.
==Example==
<pre>{{abilityScore
|dex=4
|per=9
|str=7
|con=
|int=
|wis=7
|cha=
|des=4
}}</pre>
Output:
{{abilityScore
|dex=4
|per=9
|str=7
|con=
|int=
|wis=7
|cha=
|des=4
}}

Revision as of 11:57, 23 October 2025

Usage

Create a formated ability score block.

{{abilityScore
|dex=
|per=
|str=
|con=
|int=
|wis=
|cha=
|des=
}}

Note

Unassigned ability scores will use a - (dash) instead.

Example

{{abilityScore
|dex=4
|per=9
|str=7
|con=
|int=
|wis=7
|cha=
|des=4
}}

Output:

DEX
4
PER
9
STR 
7
CON 
-
INT 
-
WIS 
7
CHA 
-
DES
4