Difference between revisions of "Template:ProgramSectionItems"
Jump to navigation
Jump to search
| Line 3: | Line 3: | ||
{{ProgramSectionItem | {{ProgramSectionItem | ||
|Title=title of one section of a program in an event | |Title=title of one section of a program in an event | ||
| − | | | + | |STime=start time of section event |
| + | |ETime=end time of section event | ||
|Location=location | |Location=location | ||
|Additions=addition comments about this section | |Additions=addition comments about this section | ||
}} | }} | ||
| − | </pre> {{#cargo_declare:_table=ProgramSectionItem|Title=Text| | + | </pre> {{#cargo_declare:_table=ProgramSectionItem|Title=Text|STime=Datetime|ETime=Datetime||Location=String|Additions=Text|Summary=Wikitext (size=600)}} |
</noinclude><includeonly> | </noinclude><includeonly> | ||
| − | This is a program section item. {{#cargo_store:_table=ProgramSectionItem|Title={{{itemtitle|}}}| | + | This is a program section item. {{#cargo_store:_table=ProgramSectionItem|Title={{{itemtitle|}}}|STime={{{itemstime|}}}|ETime={{{itemetime|}}}|Location={{{location|}}}|Additions={{{itemadditions|}}}|Summary=[[{{PAGENAME}}]]}} |
{| border="0" cellpadding="4" cellspacing="4" style="margin-bottom: 5px;" | {| border="0" cellpadding="4" cellspacing="4" style="margin-bottom: 5px;" | ||
| Line 15: | Line 16: | ||
| {{{itemtitle|}}} | | {{{itemtitle|}}} | ||
|- | |- | ||
| − | ! Time | + | ! Start Time |
| − | | {{{ | + | | {{{itemstime|}}} |
| + | |- | ||
| + | ! End Time | ||
| + | | {{{itemetime|}}} | ||
|- | |- | ||
! Location | ! Location | ||
Latest revision as of 10:25, 15 January 2017
This template holds information about items in a program section. It should be called in the following format:
{{ProgramSectionItem
|Title=title of one section of a program in an event
|STime=start time of section event
|ETime=end time of section event
|Location=location
|Additions=addition comments about this section
}}
{{#cargo_declare:_table=ProgramSectionItem|Title=Text|STime=Datetime|ETime=Datetime||Location=String|Additions=Text|Summary=Wikitext (size=600)}}