chiark / gitweb /
Firstup of statbox (very simple)
authorSenji <senji@ysolde.ucam.org>
Sat, 22 Aug 2015 19:12:37 +0000 (20:12 +0100)
committerSenji <senji@ysolde.ucam.org>
Sat, 22 Aug 2015 19:12:37 +0000 (20:12 +0100)
Characters/Schola/Magi/ClaudineExMercere.mdwn
templates/stats.mdwn [new file with mode: 0644]

index 4438c0cc376833a3adfcf274e46649e6957abeff..3b2d7c7e0ee0328d283ed392f023ab890400940d 100644 (file)
@@ -1,6 +1,11 @@
-[[!toc]]
+[[!toc startlevel=2 levels=4]]
 
-[[!template id=character name="Claudine" house="Mercere" job="Librarian" born=1166/01/21 updated=1216/10/10]]
+[[!template id=character name="Claudine" house="Mercere" job="Librarian" 
+rank="Senior Maga" longpot="50" appage="" born=1166/01/21 updated=1216/10/10
+covenant="[[Schola Pythagorus|Setting/Locations/Stonehenge/Schola]]"]]
 
 # Claudine Ex Mercere
+## Stats
+
+[[!template id=stats int="0" per="+2" str="-1" sta="0" prs="-1" com="+2" dex="+3" qik="-2"]]
 
diff --git a/templates/stats.mdwn b/templates/stats.mdwn
new file mode 100644 (file)
index 0000000..be307ba
--- /dev/null
@@ -0,0 +1,24 @@
+<TMPL_IF int>
+* Intellect: <TMPL_VAR int>
+* Perception: <TMPL_VAR per>
+* Strength: <TMPL_VAR str>
+* Stamina: <TMPL_VAR sta>
+* Presence: <TMPL_VAR prs>
+* Communication: <TMPL_VAR com>
+* Dexterity: <TMPL_VAR dex>
+* Quickness: <TMPL_VAR qik>
+<TMPL_ELSE>
+This template is used to create an statbox for a character.  It uses
+these parameters:
+
+<ul>
+<li>int - Intellect
+<li>per - Perception
+<li>str - Strength
+<li>sta - Stamina
+<li>prs - Presence
+<li>com - Communication
+<li>dex - Dexterity
+<li>qik - Quickness
+</ul>
+</TMPL_IF>