Template:Event/doc: Difference between revisions
Appearance
Poster; updated description |
removed description |
||
| Line 7: | Line 7: | ||
"type": "string", | "type": "string", | ||
"required": true | "required": true | ||
}, | }, | ||
"organizers": { | "organizers": { | ||
"label": "Organizers", | "label": "Organizers", | ||
"type": "string", | "type": "string", | ||
"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]]", | ||
"suggested": true | |||
}, | }, | ||
"place": { | "place": { | ||
| Line 43: | Line 38: | ||
"time": { | "time": { | ||
"label": "Time", | "label": "Time", | ||
"type": "string" | "type": "string", | ||
"suggested": true | |||
} | } | ||
}, | }, | ||
| Line 52: | Line 48: | ||
"time", | "time", | ||
"place", | "place", | ||
"image" | "image" | ||
] | ] | ||
Revision as of 22:13, 11 April 2026
Displays a compact event card for use on club pages. Automatically placed on the Upcoming Events 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 | suggested |
| Date | date | Date in YYYY-MM-DD format
| Date | required |
| Time | time | no description | String | suggested |
| Place | place | Location of the event, wikilinked if possible
| String | optional |
| Image | image | Image filename, without the File: prefix.
| File | optional |
Example
{{Poster
| 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
}}