Template:Current School Services: Difference between revisions

From ACT Bus Network Wiki
Jump to navigation Jump to search
No edit summary
(Replaced content with "{{school Infobox |route= |Morning direction= |Afternoon direction= |via= |Start date= |End date= |Morning trips= |Afternoon trips= }}")
Tag: Replaced
Line 1: Line 1:
 
{{school Infobox
<noinclude>
|route=
<templatedata>
|Morning direction=
{
|Afternoon direction=
"params": {
|via=
"Route Number": {
|Start date=
"description": "Destination display (S.png for school desto, then S1.png, S2.png etc for numbers)",
|End date=
"example": "[[File:S.png]][[File:S1.png]][[File:S0.png]][[File:S0.png]][[File:S1.png]]",
|Morning trips=
"required": true
|Afternoon trips=
},
}}
"Start date": {
"description": "Commencement date of this route",
"required": true
},
"End date": {
"description": "End date of this route (or 'current')"
},
"Morning direction": {
"description": "Where the route starts and ends on morning services",
"example": "Erindale Interchange to MacKillop Isabella",
"required": true
},
"Afternoon direction": {
"description": "Start and end point for the afternoon service",
"example": "MacKillop Isabella to Erindale Interchange",
"required": true
},
"via": {
"description": "List of suburbs serviced by the route",
"required": true
},
"Morning trips": {
"description": "Number of trips that operate in the morning",
"example": "2",
"type": "number",
"required": true
},
"Afternoon trips": {
"description": "Number of trips that operate in the afternoon",
"example": "1",
"type": "number",
"required": true
}
},
"description": "Standard infobox for school routes",
"paramOrder": [
"Route Number",
"Morning direction",
"Afternoon direction",
"via",
"Start date",
"End date",
"Morning trips",
"Afternoon trips"
]
}
</templatedata>
</noinclude>

Revision as of 21:28, 9 December 2025