Template:Current School Services: Difference between revisions

From ACT Bus Network Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
|-
|-
| style="width:30%; font-weight:bold;" | Morning directions
| style="width:30%; font-weight:bold;" | Morning directions
| {{{morningdirections|Start point to end point}}}
| {{{MD|Start point to end point}}}
|-
|-
| style="font-weight:bold;" | Afternoon directions
| style="font-weight:bold;" | Afternoon directions
| {{{afternoondirections|Start point to end point}}}
| {{{AD|Start point to end point}}}
|-
|-
| style="font-weight:bold;" | Via
| style="font-weight:bold;" | Via
Line 13: Line 13:
|-
|-
| style="font-weight:bold;" | Start date
| style="font-weight:bold;" | Start date
| {{{startdate|Add date}}}
| {{{SD|Add date}}}
|-
|-
| style="font-weight:bold;" | End date
| style="font-weight:bold;" | End date
| {{{enddate|Add date}}}
| {{{ED|Add date}}}
|-
|-
| style="font-weight:bold;" | Morning trips
| style="font-weight:bold;" | Morning trips
| {{{morningtrips|number of AM runs}}}
| {{{MT|number of AM runs}}}
|-
|-
| style="font-weight:bold;" | Afternoon trips
| style="font-weight:bold;" | Afternoon trips
| {{{afternoontrips|number of PM runs}}}
| {{{AT|number of PM runs}}}
|}
|}
<noinclude>
{{TemplateData header}}
{
"description": "A simple infobox for displaying basic information such as title, image, description, date, and location.",
"params": {
"title": {
"label": "Title",
"description": "The title displayed at the top of the infobox.",
"type": "string",
"required": true
},
"MD": {
"label": "Morning directions",
"description": "List the commencement and termination point of the morning service",
"type": "string",
"required": true
},
"AD": {
"label": "Afternoon directions",
"description": "List the commencement and termination point of the afternoon service.",
"type": "string",
"required": true
},
"via": {
"label": "via",
"description": "List the suburbs that the service operates through",
"type": "string",
"required": true
},
"SD": {
"label": "Start date",
"description": "The start date for the service",
"type": "string",
"required": true
}
        "ED": {
"label": "End date",
"description": "The end date for the service",
"type": "string",
"required": false
}
        "MT": {
"label": "Morning trips",
"description": "How many runs operate in the morning",
"type": "string",
"required": true
}
      "AT": {
"label": "Afternoon trips",
"description": "How many runs operate in the afternoon",
"type": "string",
"required": true
}
}
}
</noinclude>

Revision as of 21:46, 10 December 2025

Morning directions Start point to end point
Afternoon directions Start point to end point
Via List of suburbs
Start date Add date
End date Add date
Morning trips number of AM runs
Afternoon trips number of PM runs



Template:TemplateData header { "description": "A simple infobox for displaying basic information such as title, image, description, date, and location.", "params": { "title": { "label": "Title", "description": "The title displayed at the top of the infobox.", "type": "string", "required": true }, "MD": { "label": "Morning directions", "description": "List the commencement and termination point of the morning service", "type": "string", "required": true }, "AD": { "label": "Afternoon directions", "description": "List the commencement and termination point of the afternoon service.", "type": "string", "required": true }, "via": { "label": "via", "description": "List the suburbs that the service operates through", "type": "string", "required": true }, "SD": { "label": "Start date", "description": "The start date for the service", "type": "string", "required": true }

       "ED": {

"label": "End date", "description": "The end date for the service", "type": "string", "required": false }

       "MT": {

"label": "Morning trips", "description": "How many runs operate in the morning", "type": "string", "required": true }

      "AT": {

"label": "Afternoon trips", "description": "How many runs operate in the afternoon", "type": "string", "required": true } } }