Jump to content

Template:Event/doc: Difference between revisions

From VassarWiki
Example: fixed example
template data
Line 17: Line 17:
"type": "string",
"type": "string",
"required": false,
"required": false,
"description": "The organizer, whether it's an individual, org, or department. Wikilink if possible. "
"description": "All organizer(s), whether they're individuals, orgs, departments, etc. Wikilink if possible. ",
"example": "[[Vastards]]"
},
},
"place": {
"place": {
Line 28: Line 29:
"image": {
"image": {
"label": "Image",
"label": "Image",
"description": "Image filename (e.g. Flyer.png), without the File: prefix.",
"description": "Image filename, without the File: prefix.",
"type": "wiki-file-name",
"type": "wiki-file-name",
"required": false
"required": false,
"example": "Flyer.png"
},
},
"date": {
"date": {
"label": "Date",
"label": "Date",
"type": "date",
"type": "date",
"required": true
"required": true,
"description": "Date in YYYY-MM-DD format",
"example": "2027-01-30"
},
},
"time": {
"time": {

Revision as of 18:14, 7 April 2026

Displays a compact event card for use on club pages and the Main Page.

Template parameters

ParameterDescriptionTypeStatus
Event namename

no description

Stringrequired
Descriptiondescription

no description

Stringoptional
Organizersorganizers

All organizer(s), whether they're individuals, orgs, departments, etc. Wikilink if possible.

Example
[[Vastards]]
Stringoptional
Datedate

Date in YYYY-MM-DD format

Example
2027-01-30
Daterequired
Timetime

no description

Stringoptional
Placeplace

Location of the event, wikilinked if possible

Example
[[Rocky]] 300
Stringoptional
Imageimage

Image filename, without the File: prefix.

Example
Flyer.png
Fileoptional

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
}}
Best Event Ever
👥VassarWiki📅Friday, January 1🕐1 pm📍Rocky 300
Come to this event, which will be the best.