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