Jump to content

Template:Event: Difference between revisions

From VassarWiki
back to subtle
Tag: Manual revert
m EdwardNWM moved page Template:Poster to Template:Event over redirect: simplification
 
(25 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div style="display:inline-block; vertical-align:top; border:1px solid var(--vw-bg-subtle); padding:0.6em 0.8em; margin:0.4em; width:220px; font-size:0.9em; background: var(--vw-bg-subtler);">
<div class="poster" style="display:inline-block; vertical-align:top; border:1px solid var(--vw-border); padding:0.6em; margin:0.4em 0.4em 0.4em 0em; width:220px; flex:1 1 200px; background: var(--vw-bg-subtle);">
{{#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; line-height:1.15; margin:0.6em 0; text-align:center;">{{{name}}}</div>
{{#if:{{{organizers|}}}|<div>👥 {{{organizers}}}</div>}}
<div style="display:grid; grid-template-columns:1.8em 1fr; row-gap:0.5em; margin-top:0.2em; line-height:1.15; align-items:baseline;">{{#if:{{{organizers|}}}|<span>👥</span><span>{{{organizers}}}</span>}}{{#if:{{{date|}}}|<span>📅</span><span>{{#time:l, F j|{{{date}}}}}</span>}}{{#if:{{{time|}}}|<span>🕐</span><span>{{{time}}}</span>}}{{#if:{{{place|}}}|<span>📍</span><span>{{{place}}}</span>}}</div>
{{#if:{{{date|}}}|<div>📅 {{#time:F j|{{{date}}}}}}}{{#if:{{{time|}}}| &nbsp;at {{{time}}}</div>|</div>}}
{{#if:{{{description|}}}|<div style="font-style:italic; font-size:0.85em; margin-top:1em; line-height:1; color: var(--vw-text-subtle)">{{{description}}}</div>}}
{{#if:{{{place|}}}|<div>📍 {{{place}}}</div>}}
</div><noinclude>{{Documentation}}</noinclude>
</div><noinclude>{{Documentation}}</noinclude>

Latest revision as of 21:25, 17 May 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

{{Poster
| name = Best Event Ever
| 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