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