Template:Presentation: Difference between revisions
From QualityBox Wiki
No edit summary |
(save template data) |
||
Line 28: | Line 28: | ||
| [[hasPresenter::{{{Presenter|}}}]] | | [[hasPresenter::{{{Presenter|}}}]] | ||
|}</includeonly> | |}</includeonly> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"Date": { | |||
"label": "Date", | |||
"description": "Date of presentation", | |||
"example": "2018-10-31", | |||
"required": true | |||
}, | |||
"Time": { | |||
"label": "Time", | |||
"description": "Time presentation begins", | |||
"example": "20:00" | |||
}, | |||
"Location": {}, | |||
"Presenter": { | |||
"label": "Location", | |||
"description": "Address; #hashtag; URL", | |||
"example": "#QualityBoxTraining", | |||
"required": true | |||
}, | |||
"Title": { | |||
"autovalue": "{{subst:PAGENAME}}", | |||
"required": true | |||
} | |||
}, | |||
"description": "This template holds information about a Presentation" | |||
} | |||
</templatedata> | |||
</noinclude> |
Revision as of 22:48, 30 October 2018
This is the "Presentation" template. It should be called in the following format:
{{Presentation |Title= |Date= |Time= |Location= |Presenter= }}
Edit the page to see the template text.
This template holds information about a Presentation
Parameter | Description | Type | Status | |
---|---|---|---|---|
Date | Date | Date of presentation
| Unknown | required |
Time | Time | Time presentation begins
| Unknown | optional |
Location | Location | no description | Unknown | optional |
Location | Presenter | Address; #hashtag; URL
| Unknown | required |
Title | Title | no description
| Unknown | required |