Difference between revisions of "Template:Presentation"

From QualityBox Wiki
Jump to navigation Jump to search
(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 23: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

Template parameters

ParameterDescriptionTypeStatus
DateDate

Date of presentation

Example
2018-10-31
Unknownrequired
TimeTime

Time presentation begins

Example
20:00
Unknownoptional
LocationLocation

no description

Unknownoptional
LocationPresenter

Address; #hashtag; URL

Example
#QualityBoxTraining
Unknownrequired
TitleTitle

no description

Auto value
{{subst:PAGENAME}}
Unknownrequired