Jump to content

Template:Event: Difference between revisions

From VassarWiki
m 1px
Tag: Manual revert
fixing time formatting; added back description
Line 2: Line 2:
{{#if:{{{image|}}}|<div style="text-align:center; margin-bottom:0.4em;">[[File:{{{image}}}|210px]]</div>}}
{{#if:{{{image|}}}|<div style="text-align:center; margin-bottom:0.4em;">[[File:{{{image}}}|210px]]</div>}}
<div style="font-weight:bold; font-size:1.15em; margin-bottom:0.2em;">{{{name}}}</div>
<div style="font-weight:bold; font-size:1.15em; margin-bottom:0.2em;">{{{name}}}</div>
{{#if:{{{description|}}}|<div>{{{description|}}}</div>}}
{{#if:{{{organizers|}}}|<div>👥 {{{organizers}}}</div>}}
{{#if:{{{organizers|}}}|<div>👥 {{{organizers}}}</div>}}
{{#if:{{{date|}}}|<div>📅 {{#time:F j|{{{date}}}}}}}{{#if:{{{time|}}}| &nbsp;at {{{time}}}</div>|</div>}}
{{#if:{{{date|}}}|<div>📅 {{#time:F j|{{{date}}}}}}}{{#if:{{{time|}}}| &colon; {{{time}}}</div>|</div>}}
{{#if:{{{place|}}}|<div>📍 {{{place}}}</div>}}
{{#if:{{{place|}}}|<div>📍 {{{place}}}</div>}}
</div><noinclude>{{Documentation}}</noinclude>
</div><noinclude>{{Documentation}}</noinclude>

Revision as of 21:26, 23 April 2026

{{{name}}}


Documentation[edit documentation]

For more general help using templates, see VassarWiki:Templates.

Displays a compact event card for use on club pages. Automatically placed on the Upcoming Events page.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Event namename

no description

Stringrequired
Organizersorganizers

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

Example
[[Vastards]]
Stringsuggested
Datedate

Date in YYYY-MM-DD format

Example
2027-01-30
Daterequired
Timetime

no description

Stringsuggested
Placeplace

Location of the event, wikilinked if possible

Example
Rocky 300
Stringoptional
Imageimage

Image filename, without the File: prefix.

Example
Flyer.png
Fileoptional
descriptiondescription

very brief description or extra info (anything substantial should go on a page!)

Stringoptional

Example

{{Event
| name = Best Event Ever
| organizers = VassarWiki
| date = 2027-01-01
| time = 1 pm
| place = Rocky 300
| description = This is gonna be the best event ever!!!!
}}
Best Event Ever
This is gonna be the best event ever!!!!
👥 VassarWiki
📅 January 1: 1 pm
📍 Rocky 300