Template:Event: Difference between revisions

From Chaosdorf Wiki
Jump to navigation Jump to search
(defaultform)
No edit summary
(11 intermediate revisions by 2 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
  |  Duration = duration in hours
  |  Speaker = Name of the speaker, instructor or working group (''optional'')
  |  Speaker = Name of the speaker, instructor or working group (''optional'')
Line 16: Line 17:


See also: [[Help:EventDate]]
See also: [[Help:EventDate]]
[[Page has default form::Event| ]]


</noinclude><includeonly>
</noinclude><includeonly>
Line 27: Line 26:


-->{{ifnotempty|{{{Type|}}}    |{{infobox row |name=Art      |value=[[:Category:{{{Type}}}|{{{Type}}}]]  }}}}<!--
-->{{ifnotempty|{{{Type|}}}    |{{infobox row |name=Art      |value=[[:Category:{{{Type}}}|{{{Type}}}]]  }}}}<!--
-->{{ifnotempty|{{{Date|}}}    |{{infobox row |name=Datum    |value={{{Date}}}                          }}}}<!--
-->{{ifnotempty|{{{Date|}}}    |{{infobox row |name=Datum    |value=[[Has Date::{{{Date}}}]]                           }}}}<!--
-->{{ifnotempty|{{{Start|}}}  |{{infobox row |name=Start    |value={{{Start}}}                          }}}}<!--
-->{{ifnotempty|{{{Start|}}}  |{{infobox row |name=Start    |value=[[Starts at::{{{Start}}}]]                          }}}}<!--
-->{{ifnotempty|{{{End|}}}  |{{infobox row |name=End    |value=[[Ends at::{{{End}}}]]                         }}}}<!--
-->{{ifnotempty|{{{Duration|}}}|{{infobox row |name=Dauer    |value={{{Duration}}}h                      }}}}<!--
-->{{ifnotempty|{{{Duration|}}}|{{infobox row |name=Dauer    |value={{{Duration}}}h                      }}}}<!--
-->{{ifnotempty|{{{Speaker|}}} |{{infobox row |name=Speaker  |value={{{Speaker}}}                        }}}}<!--
-->{{ifnotempty|{{{Speaker|}}} |{{infobox row |name=Speaker  |value=[[Has Speaker::{{{Speaker}}}]]                       }}}}<!--
-->{{ifnotempty|{{{Host|}}}    |{{infobox row |name=Host      |value={{ U | {{{Host}}} }}                 }}}}<!--
-->{{ifnotempty|{{{Host|}}}    |{{infobox row |name=Host      |value={{#arraymap:{{{Host|}}}|,|x|{{U|x}}}} }}}}<!--
-->{{ifnotempty|{{{Location|}}}|{{infobox row |name=Ort      |value={{{Location}}}                       }}}}<!--
-->{{ifnotempty|{{{Location|}}}|{{infobox row |name=Ort      |value={{{Location|}}}                     }}}}<!--


-->
-->
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>[[Category:Events]]</includeonly><!--
--><includeonly>{{#ifeq:{{{Type|}}}|Conference|[[Category:Conference]]|}}</includeonly><!--
--><includeonly>[[Has default form::Event]]</includeonly>
--><includeonly>{{#ifeq:{{{Type|}}}|Camp|[[Category:Camp]]|}}</includeonly><!--
--><includeonly>[[Category:Events]]</includeonly>

Revision as of 22: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