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