chiark / gitweb /
More template.
authorSenji <senji@ysolde.ucam.org>
Fri, 23 Oct 2015 17:28:29 +0000 (18:28 +0100)
committerSenji <senji@ysolde.ucam.org>
Fri, 23 Oct 2015 17:28:29 +0000 (18:28 +0100)
templates/character.mdwn

index 30c4cd5456e536c1213f951055c115df543ccc8f..1abbdd28cba3ab2536e6da6a5a647600b34edfb5 100644 (file)
@@ -6,10 +6,16 @@ Name: <TMPL_VAR name><br />
 <TMPL_IF rank>Rank: <TMPL_VAR rank><br /></TMPL_IF>
 <TMPL_IF covenant>Covenant: <TMPL_VAR covenant><br /></TMPL_IF>
 <hr />
+<TMPL_IF house>Parens: <TMPL_VAR parens><br /></TMPL_IF>
+<TMPL_IF house>Origin: <TMPL_VAR origin><br /></TMPL_IF>
+<TMPL_IF house>Ethnicity: <TMPL_VAR ethnicity><br /></TMPL_IF>
+<TMPL_IF house>Religion: <TMPL_VAR religion><br /></TMPL_IF>
+<hr />
+Current Date: [[<TMPL_VAR updated>|Date/<TMPL_VAR updated>]]<br />
 Born: [[<TMPL_VAR born>|Date/<TMPL_VAR born>]]<br />
 <TMPL_IF died>Died: [[<TMPL_VAR died>|Date/<TMPL_VAR died>]]<br /></TMPL_IF>
-Updated: [[<TMPL_VAR updated>|Date/<TMPL_VAR updated>]]<br />
-<TMPL_IF longpot>App Age: <TMPL_VAR appage><br />
+<TMPL_IF age>Age: <TMPL_VAR age><br />
+<TMPL_IF appage>Apparent Age: <TMPL_VAR appage><br />
 Long Pot: <TMPL_VAR longpot> levels</TMPL_IF><br />
 </div>
 <TMPL_ELSE>
@@ -22,10 +28,15 @@ these parameters:
 <li>job - the job of the character (optional)
 <li>rank - the rank of the character (optional)
 <li>covenant - the covenant of the character (optional)
+<li>parens - the parens of the character (optional)
+<li>origin - where the character was born (optional)
+<li>ethnicity - the character's ethnicity (optional)
+<li>religion - the character's current religion (optional)
 <li>born - the birthdate of the character, in the form 1216/01/31
 <li>died - the deathdate of the character, in the form 1216/01/31 (optional)
-<li>updated - when this page was last updated
+<li>updated - when this page was last updated, in the form 1216/01/31
 <li>longpot - the level of the character's longevity pot (optional)
-<li>appage - the apparent age of the character (mandatory if longpot set)
+<li>age - the age of the character
+<li>appage - the apparent age of the character
 </ul>
 </TMPL_IF>