Template:Event/doc: Difference between revisions
Appearance
changed template data |
→Example: fixed example |
||
| Line 57: | Line 57: | ||
<pre> | <pre> | ||
{{Event | {{Event | ||
| name | | name = Best Event Ever | ||
| description = Come to this event, which will be the best. | | description = Come to this event, which will be the best. | ||
| organizers | | organizers = VassarWiki | ||
| | | date = 2027-01-01 | ||
| place | | time = 1 pm | ||
| image | | place = Rocky 300 | ||
| image = wompwomp.png | |||
}} | }} | ||
</pre> | </pre> | ||
{{Event | {{Event | ||
| name | | name = Best Event Ever | ||
| description = Come to this event, which will be the best. | | description = Come to this event, which will be the best. | ||
| organizers | | organizers = VassarWiki | ||
| | | date = 2027-01-01 | ||
| place | | time = 1 pm | ||
| image | | place = Rocky 300 | ||
| image = wompwomp.png | |||
}} | }} | ||
Revision as of 18:08, 7 April 2026
Displays a compact event card for use on club pages and the Main Page.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Event name | name | no description | String | required |
| Description | description | no description | String | optional |
| Organizers | organizers | The organizer, whether it's an individual, org, or department. Wikilink if possible. | String | optional |
| Date | date | no description | Date | required |
| Time | time | no description | String | optional |
| Place | place | Location of the event, wikilinked if possible
| String | optional |
| Image | image | Image filename (e.g. Flyer.png), without the File: prefix. | File | optional |
Example
{{Event
| name = Best Event Ever
| description = Come to this event, which will be the best.
| organizers = VassarWiki
| date = 2027-01-01
| time = 1 pm
| place = Rocky 300
| image = wompwomp.png
}}