summaryrefslogtreecommitdiff
path: root/templates/steckbrief.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/steckbrief.tmpl')
-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..cc661fe5
--- /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 />
+JabberID: [[<TMPL_VAR raw_jabberID>]]<br />
+ICQ: <TMPL_VAR icq><br />
+<TMPL_IF IRCNick>
+IRCNick: [[<TMPL_VAR raw_IRCNick>]]<br />
+<TMPL_ELSE>
+Bla: Nicht im IRC<br />
+</TMPL_IF>
+<TMPL_IF notes>
+<hr />
+<TMPL_VAR notes>
+</TMPL_IF>
+</span>