Template:Event: Difference between revisions
Appearance
m Ewelchmorgan moved page Template:Event to Template:Poster: More clear |
removed description parameter |
||
| Line 1: | Line 1: | ||
<div style="display:inline-block; vertical-align:top; border:1px solid #aaa; padding:0.6em 0.8em; margin:0.4em; width:220px; font-size:0.9em; background:white;"> | <div style="display:inline-block; vertical-align:top; border:1px solid #aaa; padding:0.6em 0.8em; margin:0.4em; width:220px; font-size:0.9em; background:white;"> | ||
{{#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. | <div style="font-weight:bold; font-size:1.15em; margin-bottom:0.2em;">{{{name}}}</div> | ||
{{#if:{{{organizers|}}}|<div>👥 {{{organizers}}}</div>}} | {{#if:{{{organizers|}}}|<div>👥 {{{organizers}}}</div>}} | ||
{{#if:{{{date|}}}|<div>📅 {{#time:F j|{{{date}}}}}}}{{#if:{{{time|}}}| at {{{time}}}</div>|</div>}} | {{#if:{{{date|}}}|<div>📅 {{#time:F j|{{{date}}}}}}}{{#if:{{{time|}}}| at {{{time}}}</div>|</div>}} | ||
{{#if:{{{place|}}}|<div>📍 {{{place}}}</div>}} | {{#if:{{{place|}}}|<div>📍 {{{place}}}</div>}} | ||
</div><noinclude>{{Documentation}}</noinclude> | </div><noinclude>{{Documentation}}</noinclude> | ||
Revision as of 22:15, 11 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.
| 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 |
| description | description | very brief description or extra info (anything substantial should go on a page!) | String | optional |
Example
{{Poster
| name = Best Event Ever
| organizers = VassarWiki
| date = 2027-01-01
| time = 1 pm
| place = Rocky 300
| image = wompwomp.png
}}