diff options
author | Philipp Wollschlegel <folken@kabelsalat.ch> | 2013-12-16 21:38:50 +0100 |
---|---|---|
committer | Philipp Wollschlegel <folken@kabelsalat.ch> | 2013-12-16 21:38:50 +0100 |
commit | 50f465d9ffa9afe4cb40615e0425980adc9a1b42 (patch) | |
tree | 9b2f8bdcff9adbc7e4632ae4e08700950d033006 /templates | |
parent | 1ad93d874fc3bd97abc077ade91ae9e2c0f40cb8 (diff) | |
parent | e5b1dfe9420c5ec1d6a36261004ba669144b5195 (diff) |
Merge branch 'master' of git+ssh://www-static.zrh.internetputzen.com/home/www/wiki.starship-factory.ch/wiki
Conflicts:
index.mdwn
Diffstat (limited to 'templates')
-rw-r--r-- | templates/steckbrief.tmpl | 15 |
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> |