chiark / gitweb /
markdown flag
[ArtibusWiki.git] / templates / stats.mdwn
1 <TMPL_IF int>
2 <div class="doublelist" markdown=1>
3 ## Stats
4 * Intellect: <TMPL_VAR int>
5 * Perception: <TMPL_VAR per>
6 * Strength: <TMPL_VAR str>
7 * Stamina: <TMPL_VAR sta>
8 * Presence: <TMPL_VAR prs>
9 * Communication: <TMPL_VAR com>
10 * Dexterity: <TMPL_VAR dex>
11 * Quickness: <TMPL_VAR qik>
12 </div>
13 <TMPL_ELSE>
14 This template is used to create an statbox for a character.  It uses
15 these parameters:
16
17 <ul>
18 <li>int - Intellect
19 <li>per - Perception
20 <li>str - Strength
21 <li>sta - Stamina
22 <li>prs - Presence
23 <li>com - Communication
24 <li>dex - Dexterity
25 <li>qik - Quickness
26 </ul>
27 </TMPL_IF>