summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorJuliane Clausen <git@juliane-clausen.de>2013-07-29 20:22:25 +0200
committerJuliane Clausen <git@juliane-clausen.de>2013-07-29 20:22:25 +0200
commitd78af643c67911714e6fe4b8d7db9937f3416e67 (patch)
tree6c527bd375c203a8a1aefb9cfa68a952e989f6f1 /templates
parent6aa04b075793cef56394ace393c94add822cabf6 (diff)
Spielen mit Templates
Diffstat (limited to 'templates')
-rw-r--r--templates/steckbrief.tmpl15
1 files changed, 15 insertions, 0 deletions
diff --git a/templates/steckbrief.tmpl b/templates/steckbrief.tmpl
new file mode 100644
index 00000000..86d258d9
--- /dev/null
+++ b/templates/steckbrief.tmpl
@@ -0,0 +1,15 @@
+<span class="infobox">
+Name: [[<TMPL_VAR raw_name>]]<br />
+Nickname: [[<TMPL_VAR raw_nickname>]]<br />
+Jabber-ID: [[<TMPL_VAR raw_jabberID>]]<br />
+ICQ: <TMPL_VAR icq><br />
+<TMPL_IF IRC>
+IRC-Nick: <TMPL_VAR raw_IRC-Nick><br />
+<TMPL_ELSE>
+Nicht im IRC
+</TMPL_IF>
+<TMPL_IF notes>
+<hr />
+<TMPL_VAR notes>
+</TMPL_IF>
+</span>