m (Kategorie gefixt (alle anderen Seiten benutzen Events)) |
(split speaker and host // changed event type talk to lecture) |
||
Line 4: | Line 4: | ||
<pre>{{Event | <pre>{{Event | ||
| Title=full title of the given event | | Title = full title of the given event | ||
| Description=short description | | Description = short description | ||
| Type=[ | | Type = [Lecture|Workshop|Hackathon|Meet-Up|Party] | ||
| Date=year/month/day of the event | | Date = year/month/day of the event | ||
| Start=hour:minutes of beginning | | Start = hour:minutes of beginning | ||
| | | Speaker = Name of the speaker, instructor or working group | ||
| Host = Username of the responsible Chaosdorf member | |||
}}</pre> | }}</pre> | ||
Line 28: | Line 29: | ||
| {{{Start}}} | | {{{Start}}} | ||
|- | |- | ||
| | | Speaker | ||
| {{ U | {{{ | | {{{Speaker}}} | ||
|- | |||
| Host | |||
| {{ U | {{{Host}}} }} | |||
|}<!-- | |}<!-- | ||
--><includeonly>{{#ifeq:{{{Type|}}}|Party|[[Category:Party]]|}}</includeonly><!-- | --><includeonly>{{#ifeq:{{{Type|}}}|Party|[[Category:Party]]|}}</includeonly><!-- | ||
Line 35: | Line 39: | ||
--><includeonly>{{#ifeq:{{{Type|}}}|Hackathon|[[Category:Hackathon]]|}}</includeonly><!-- | --><includeonly>{{#ifeq:{{{Type|}}}|Hackathon|[[Category:Hackathon]]|}}</includeonly><!-- | ||
--><includeonly>{{#ifeq:{{{Type|}}}|Workshop|[[Category:Workshop]]|}}</includeonly><!-- | --><includeonly>{{#ifeq:{{{Type|}}}|Workshop|[[Category:Workshop]]|}}</includeonly><!-- | ||
--><includeonly>{{#ifeq:{{{Type|}}}| | --><includeonly>{{#ifeq:{{{Type|}}}|Lecture|[[Category:Lecture]]|}}</includeonly><!-- | ||
--><includeonly>[[Category:Events]]</includeonly> | --><includeonly>[[Category:Events]]</includeonly> |
Revision as of 11:39, 18 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 = year/month/day of the event | Start = hour:minutes 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}}} |
Speaker | {{{Speaker}}} |
Host | [[User: {{{Host}}} | {{{Host}}} ]] |