Template:Event/doc: Difference between revisions
Appearance
template data |
order; organizer required |
||
| Line 16: | Line 16: | ||
"label": "Organizers", | "label": "Organizers", | ||
"type": "string", | "type": "string", | ||
"required": | "required": true, | ||
"description": "All organizer(s), whether they're individuals, orgs, departments, etc. Wikilink if possible. ", | "description": "All organizer(s), whether they're individuals, orgs, departments, etc. Wikilink if possible. ", | ||
"example": "[[Vastards]]" | "example": "[[Vastards]]" | ||
| Line 48: | Line 48: | ||
"paramOrder": [ | "paramOrder": [ | ||
"name", | "name", | ||
"organizers", | "organizers", | ||
"date", | "date", | ||
"time", | "time", | ||
"place", | "place", | ||
"description", | |||
"image" | "image" | ||
] | ] | ||
Revision as of 18:15, 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 |
| Organizers | organizers | All organizer(s), whether they're individuals, orgs, departments, etc. Wikilink if possible.
| String | required |
| Date | date | Date in YYYY-MM-DD format
| Date | required |
| Time | time | no description | String | optional |
| Place | place | Location of the event, wikilinked if possible
| String | optional |
| Description | description | no description | String | optional |
| Image | image | Image filename, 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
}}