Template:Presentation: Difference between revisions
From QualityBox Wiki
(adds template data) |
No edit summary |
||
Line 35: | Line 35: | ||
"required": true | "required": true | ||
}, | }, | ||
"Date": {}, | "Date": { | ||
"Time": {}, | "label": "Date", | ||
"Location": {}, | "description": "the Date of the presentation", | ||
"Presenter": {}, | "example": "{{#dateformat:{{subst:CURRENTYEAR}}-{{subst:CURRENTMONTH}}-{{subst:CURRENTDAY}}|ISO 8601}}", | ||
"Summary": {}, | "type": "date", | ||
"Abstract": {}, | "suggested": true | ||
"Photo": {} | }, | ||
} | "Time": { | ||
"label": "Time", | |||
"example": "18:00 EDT", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"Location": { | |||
"label": "Location", | |||
"description": "Address; Building & Room; or URL", | |||
"example": "700 Boylston Street Boston MA 02116", | |||
"type": "string" | |||
}, | |||
"Presenter": { | |||
"label": "Presenter", | |||
"required": true | |||
}, | |||
"Summary": { | |||
"label": "Summary", | |||
"description": "<50 words " | |||
}, | |||
"Abstract": { | |||
"label": "Abstract", | |||
"description": "~150 words" | |||
}, | |||
"Photo": { | |||
"label": "Photo / Image", | |||
"type": "wiki-file-name" | |||
} | |||
}, | |||
"format": "inline" | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Revision as of 09:54, 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 | the Date of the presentation
| Date | suggested |
Time | Time | no description
| String | suggested |
Location | Location | Address; Building & Room; or URL
| String | optional |
Presenter | Presenter | no description | Unknown | required |
Summary | Summary | <50 words | Unknown | optional |
Abstract | Abstract | ~150 words | Unknown | optional |
Photo / Image | Photo | no description | File | optional |