Vorlage:Spiel-Information: Unterschied zwischen den Versionen

Keine Bearbeitungszusammenfassung
Markierung: Manuelle Zurücksetzung
Keine Bearbeitungszusammenfassung
Zeile 6: Zeile 6:
"label": "Titel",
"label": "Titel",
"description": "Titel der Infobox",
"description": "Titel der Infobox",
"type": "string"
"type": "string",
            "required": true
},
},
"result": {
"result": {
"label": "Ergebnis",
"label": "Gesamtergebnis",
             "description": "bei Hin- und Rückspiel Gesamtergebnis",
             "description": "Optional, nur bei Hin- und Rückspiel Gesamtergebnis",
"type": "string"
"type": "string"
},
},
"date_first_leg": {
"date_first_leg": {
"label": "Datum des Hinspiels",
"label": "Datum des Hinspiels",
             "description": "Optional, wenn Hin- und Rückspiel",
             "description": "Datum des Hinspiels, wenn kein Rückspiel - Datum des normalen Spiels",
"type": "string"
"type": "string",
            "required": true
},
},
"stadium_first_leg": {
"stadium_first_leg": {
"label": "Stadion des Hinspiels",
"label": "Stadion des Hinspiels",
             "description": "Optional, wenn Hin- und Rückspiel",
             "description": "Stadion des Hinspiel, wenn kein Rückspiel - Stadion des normalen Spiels",
"type": "string"
"type": "string",
            "required": true
},
},
"result_first_leg": {
"result_first_leg": {
"label": "Ergebnis des Hinspiels",
"label": "Ergebnis des Hinspiels",
             "description": "Optional, wenn Hin- und Rückspiel",
             "description": "Wenn kein Rückspiel, dann Ergebnis des normalen Spiels",
"type": "string"
"type": "string",
            "required": true
},
},


Zeile 48: Zeile 52:
"label": "Trainer",
"label": "Trainer",
             "description": "Trainer des Spiels",
             "description": "Trainer des Spiels",
"type": "string"
"type": "string",
            "required": true
}
}
},
},