chiark / gitweb /
(no commit message)
[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><hr />
17 Oath: <TMPL_VAR oath><br />
18 © <TMPL_VAR copyright><br /></TMPL_IF>
19 </div>
20 <TMPL_ELSE>
21 This template is used to create an infobox for a character.  It uses
22 these parameters:
23
24 <ul>
25 <li>name - the name of the book
26 <li>author - the author of the book (optional)
27 <li>lang - the language of the book (optional)
28 <li>subject - the subject of the book (optional)
29 <li>level - the level of the book (optional)
30 <li>quality - the quality of the book (optional)
31 <li>scribe - is the book written by a skilled scribe (optional)
32 <li>binder - was the book bound by a skilled binder (optional)
33 <li>illumination - was the book illuminated by a skilled illuminator (optional)
34 <li>resonant - what resonant effects apply (optional)
35 <li>translated - what language was this book translated from (optional)
36 <li>copyright, oath - copyright source and appropriate oath (optional)
37 </ul>
38 </TMPL_IF>