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 25: Line 25:
|}
|}


 
<templatedata>
 
<noinclude>
{{TemplateData header}}
{
{
"description": "A simple infobox for displaying basic information such as title, image, description, date, and location.",
"params": {
"params": {
"title": {
"image": {
"label": "Title",
"label": "Destination display",
"description": "The title displayed at the top of the infobox.",
"description": "Mock up of the route destination",
"type": "string",
"example": "[[File:S.png]][[File:S0.png]][[File:S0.png]][[File:S0.png]][[File:S0.png]]",
"autovalue": "[[File:S.png]][[File:S0.png]][[File:S0.png]][[File:S0.png]][[File:S0.png]]",
"required": true
"required": true
},
},
"MD": {
"MD": {
"label": "Morning directions",
"label": "Morning directions",
"description": "List the commencement and termination point of the morning service",
"description": "Add the start and end point for the morning service",
"type": "string",
"example": "Erindale Interchange to MacKillop Isabella",
"required": true
"required": true
},
},
"AD": {
"AD": {
"label": "Afternoon directions",
"label": "Afternoon directions",
"description": "List the commencement and termination point of the afternoon service.",
"description": "Add the start and end point for the afternoon service",
"type": "string",
"example": "MacKillop Isabella to Erindale Interchange",
"required": true
"required": true
},
},
"via": {
"via": {
"label": "via",
"label": "Via",
"description": "List the suburbs that the service operates through",
"description": "List the suburbs the route operates through",
"type": "string",
"example": "Monash",
"required": true
"required": true
},
},
"SD": {
"SD": {
"label": "Start date",
"label": "Start date",
"description": "The start date for the service",
"description": "List the start date for the route",
"type": "string",
"example": "April 2019",
"required": true
"required": true
}
},
        "ED": {
"ED": {
"label": "End date",
"label": "End date",
"description": "The end date for the service",
"description": "List the end date for the route, if applicable",
"type": "string",
"example": "December 2020"
"required": false
},
}
"MT": {
        "MT": {
"label": "Morning trips",
"label": "Morning trips",
"description": "How many runs operate in the morning",
"description": "How many runs operate in the morning?",
"type": "string",
"example": "Two",
"required": true
"required": true
}
},
      "AT": {
"AT": {
"label": "Afternoon trips",
"label": "Afternoon trips",
"description": "How many runs operate in the afternoon",
"description": "How many runs operate in the afternoon?",
"type": "string",
"example": "One",
"required": true
"required": true
}
}
}
}
}
}
</noinclude>
</templatedata></noinclude>

Revision as of 21:50, 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

No description.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Destination displayimage

Mock up of the route destination

Example
[[File:S.png]][[File:S0.png]][[File:S0.png]][[File:S0.png]][[File:S0.png]]
Auto value
[[File:S.png]][[File:S0.png]][[File:S0.png]][[File:S0.png]][[File:S0.png]]
Unknownrequired
Morning directionsMD

Add the start and end point for the morning service

Example
Erindale Interchange to MacKillop Isabella
Unknownrequired
Afternoon directionsAD

Add the start and end point for the afternoon service

Example
MacKillop Isabella to Erindale Interchange
Unknownrequired
Viavia

List the suburbs the route operates through

Example
Monash
Unknownrequired
Start dateSD

List the start date for the route

Example
April 2019
Unknownrequired
End dateED

List the end date for the route, if applicable

Example
December 2020
Unknownoptional
Morning tripsMT

How many runs operate in the morning?

Example
Two
Unknownrequired
Afternoon tripsAT

How many runs operate in the afternoon?

Example
One
Unknownrequired