Template:Presentation: Difference between revisions

From QualityBox Wiki
(save template data)
(merge prior template data and template content/formatting)
Line 27: Line 27:
! Presenter
! Presenter
| [[hasPresenter::{{{Presenter|}}}]]
| [[hasPresenter::{{{Presenter|}}}]]
|}</includeonly>
|}
 
== {{{Title}}} ==
<span style="float:right;">[[hasPhoto::{{{Photo|}}}]]</span>
'''WHEN:''' {{{Date}}} {{{Time}}}<br />
'''WHERE:''' {{{Location}}}<br />
'''WHO:''' {{{Presenter}}} <br />
'''WHAT:''' [[hasSummary::{{{Summary|}}}]]<br />
 
[[hasAbstract::{{{Abstract|}}}]]
</includeonly>
<noinclude>
<noinclude>
<templatedata>
<templatedata>
Line 35: Line 45:
"label": "Date",
"label": "Date",
"description": "Date of presentation",
"description": "Date of presentation",
"example": "2018-10-31",
"example": "{{#dateformat:{{subst:CURRENTYEAR}}-{{subst:CURRENTMONTH}}-{{subst:CURRENTDAY}}|ISO 8601}}",
"required": true
                        "type": "date",
"suggested": true
},
},
"Time": {
"Time": {
"label": "Time",
"label": "Time",
"description": "Time presentation begins",
"description": "Time presentation begins",
"example": "20:00"
"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"
},
},
"Location": {},
"Presenter": {
"Presenter": {
"label": "Location",
"label": "Location",
Line 51: Line 69:
},
},
"Title": {
"Title": {
"label": "Presentation Title",
"description": "What do you call the Talk or Presentation?",
"example": "Importing Content into QualityBox",
"type": "string",
"autovalue": "{{subst:PAGENAME}}",
"autovalue": "{{subst:PAGENAME}}",
"required": true
"required": true
},
"Summary": {
"label": "Summary",
"description": "<50 words "
},
"Abstract": {
"label": "Abstract",
"description": "~150 words"
},
"Photo": {
"label": "Photo / Image",
"type": "wiki-file-name"
}
}
},
},
"description": "This template holds information about a Presentation"
"description": "This template holds information about a Presentation",
"format": "inline"
}
}
</templatedata>
</templatedata>
</noinclude>
</noinclude>

Revision as of 01:00, 31 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

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
DateDate

Date of presentation

Example
{{#dateformat:{{subst:CURRENTYEAR}}-{{subst:CURRENTMONTH}}-{{subst:CURRENTDAY}}|ISO 8601}}
Datesuggested
TimeTime

Time presentation begins

Example
18:00 EDT
Stringsuggested
LocationLocation

Address; Building & Room; or URL

Example
700 Boylston Street Boston MA 02116
Stringoptional
LocationPresenter

Address; #hashtag; URL

Example
#QualityBoxTraining
Unknownrequired
Presentation TitleTitle

What do you call the Talk or Presentation?

Example
Importing Content into QualityBox
Auto value
{{subst:PAGENAME}}
Stringrequired
SummarySummary

<50 words

Unknownoptional
AbstractAbstract

~150 words

Unknownoptional
Photo / ImagePhoto

no description

Fileoptional