Template:Current School Services: Difference between revisions
Jump to navigation
Jump to search
(Created page with " <noinclude> <templatedata> { "params": { "Route Number": { "description": "The number of the route, followed by the year it was introduced ", "example": "Route 1090 (2023)", "required": true }, "Image": { "description": "An image for the route ", "example": "Destination sign preferred", "required": true }, "Start": { "description": "Commencement point of the Route", "example": "Erindale Interchange (AM)<BR>Mackillop Isabella (PM)",...") |
No edit summary |
||
| Line 5: | Line 5: | ||
"params": { | "params": { | ||
"Route Number": { | "Route Number": { | ||
"description": " | "description": "Destination display (S.png for school desto, then S1.png, S2.png etc for numbers)", | ||
"example": " | "example": "[[File:S.png]][[File:S1.png]][[File:S0.png]][[File:S0.png]][[File:S1.png]]", | ||
"required": true | "required": true | ||
}, | }, | ||
" | "Start date": { | ||
"description": " | "description": "Commencement date of this route", | ||
"required": true | "required": true | ||
}, | }, | ||
" | "End date": { | ||
"description": " | "description": "End date of this route (or 'current')" | ||
"example": "Erindale Interchange | }, | ||
"Morning direction": { | |||
"description": "Where the route starts and ends on morning services", | |||
"example": "Erindale Interchange to MacKillop Isabella", | |||
"required": true | "required": true | ||
}, | }, | ||
" | "Afternoon direction": { | ||
" | "description": "Start and end point for the afternoon service", | ||
" | "example": "MacKillop Isabella to Erindale Interchange", | ||
"required": true | "required": true | ||
}, | }, | ||
" | "via": { | ||
" | "description": "List of suburbs serviced by the route", | ||
"required": true | "required": true | ||
}, | }, | ||
" | "Morning trips": { | ||
"description": " | "description": "Number of trips that operate in the morning", | ||
"example": "2", | |||
"type": "number", | |||
"required": true | "required": true | ||
}, | }, | ||
" | "Afternoon trips": { | ||
"description": " | "description": "Number of trips that operate in the afternoon", | ||
"example": "1", | |||
"type": "number", | |||
" | |||
"required": true | "required": true | ||
} | } | ||
}, | }, | ||
| Line 49: | Line 46: | ||
"paramOrder": [ | "paramOrder": [ | ||
"Route Number", | "Route Number", | ||
" | "Morning direction", | ||
" | "Afternoon direction", | ||
" | "via", | ||
"Start date", | "Start date", | ||
"End date", | "End date", | ||
" | "Morning trips", | ||
" | "Afternoon trips" | ||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
Revision as of 21:14, 9 December 2025
Standard infobox for school routes
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Route Number | Route Number | Destination display (S.png for school desto, then S1.png, S2.png etc for numbers)
| Unknown | required |
| Morning direction | Morning direction | Where the route starts and ends on morning services
| Unknown | required |
| Afternoon direction | Afternoon direction | Start and end point for the afternoon service
| Unknown | required |
| via | via | List of suburbs serviced by the route | Unknown | required |
| Start date | Start date | Commencement date of this route | Unknown | required |
| End date | End date | End date of this route (or 'current') | Unknown | optional |
| Morning trips | Morning trips | Number of trips that operate in the morning
| Number | required |
| Afternoon trips | Afternoon trips | Number of trips that operate in the afternoon
| Number | required |