chiark / gitweb /
Books.
[ArtibusWiki.git] / templates / book.mdwn
1 <TMPL_IF name>
2 <div class="infobox">
3 Name: <TMPL_VAR name><br />
4 <TMPL_IF author>Author: <TMPL_VAR author><br /></TMPL_IF>
5 <TMPL_IF lang>Language: <TMPL_VAR lang><br /></TMPL_IF>
6 <hr />
7 <TMPL_IF subject>Subject: <TMPL_VAR subject><br /></TMPL_IF>
8 <TMPL_IF level>Level: <TMPL_VAR level><br /></TMPL_IF>
9 <TMPL_IF quality>Quality: <TMPL_VAR quality><br /></TMPL_IF>
10 <hr />
11 <TMPL_IF scribe>Skilled Scribe: <TMPL_VAR scribe><br /></TMPL_IF>
12 <TMPL_IF binder>Skilled Binder: <TMPL_VAR binder><br /></TMPL_IF>
13 <TMPL_IF illumination>Skilled Illumination: <TMPL_VAR illumination><br /></TMPL_IF>
14 <TMPL_IF resonant>Mystical Resonance: <TMPL_VAR resonant><br /></TMPL_IF>
15 <TMPL_IF translated>Translated From: <TMPL_VAR translated><br /></TMPL_IF>
16 <TMPL_IF copyright>© <TMPL_VAR copyright><br />
17 <TMPL_VAR oath><br /></TMPL_IF>
18 </div>
19 <TMPL_ELSE>
20 This template is used to create an infobox for a character.  It uses
21 these parameters:
22
23 <ul>
24 <li>name - the name of the book
25 <li>author - the author of the book (optional)
26 <li>lang - the language of the book (optional)
27 <li>subject - the subject of the book (optional)
28 <li>level - the level of the book (optional)
29 <li>quality - the quality of the book (optional)
30 <li>scribe - is the book written by a skilled scribe (optional)
31 <li>binder - was the book bound by a skilled binder (optional)
32 <li>illumination - was the book illuminated by a skilled illuminator (optional)
33 <li>resonant - what resonant effects apply (optional)
34 <li>translated - what language was this book translated from (optional)
35 <li>copyright, oath - copyright source and appropriate oath (optional)
36 </ul>
37 </TMPL_IF>