Template:Presentation: Difference between revisions
From QualityBox Wiki
(Created page with "<inlcudeonly> {{{Title}}} {{{Date}}} {{{Time}}} {{{Location}}} {{{Presenter}}} {{{Summary}}} {{{Abstract}}} {{{Photo}}} Catgegory:Presentation </includeonly> <noinclude>...") |
(adds template data) |
||
Line 24: | Line 24: | ||
</pre> | </pre> | ||
<templatedata> | |||
{ | |||
"params": { | |||
"Title": { | |||
"label": "Presentation Title", | |||
"description": "What do you call the Talk or Presentation?", | |||
"example": "Importing Content into QualityBox", | |||
"type": "string", | |||
"default": "My Presentation", | |||
"required": true | |||
}, | |||
"Date": {}, | |||
"Time": {}, | |||
"Location": {}, | |||
"Presenter": {}, | |||
"Summary": {}, | |||
"Abstract": {}, | |||
"Photo": {} | |||
} | |||
} | |||
</templatedata> | |||
</noinclude> | </noinclude> |
Revision as of 09:43, 29 October 2018
<inlcudeonly> {{{Title}}} {{{Date}}} {{{Time}}} {{{Location}}} {{{Presenter}}} {{{Summary}}} {{{Abstract}}} {{{Photo}}} Catgegory:Presentation </includeonly>
You can include the following arguments to the template. All presentations will automatically be placed in the Category:Presentation category.
{{{Title}}} {{{Date}}} {{{Time}}} {{{Location}}} {{{Presenter}}} {{{Summary}}} {{{Abstract}}} {{{Photo}}}
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Presentation Title | Title | What do you call the Talk or Presentation?
| String | required |
Date | Date | no description | Unknown | optional |
Time | Time | no description | Unknown | optional |
Location | Location | no description | Unknown | optional |
Presenter | Presenter | no description | Unknown | optional |
Summary | Summary | no description | Unknown | optional |
Abstract | Abstract | no description | Unknown | optional |
Photo | Photo | no description | Unknown | optional |