132
edits
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> |