Difference between revisions of "Template:Event"
m (width: allow small screens) |
(Trying to fix templates (updated mediawiki requires TemplateData plugin now)) |
||
Line 71: | Line 71: | ||
[[Category:Events]] | [[Category:Events]] | ||
</includeonly> | </includeonly> | ||
+ | <noinclude> | ||
+ | <templatedata> | ||
+ | { | ||
+ | "params": { | ||
+ | "End date": { | ||
+ | "type": "date" | ||
+ | }, | ||
+ | "Start date": { | ||
+ | "type": "date" | ||
+ | }, | ||
+ | "Featured": { | ||
+ | "type": "boolean" | ||
+ | }, | ||
+ | "State": {}, | ||
+ | "Start time": {}, | ||
+ | "End time": {}, | ||
+ | "Contact": { | ||
+ | "type": "wiki-user-name" | ||
+ | }, | ||
+ | "Kind": {}, | ||
+ | "Location": {}, | ||
+ | "URL": { | ||
+ | "type": "url" | ||
+ | }, | ||
+ | "Fee": {}, | ||
+ | "Short description": { | ||
+ | "type": "string" | ||
+ | } | ||
+ | }, | ||
+ | "description": "This is the \"Event\" template.\nIt should be called in the following format:\n<pre>\n{{Event\n|State=\n|Start date=\n|Start time=\n|End date=\n|End time=\n|Contact=\n|Kind=\n|Location=\n|URL=\n|Fee=\n|Short description=\n}}\n</pre>\nEdit the page to see the template text." | ||
+ | } | ||
+ | </templatedata> | ||
+ | </noinclude> |
Revision as of 20:01, 2 June 2020
This is the "Event" template. It should be called in the following format:
{{Event |State= |Start date= |Start time= |End date= |End time= |Contact= |Kind= |Location= |URL= |Fee= |Short description= }}
Edit the page to see the template text.
This is the "Event" template.
It should be called in the following format: <pre> {{Event |State= |Start date= |Start time= |End date= |End time= |Contact= |Kind= |Location= |URL= |Fee= |Short description= }} </pre>
Edit the page to see the template text.Parameter | Description | Type | Status | |
---|---|---|---|---|
End date | End date | no description
| Date | optional |
Start date | Start date | no description
| Date | optional |
Featured | Featured | no description
| Boolean | optional |
State | State | no description
| Unknown | optional |
Start time | Start time | no description
| Unknown | optional |
End time | End time | no description
| Unknown | optional |
Contact | Contact | no description
| User | optional |
Kind | Kind | no description
| Unknown | optional |
Location | Location | no description
| Unknown | optional |
URL | URL | no description
| URL | optional |
Fee | Fee | no description
| Unknown | optional |
Short description | Short description | no description
| String | optional |