Template:Event: Difference between revisions

Template page
m (rm whitespace/paragraph generation)
m (CSS-Test)
 
(4 intermediate revisions by the same user not shown)
Line 25: Line 25:


</noinclude><includeonly>{{infobox start
</noinclude><includeonly>{{infobox start
  |headercolor=#ccffff
  |headershade=0, 255, 255
  |name=[[Has title::{{{Title}}}]]
  |name=[[Has title::{{{Title}}}]]
  |description={{{Description|}}}
  |description={{{Description|}}}
Line 32: Line 32:
-->{{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=[[Has Date::{{{Date}}}]]                                    }}}}<!--
-->{{ifnotempty|{{{Date|}}}            | {{infobox row |name=Datum            | value=[[Has Date::{{{Date}}}]]                                    }}}}<!--
-->{{ifnotempty|{{{FirstDate|}}}        | {{infobox row |name=Erstmals        | value=[[First date::{{{FirstDate}}}]]                               }}}}<!--
-->{{ifnotempty|{{{FirstDate|}}}        | {{infobox row |name=Erstmals        | value=[[Has first date::{{{FirstDate}}}]]                             }}}}<!--
-->{{ifnotempty|{{{ExceptDates|}}}      | {{infobox row |name=außer an        | value={{#arraymap:{{{ExceptDates|}}}|,|x|[[Has Date::x]]}}        }}}}<!--
-->{{ifnotempty|{{{ExceptDates|}}}      | {{infobox row |name=außer an        | value={{#arraymap:{{{ExceptDates|}}}|,|x|[[Has Date::x]]}}        }}}}<!--
-->{{ifnotempty|{{{AdditionalDates|}}}  | {{infobox row |name=zusätzl. Termine | value={{#arraymap:{{{AdditionalDates|}}}|,|x|[[Has Date::x]]}}    }}}}<!--
-->{{ifnotempty|{{{AdditionalDates|}}}  | {{infobox row |name=zusätzl. Termine | value={{#arraymap:{{{AdditionalDates|}}}|,|x|[[Has Date::x]]}}    }}}}<!--
-->{{ifnotempty|{{{LastDate|}}}        | {{infobox row |name=Letztmals        | value=[[Last date::{{{LastDate}}}]]                                 }}}}<!--
-->{{ifnotempty|{{{LastDate|}}}        | {{infobox row |name=Letztmals        | value=[[Has last date::{{{LastDate}}}]]                               }}}}<!--
-->{{ifnotempty|{{{Start|}}}            | {{infobox row |name=Start            | value=[[Starts at::{{{Start}}}]]                                  }}}}<!--
-->{{ifnotempty|{{{Start|}}}            | {{infobox row |name=Start            | value=[[Starts at::{{{Start}}}]]                                  }}}}<!--
-->{{ifnotempty|{{{End|}}}              | {{infobox row |name=Ende            | value=[[Ends at::{{{End}}}]]                                      }}}}<!--
-->{{ifnotempty|{{{End|}}}              | {{infobox row |name=Ende            | value=[[Ends at::{{{End}}}]]                                      }}}}<!--

Latest revision as of 09:29, 20 April 2024


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|Conference|Camp|Screening|other
 |  Date = YYYY-MM-DD of the event
 |  FirstDate = YYYY-MM-DD of the first time a recurring event occurred
 |  ExceptDates = YYYY-MM-DD, YYYY-MM-DD, ... (''optional'')
 |  AdditionalDates = YYYY-MM-DD, YYYY-MM-DD, ... (''optional'')
 |  LastDate = YYYY-MM-DD of the last time a recurring event occurred
 |  Start = HH:MM of beginning
 |  End = HH:MM of ending
 |  Duration = duration in hours (''optional'')
 |  Speaker = Name of the speaker, instructor or working group (''optional'')
 |  Host = Username of the responsible Chaosdorf member
 |  Location = Ort (''optional'', external locations or weblinks only)
 |  isArchived = yes/no
 |  isRelevant = yes/no
}}

See also: Help:EventDate