Template:Event
From syn2cat - HackerSpace.lu
(Difference between revisions)
m |
m (Using silent property setting) |
||
Line 62: | Line 62: | ||
|} | |} | ||
<!-- *** Let's automate the semantic info *** --> | <!-- *** Let's automate the semantic info *** --> | ||
− | + | {{#ifeq: {{{u19|}}} | yes | [[Category:U19]] }} | |
− | + | ||
<!-- Switch Categories on eventtype --> | <!-- Switch Categories on eventtype --> | ||
{{#switch: {{{eventtype}}} | {{#switch: {{{eventtype}}} | ||
Line 74: | Line 73: | ||
| #default = [[Category:Event]] | | #default = [[Category:Event]] | ||
}} | }} | ||
− | <!-- End Switch Category --> | + | <!-- End Switch Category, Now setting silent properties --> |
− | + | {{#set:Is U19={{{u19}}}|Has PageName={{FULLPAGENAME}}|Has coordinates={{#show: {{{location|}}} | ?Has coordinates|link=none}} }} | |
− | {{# | + | |
− | + | ||
− | + | ||
<!-- Only use the dates function on non-recurring events --> | <!-- Only use the dates function on non-recurring events --> | ||
{{#ifeq: {{{recurring}}} | no | {{#arraymap: {{#dates: | StartDate={{{from}}} | EndDate={{{till}}} }}|,|x|[[Has date::x| ]]| }} }} | {{#ifeq: {{{recurring}}} | no | {{#arraymap: {{#dates: | StartDate={{{from}}} | EndDate={{{till}}} }}|,|x|[[Has date::x| ]]| }} }} |
Revision as of 20:51, 28 September 2010
Usage
Copy and paste this code or simply use the Form:Event to add your event.
If you don't set a "till" date, the "from" date will be used.
{{Event | logo = <filename> | eventtype = <party, conference, camp, workshop, meeting> | what = <event title> | intro= <event description> | from= <Datetime> | till= <Datetime> | recurring = <no, daily, weekly, bi-weekly, monthly, xofmonth, bi-monthly, yearly> | cost=0€ | u19 = <yes/no> | location=Hackerspace, Strassen | contact= <comma-delimited list of the organisers> | attendees = <string> Everyone | url=http://www.website.com }}