Template:Event/doc: Difference between revisions
Appearance
m Ewelchmorgan moved page Template:Event/doc to Template:Poster/doc: More clear |
Poster; updated description |
||
| Line 1: | Line 1: | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"description": "Displays a compact event card for use on club pages | "description": "Displays a compact event card for use on club pages. Automatically placed on the Upcoming Events page.", | ||
"params": { | "params": { | ||
"name": { | "name": { | ||
| Line 60: | Line 60: | ||
== Example == | == Example == | ||
<pre> | <pre> | ||
{{ | {{Poster | ||
| name = Best Event Ever | | name = Best Event Ever | ||
| description = Come to this event, which will be the best. | | description = Come to this event, which will be the best. | ||
| Line 71: | Line 71: | ||
</pre> | </pre> | ||
{{ | {{Poster | ||
| name = Best Event Ever | | name = Best Event Ever | ||
| description = Come to this event, which will be the best. | | description = Come to this event, which will be the best. | ||
Revision as of 18:22, 7 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 | 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
{{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
}}