Template:Event: Difference between revisions

Template page
m (form)
No edit summary
(18 intermediate revisions by 3 users not shown)
Line 6: Line 6:
  |  Title = full title of the given event
  |  Title = full title of the given event
  |  Description = short description
  |  Description = short description
  |  Type = Lecture|Workshop|Hackathon|Meet-Up|Party
  |  Type = Lecture|Workshop|Hackathon|Meet-Up|Party|Screening
  |  Date = YYYY-MM-DD of the event
  |  Date = YYYY-MM-DD of the event
  |  Start = HH:MM of beginning
  |  Start = HH:MM of beginning
|  End = HH:MM of ending
|  Duration = duration in hours
  |  Speaker = Name of the speaker, instructor or working group (''optional'')
  |  Speaker = Name of the speaker, instructor or working group (''optional'')
  |  Host = Username of the responsible Chaosdorf member
  |  Host = Username of the responsible Chaosdorf member
|  Location = Ort (''optional'', nur für externe Veranstaltungen)
}}</pre>
}}</pre>


See also: [[Help:EventDate]]
See also: [[Help:EventDate]]


</noinclude>
</noinclude><includeonly>
[[Page has default form::Event| ]]
{{infobox start
{| cellspacing="0" cellpadding="5" style="position:relative; margin: 0 0 0.5em 1em; border-collapse: collapse; border: 1px solid #aaa; background: #fff; float: right; clear: right; width: 20em"
|headercolor=#ccffff
! colspan="2" style="background: #333; color: white" | {{{Title}}}
|name={{{Title}}}
|-
|description={{{Description|}}}
| colspan="2" style="background: #555; color: white; text-align: center" | {{{Description}}}
}}<!--
|-
 
| Type
-->{{ifnotempty|{{{Type|}}}    |{{infobox row |name=Art      |value=[[:Category:{{{Type}}}|{{{Type}}}]] }}}}<!--
| [[:Category:{{{Type}}}|{{{Type}}}]]
-->{{ifnotempty|{{{Date|}}}    |{{infobox row |name=Datum    |value=[[Has Date::{{{Date}}}]]                          }}}}<!--
|-
-->{{ifnotempty|{{{Start|}}}  |{{infobox row |name=Start     |value=[[Starts at::{{{Start}}}]]                          }}}}<!--
| Date
-->{{ifnotempty|{{{End|}}}  |{{infobox row |name=End    |value=[[Ends at::{{{End}}}]]                          }}}}<!--
| {{{Date}}}
-->{{ifnotempty|{{{Duration|}}}|{{infobox row |name=Dauer    |value={{{Duration}}}h                      }}}}<!--
|-
-->{{ifnotempty|{{{Speaker|}}} |{{infobox row |name=Speaker  |value=[[Has Speaker::{{{Speaker}}}]]                        }}}}<!--
| Start
-->{{ifnotempty|{{{Host|}}}   |{{infobox row |name=Host     |value={{#arraymap:{{{Host|}}}|,|x|{{U|x}}}} }}}}<!--
| {{{Start}}}
-->{{ifnotempty|{{{Location|}}}|{{infobox row |name=Ort      |value={{{Location|}}}                     }}}}<!--
|-
 
{{#if:{{{Speaker|}}}|{{!}}Speaker}}
-->
{{#if:{{{Speaker|}}}|{{!}}{{{Speaker}}}}}
|}
|-
</includeonly><!--
{{#if:{{{Host|}}}|{{!}}Host}}
{{#if:{{{Host|}}}|{{!}}{{ U | {{{Host}}} }}}}
|}<!--
--><includeonly>{{#ifeq:{{{Type|}}}|Party|[[Category:Party]]|}}</includeonly><!--
--><includeonly>{{#ifeq:{{{Type|}}}|Party|[[Category:Party]]|}}</includeonly><!--
--><includeonly>{{#ifeq:{{{Type|}}}|Meet-Up|[[Category:Meet-Up]]|}}</includeonly><!--
--><includeonly>{{#ifeq:{{{Type|}}}|Meet-Up|[[Category:Meet-Up]]|}}</includeonly><!--
Line 42: Line 42:
--><includeonly>{{#ifeq:{{{Type|}}}|Workshop|[[Category:Workshop]]|}}</includeonly><!--
--><includeonly>{{#ifeq:{{{Type|}}}|Workshop|[[Category:Workshop]]|}}</includeonly><!--
--><includeonly>{{#ifeq:{{{Type|}}}|Lecture|[[Category:Lecture]]|}}</includeonly><!--
--><includeonly>{{#ifeq:{{{Type|}}}|Lecture|[[Category:Lecture]]|}}</includeonly><!--
--><includeonly>{{#ifeq:{{{Type|}}}|Conference|[[Category:Conference]]|}}</includeonly><!--
--><includeonly>{{#ifeq:{{{Type|}}}|Camp|[[Category:Camp]]|}}</includeonly><!--
--><includeonly>[[Category:Events]]</includeonly>
--><includeonly>[[Category:Events]]</includeonly>

Revision as of 23:05, 28 October 2015


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|Screening
 |  Date = YYYY-MM-DD of the event
 |  Start = HH:MM of beginning
 |  End = HH:MM of ending
 |  Duration = duration in hours
 |  Speaker = Name of the speaker, instructor or working group (''optional'')
 |  Host = Username of the responsible Chaosdorf member
 |  Location = Ort (''optional'', nur für externe Veranstaltungen)
}}

See also: Help:EventDate