Difference between revisions of "Template:Event"
m |
m (fix example) |
||
(27 intermediate revisions by 3 users not shown) | |||
Line 4: | Line 4: | ||
<pre> | <pre> | ||
{{Event | {{Event | ||
− | |||
|Date= | |Date= | ||
+ | |Time= | ||
|Location= | |Location= | ||
− | | | + | |EventType= |
|Contact= | |Contact= | ||
}} | }} | ||
Line 16: | Line 16: | ||
|- style="font-size:150%; background: #CCCCCC; text-align:center;" | |- style="font-size:150%; background: #CCCCCC; text-align:center;" | ||
! colspan=2| {{PAGENAME}} | ! colspan=2| {{PAGENAME}} | ||
− | |||
− | |||
− | |||
|- | |- | ||
! style="background-color:#DDDDDD;" | Date | ! style="background-color:#DDDDDD;" | Date | ||
| [[Date::{{{Date|}}}]] | | [[Date::{{{Date|}}}]] | ||
+ | |- | ||
+ | ! style="background-color:#DDDDDD;" | Time | ||
+ | | [[Time::{{{Time|}}}]] | ||
|- | |- | ||
! style="background-color:#DDDDDD;" | Location | ! style="background-color:#DDDDDD;" | Location | ||
− | | | + | | {{#arraymap:{{{Location|}}}|,|x|[[Location::x]]}} |
|- | |- | ||
− | ! style="background-color:#DDDDDD;" | | + | ! style="background-color:#DDDDDD;" | Type |
− | | [[Contact::{{{Contact|}}}]] | + | | [[EventType::{{{EventType|}}}]] |
+ | {{!}}- | ||
+ | {{#if:{{{Contact|}}}| | ||
+ | ! style="background-color:#DDDDDD;" {{!}} Contact | ||
+ | {{!}} {{#arraymap:{{{Contact|}}}|,|x|[[Contact::x]]}} | ||
+ | }} | ||
|} | |} | ||
[[Category:Events]] | [[Category:Events]] | ||
</includeonly> | </includeonly> |
Latest revision as of 16:26, 12 September 2020
This is the "Event" template. It should be called in the following format:
{{Event |Date= |Time= |Location= |EventType= |Contact= }}
Edit the page to see the template text.