Template:Event
From Ad IDEM / CMLA
Contents |
Usage
{{Event List
| {{Event | parameter=value | parameter=value |...}}
| {{Event | parameter=value | parameter=value |...}}
| {{Event | parameter=value | parameter=value |...}}
}}
| parameter | description | |
|---|---|---|
| title | required | Title of the Development (also the page name for linking to the development). |
| date | optional | Associated date. |
| location | optional | Associated location. |
| description | optional | Description of the case. |
Examples
All Parameters
Template Code
{{Event List
| {{Event
| title=Example Event
| date=January 23, 2008
| location=Montreal, Quebec
| description=Description goes here, with '''bold''', ''italics'', or any <tt>other formatting</tt>.
}}
}}
Result
Example Event
January 23, 2008
Montreal, Quebec
Description goes here, with bold, italics, or any other formatting.
Title, Date, and Description
Template Code
{{Event List
| {{Event
| title=Example Event
| date=January 23, 2008
| description=Description goes here, with '''bold''', ''italics'', or any <tt>other formatting</tt>.
}}
}}
Result
Example Event
January 23, 2008
Description goes here, with bold, italics, or any other formatting.
Title and Description Only
Template Code
{{Event List
| {{Event
| title=Example Event
| description=Description goes here, with '''bold''', ''italics'', or any <tt>other formatting</tt>.
}}
}}
Result
Example Event
Description goes here, with bold, italics, or any other formatting.