From Kolflow Project
(Difference between revisions)
|
|
| (37 intermediate revisions not shown) |
| Line 1: |
Line 1: |
| | + | <noinclude> |
| | + | The Template for displaying an event |
| | + | </noinclude> |
| | + | <includeonly> |
| | [[Category:Event]] | | [[Category:Event]] |
| - | EVENT
| + | == Event description == |
| | | | |
| - | Name : [[Event name::{{{name}}}]] | + | Name : {{{name}}} |
| | | | |
| - | Description : {{{description| }}} {{#set: }} | + | Description : {{{description| }}} |
| | | | |
| - | Date : {{{date| }}} | + | Start Date : {{{startdate| }}} |
| | | | |
| - | {{#set: | + | End Date : {{{enddate| }}} |
| - | Event description={{{description}}} | + | |
| - | |Event date={{{date}}} | + | 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