Template:Current School Services
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 } } }

