Template:Event/doc: Difference between revisions
removed description from example |
Event; clean up |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 40: | Line 40: | ||
"type": "string", | "type": "string", | ||
"suggested": true | "suggested": true | ||
}, | |||
"description": { | |||
"description": "very brief description or extra info (anything substantial should go on a page!)", | |||
"type": "string" | |||
} | } | ||
}, | }, | ||
| Line 48: | Line 52: | ||
"time", | "time", | ||
"place", | "place", | ||
"image" | "image", | ||
"description" | |||
] | ] | ||
} | } | ||
| Line 55: | Line 60: | ||
== Example == | == Example == | ||
<pre> | <pre> | ||
{{ | {{Event | ||
| name = Best Event Ever | | name = Best Event Ever | ||
| organizers = VassarWiki | | organizers = VassarWiki | ||
| Line 61: | Line 66: | ||
| time = 1 pm | | time = 1 pm | ||
| place = Rocky 300 | | place = Rocky 300 | ||
| | | description = This is gonna be the best event ever!!!! | ||
}} | }} | ||
</pre> | </pre> | ||
{{ | {{Event | ||
| name = Best Event Ever | | name = Best Event Ever | ||
| organizers = VassarWiki | | organizers = VassarWiki | ||
| Line 71: | Line 76: | ||
| time = 1 pm | | time = 1 pm | ||
| place = Rocky 300 | | place = Rocky 300 | ||
| | | description = This is gonna be the best event ever!!!! | ||
}} | }} | ||