Template:Current School Services: Difference between revisions
No edit summary |
No edit summary |
||
| Line 4: | Line 4: | ||
|- | |- | ||
| style="width:30%; font-weight:bold;" | Morning directions | | style="width:30%; font-weight:bold;" | Morning directions | ||
| {{{ | | {{{MD|Start point to end point}}} | ||
|- | |- | ||
| style="font-weight:bold;" | Afternoon directions | | style="font-weight:bold;" | Afternoon directions | ||
| {{{ | | {{{AD|Start point to end point}}} | ||
|- | |- | ||
| style="font-weight:bold;" | Via | | style="font-weight:bold;" | Via | ||
| Line 13: | Line 13: | ||
|- | |- | ||
| style="font-weight:bold;" | Start date | | style="font-weight:bold;" | Start date | ||
| {{{ | | {{{SD|Add date}}} | ||
|- | |- | ||
| style="font-weight:bold;" | End date | | style="font-weight:bold;" | End date | ||
| {{{ | | {{{ED|Add date}}} | ||
|- | |- | ||
| style="font-weight:bold;" | Morning trips | | style="font-weight:bold;" | Morning trips | ||
| {{{ | | {{{MT|number of AM runs}}} | ||
|- | |- | ||
| style="font-weight:bold;" | Afternoon trips | | style="font-weight:bold;" | Afternoon trips | ||
| {{{ | | {{{AT|number of PM runs}}} | ||
|} | |} | ||
<noinclude> | |||
{{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 | |||
} | |||
} | |||
} | |||
</noinclude> | |||
Revision as of 21:46, 10 December 2025
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 } } }

