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: Difference between revisions

Template page
m test
No edit summary
Line 6: Line 6:
|
|
: PER 
: PER 
: {{{per|-}}}
: {{{per|-}}}{{#if:{{{per}}}||-|}}
|
|
: STR 
: STR 
: {{{str|-}}}
: {{{str|-}}}{{#if:{{{str}}}||-|}}
|
|
: CON 
: CON 
: {{{con|-}}}
: {{{con|-}}}{{#if:{{{con}}}||-|}}
|
|
: INT 
: INT 
: {{{int|-}}}
: {{{int|-}}}{{#if:{{{int}}}||-|}}
|
|
: WIS 
: WIS 
: {{{wis|-}}}
: {{{wis|-}}}{{#if:{{{wis}}}||-|}}
|
|
: CHA 
: CHA 
: {{{cha|-}}}
: {{{cha|-}}}{{#if:{{{cha}}}||-|}}
|
|
: DES
: DES
: {{{des|-}}}
: {{{des|-}}}{{#if:{{{des}}}||-|}}
|}</includeonly></onlyinclude>
|}</includeonly></onlyinclude>

Revision as of 12:01, 23 October 2025

Usage

Create a formatted 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