Template:Event: Difference between revisions

Template page
m (datum-/zeitformat für current events-skript)
(make speaker and host optional)
Line 29: Line 29:
| {{{Start}}}
| {{{Start}}}
|-
|-
| Speaker
| {{#if:{{{Speaker|}}}|Speaker}}
| {{{Speaker}}}
| {{#if:{{{Speaker|}}}|{{{Speaker}}}}}
|-
|-
| Host
| {{#if:{{{Speaker|}}}|Host}}
| {{ U | {{{Host}}} }}
| {{#if:{{{Speaker|}}}|{{ U | {{{Host}}} }}}}
|}<!--
|}<!--
--><includeonly>{{#ifeq:{{{Type|}}}|Party|[[Category:Party]]|}}</includeonly><!--
--><includeonly>{{#ifeq:{{{Type|}}}|Party|[[Category:Party]]|}}</includeonly><!--

Revision as of 19:28, 20 April 2012


Put this template box on event pages.

{{Event
 |  Title = full title of the given event
 |  Description = short description
 |  Type = [Lecture|Workshop|Hackathon|Meet-Up|Party]
 |  Date = YYYY-MM-DD of the event
 |  Start = HH:MM of beginning
 |  Speaker = Name of the speaker, instructor or working group
 |  Host = Username of the responsible Chaosdorf member
}}


{{{Title}}}
{{{Description}}}
Type [[:Category:{{{Type}}}|{{{Type}}}]]
Date {{{Date}}}
Start {{{Start}}}