Template:Presentation: Difference between revisions

adds template data
(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>