Template:Current School Services: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 25: | Line 25: | ||
|} | |} | ||
<templatedata> | |||
< | |||
{ | { | ||
"params": { | "params": { | ||
" | "image": { | ||
"label": " | "label": "Destination display", | ||
"description": " | "description": "Mock up of the route destination", | ||
" | "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": " | "description": "Add the start and end point for the morning service", | ||
" | "example": "Erindale Interchange to MacKillop Isabella", | ||
"required": true | "required": true | ||
}, | }, | ||
"AD": { | "AD": { | ||
"label": "Afternoon directions", | "label": "Afternoon directions", | ||
"description": " | "description": "Add the start and end point for the afternoon service", | ||
" | "example": "MacKillop Isabella to Erindale Interchange", | ||
"required": true | "required": true | ||
}, | }, | ||
"via": { | "via": { | ||
"label": " | "label": "Via", | ||
"description": "List the suburbs | "description": "List the suburbs the route operates through", | ||
" | "example": "Monash", | ||
"required": true | "required": true | ||
}, | }, | ||
"SD": { | "SD": { | ||
"label": "Start date", | "label": "Start date", | ||
"description": " | "description": "List the start date for the route", | ||
" | "example": "April 2019", | ||
"required": true | "required": true | ||
} | }, | ||
"ED": { | |||
"label": "End date", | "label": "End date", | ||
"description": " | "description": "List the end date for the route, if applicable", | ||
" | "example": "December 2020" | ||
}, | |||
} | "MT": { | ||
"label": "Morning trips", | "label": "Morning trips", | ||
"description": "How many runs operate in the morning", | "description": "How many runs operate in the morning?", | ||
" | "example": "Two", | ||
"required": true | "required": true | ||
} | }, | ||
"AT": { | |||
"label": "Afternoon trips", | "label": "Afternoon trips", | ||
"description": "How many runs operate in the afternoon", | "description": "How many runs operate in the afternoon?", | ||
" | "example": "One", | ||
"required": true | "required": true | ||
} | } | ||
} | } | ||
} | } | ||
</noinclude> | </templatedata></noinclude> | ||
Revision as of 21:50, 10 December 2025
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Destination display | image | Mock up of the route destination
| Unknown | required |
| Morning directions | MD | Add the start and end point for the morning service
| Unknown | required |
| Afternoon directions | AD | Add the start and end point for the afternoon service
| Unknown | required |
| Via | via | List the suburbs the route operates through
| Unknown | required |
| Start date | SD | List the start date for the route
| Unknown | required |
| End date | ED | List the end date for the route, if applicable
| Unknown | optional |
| Morning trips | MT | How many runs operate in the morning?
| Unknown | required |
| Afternoon trips | AT | How many runs operate in the afternoon?
| Unknown | required |

