Template:Event: Difference between revisions

From Technologia Incognita
Jump to navigation Jump to search
Undo revision 30262 by Thijs (talk)
Tag: Undo
Use single if else instead
Line 21: Line 21:
   ! style="background-color:#DDDDDD;" {{!}} Start
   ! style="background-color:#DDDDDD;" {{!}} Start
   {{!}} {{#set: Start={{{Start|}}}}} {{#set: Date={{{Start|}}}}} {{{Start|}}}
   {{!}} {{#set: Start={{{Start|}}}}} {{#set: Date={{{Start|}}}}} {{{Start|}}}
}}
{{#if:{{{End|}}}|
   {{!}}-
   {{!}}-
   ! style="background-color:#DDDDDD;" {{!}} End
   ! style="background-color:#DDDDDD;" {{!}} End
   {{!}} {{#set: End={{{End|}}}}} {{{End|}}}
   {{!}} {{#set: End={{{End|}}}}} {{{End|}}}
}}
|
{{#if:{{{Date|}}}|
   {{!}}-
   {{!}}-
   ! style="background-color:#DDDDDD;" {{!}} Date
   ! style="background-color:#DDDDDD;" {{!}} Date
   {{!}} [[Date::{{{Date|}}}]]
   {{!}} [[Date::{{{Date|}}}]]
}}
{{#if:{{{Time|}}}|
   {{!}}-
   {{!}}-
   ! style="background-color:#DDDDDD;" {{!}} Time
   ! style="background-color:#DDDDDD;" {{!}} Time

Revision as of 17:36, 12 February 2025

This is the "Event" template. It should be called in the following format:

{{Event
|Start=
|End=
|Location=
|EventType=
|Contact=
}}

Edit the page to see the template text.