Template:Stats: Difference between revisions
 |
Cdjensen94 (talk | contribs) Â |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<includeonly> | |||
<infobox> | <infobox> | ||
<header>Stats</header> | <header>Stats</header> | ||
| Line 16: | Line 17: | ||
<label>Intelligence</label> | <label>Intelligence</label> | ||
</data> | </data> | ||
<data source=" | <data source="wit"> | ||
<label> | <label>Wit</label> | ||
</data> | </data> | ||
<data source="will"> | <data source="will"> | ||
<label>Will</label> | <label>Will</label> | ||
</data> | </data> | ||
</infobox> | </infobox></includeonly> | ||
 | |||
<noinclude> | |||
{{Documentation}} | |||
<templatedata> | |||
{ | |||
"params": { | |||
"str": { | |||
"type": "number" | |||
}, | |||
"dex": { | |||
"type": "number" | |||
}, | |||
"will": { | |||
"type": "number" | |||
}, | |||
"senses": { | |||
"type": "number" | |||
}, | |||
"con": { | |||
"type": "number" | |||
}, | |||
"int": { | |||
"type": "number" | |||
}, | |||
"wit": { | |||
"type": "number" | |||
} | |||
}, | |||
"paramOrder": [ | |||
"str", | |||
"dex", | |||
"con", | |||
"senses", | |||
"int", | |||
"wit", | |||
"will" | |||
] | |||
} | |||
</templatedata> | |||
</noinclude> | |||
Latest revision as of 18:52, 21 November 2025
Template documentation
|
|---|
| Note: portions of the template sample may not be visible without values provided. |
| View or edit this documentation. (About template documentation) |
| Editors can experiment in this template's sandbox and test case pages. |
{{Stats
|str = 1000
|dex = 1000
|con = 1000
|senses = 1000
|int = 1000
|wit = 1000
|will = 1000
}}
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| str | str | no description | Number | optional |
| dex | dex | no description | Number | optional |
| con | con | no description | Number | optional |
| senses | senses | no description | Number | optional |
| int | int | no description | Number | optional |
| wit | wit | no description | Number | optional |
| will | will | no description | Number | optional |