Template:Event/doc: Difference between revisions
order; organizer required |
m EdwardNWM moved page Template:Poster/doc to Template:Event/doc over redirect: simplification |
||
| (5 intermediate revisions by the same user not shown) | |||
| 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 7: | Line 7: | ||
"type": "string", | "type": "string", | ||
"required": true | "required": true | ||
}, | }, | ||
"organizers": { | "organizers": { | ||
"label": "Organizers", | "label": "Organizers", | ||
"type": "string", | "type": "string", | ||
"description": "All organizer(s), whether they're individuals, orgs, departments, etc. Wikilink if possible. ", | "description": "All organizer(s), whether they're individuals, orgs, departments, etc. Wikilink if possible. ", | ||
"example": "[[Vastards]]" | "example": "[[Vastards]]", | ||
"suggested": true | |||
}, | }, | ||
"place": { | "place": { | ||
| Line 25: | Line 20: | ||
"required": false, | "required": false, | ||
"description": "Location of the event, wikilinked if possible", | "description": "Location of the event, wikilinked if possible", | ||
"example": " | "example": "Rocky 300" | ||
}, | }, | ||
"image": { | "image": { | ||
| Line 43: | Line 38: | ||
"time": { | "time": { | ||
"label": "Time", | "label": "Time", | ||
"type": "string", | |||
"suggested": true | |||
}, | |||
"description": { | |||
"description": "very brief description or extra info (anything substantial should go on a page!)", | |||
"type": "string" | "type": "string" | ||
} | } | ||
| Line 52: | Line 52: | ||
"time", | "time", | ||
"place", | "place", | ||
" | "image", | ||
" | "description" | ||
] | ] | ||
} | } | ||
| Line 60: | Line 60: | ||
== Example == | == Example == | ||
<pre> | <pre> | ||
{{ | {{Poster | ||
| name = Best Event Ever | | name = Best Event Ever | ||
| organizers = VassarWiki | | organizers = VassarWiki | ||
| date = 2027-01-01 | | date = 2027-01-01 | ||
| Line 71: | Line 70: | ||
</pre> | </pre> | ||
{{ | {{Poster | ||
| name = Best Event Ever | | name = Best Event Ever | ||
| organizers = VassarWiki | | organizers = VassarWiki | ||
| date = 2027-01-01 | | date = 2027-01-01 | ||