Template:Current School Services

From ACT Bus Network Wiki
Revision as of 21:46, 10 December 2025 by ACT Bus Network (talk | contribs)
Jump to navigation Jump to search
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 } } }