Template:Event: Difference between revisions

From Milliways
Jump to navigation Jump to search
m (removed the Ifnotempty template used, as it was just breaking stuff)
No edit summary
 
(5 intermediate revisions by the same user 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
  |  Date = YYYY-MM-DD of the event
  |  StartDate = YYYY-MM-DD of the event
|  EndDate = YYYY-MM-DD of the event
  |  Location = Place
  |  Location = Place
}}</pre>
}}</pre>
Line 13: Line 14:
{{infobox start
{{infobox start
  |headercolor=#ccffff
  |headercolor=#ccffff
  |name=[[Has title::{{{Title}}}]]
  |name={{{Title}}}
  |description={{{Description|}}}
  |description={{{Description|}}}
}}<!--
}}<!--


-->{{infobox row |name=Datum    |value=[[Has Date::{{{Date}}}]]                          }}<!--
-->{{infobox row |name=Start date      |value={{{StartDate}}}     }}<!--
-->{{infobox row |name=Location  |value={{{Location|}}} {{#set: Has location={{{Location|}}} }}                      }}<!--
-->{{infobox row |name=End date      |value={{{EndDate}}}     }}<!--
-->{{infobox row |name=Location  |value={{{Location|}}} }}<!--


-->
-->

Latest revision as of 11:44, 16 June 2022


Put this template box on event pages.

{{Event
 |  Title = full title of the given event
 |  Description = short description
 |  StartDate = YYYY-MM-DD of the event
 |  EndDate = YYYY-MM-DD of the event
 |  Location = Place
}}