From Kolflow Project
(Difference between revisions)
|
|
| (15 intermediate revisions not shown) |
| Line 1: |
Line 1: |
| | + | <noinclude> |
| | + | The Template for displaying an event |
| | + | </noinclude> |
| | + | <includeonly> |
| | [[Category:Event]] | | [[Category:Event]] |
| - | Name : [[Event name::{{{name}}}]] | + | == Event description == |
| | + | |
| | + | Name : {{{name}}} |
| | | | |
| | Description : {{{description| }}} | | Description : {{{description| }}} |
| | | | |
| - | Start Date : {{{date| }}} | + | Start Date : {{{startdate| }}} |
| | | | |
| - | Laboratory : [[Event lab::{{{lab}}}]]
| + | End Date : {{{enddate| }}} |
| | | | |
| - | Location : [[Event location::{{{location}}}]]
| + | Laboratory : {{{lab| }}} |
| | | | |
| - | {{#set:
| + | Location : {{{location| }}} |
| - | Event description={{{description}}}
| + | |
| - | | Event startdate={{{date}}} | + | |
| - | | Event enddate={{{date}}}
| + | |
| - | | Event location= {{{location}}}
| + | |
| - | }} | + | |
| | | | |
| - | {{#ask: [[Category:Event]] [[Event name::{{PAGENAME}}]] | + | {{#set:Event name:={{{name}}} |
| - | |?Event startdate = start | + | | Event location={{{location}}} |
| - | |?Event enddate = end | + | | Event description={{{description}}} |
| - | |?Event location | + | | Event startdate={{{startdate}}} |
| - | |?Event description = description | + | | Event enddate={{{enddate}}} |
| - | | format=icalendar | searchlabel=(iCal) | + | | Event location= {{{location}}} |
| | + | | Event lab={{{lab}}} |
| | }} | | }} |
| | + | </includeonly> |
Latest revision as of 14:58, 14 February 2011
The Template for displaying an event