Template:Event
From syn2cat - HackerSpace.lu
(Difference between revisions)
m |
m |
||
| Line 34: | Line 34: | ||
! style="padding: 0 7px; background: #CCCCFF" | Who: | ! style="padding: 0 7px; background: #CCCCFF" | Who: | ||
|- | |- | ||
| − | | {{{who|}}} | + | | {{#arraymap: {{{who|}}}|,|x|[[Organiser::User:x|x]]|,}} |
|- | |- | ||
! style="padding: 0 7px; background: #CCCCFF" | URL: | ! style="padding: 0 7px; background: #CCCCFF" | URL: | ||
| Line 65: | Line 65: | ||
<pre> | <pre> | ||
{{Event | {{Event | ||
| − | | logo= | + | | logo = <filename> |
| − | | what= | + | | what = <event title> |
| − | | tagline= | + | | tagline= <event description> |
| − | | from= | + | | from= <Datetime> |
| − | | till= | + | | till= <Datetime> |
| − | | country=Luxembourg | + | | country = Luxembourg |
| cost=0€ | | cost=0€ | ||
| state=n.a. | | state=n.a. | ||
| city=Strassen | | city=Strassen | ||
| − | | who= | + | | who= <comma-delimited list of the organisers> |
| url=http://www.external.com | | url=http://www.external.com | ||
| coordinates=xyz.abc° N, uio.asd° E | | coordinates=xyz.abc° N, uio.asd° E | ||
Revision as of 20:11, 16 September 2009
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>
| what = <event title>
| tagline= <event description>
| from= <Datetime>
| till= <Datetime>
| country = Luxembourg
| cost=0€
| state=n.a.
| city=Strassen
| who= <comma-delimited list of the organisers>
| url=http://www.external.com
| coordinates=xyz.abc° N, uio.asd° E
}}