224
edits
(format tabs) Tag: Metadata slot edit |
(add context, render template) Tag: Metadata slot edit |
||
jsonschema | |||
---|---|---|---|
Line 1: | Line 1: | ||
{ | { | ||
"@context": [ | "@context": [ | ||
"/wiki/Category:Item?action=raw\u0026slot=jsonschema" | "/wiki/Category:Item?action=raw\u0026slot=jsonschema", | ||
{ | |||
"cyclingSteps": { | |||
"@type": "@id", | |||
"@id": "Property:HasPart" | |||
}, | |||
"name": { | |||
"@type": "@id", | |||
"@id": "Property:HasName" | |||
}, | |||
"numberOfCycles": { | |||
"@type": "@id", | |||
"@id": "Property:HasNumberOfCycles" | |||
} | |||
} | |||
], | ], | ||
"allOf": [ | "allOf": [ | ||
Line 34: | Line 48: | ||
"type": "array", | "type": "array", | ||
"format": "tabs", | "format": "tabs", | ||
"eval_template": [ | |||
{ | |||
"type": "mustache-wikitext", | |||
"mode": "render", | |||
"value": "{{#cyclingSteps}} {{name}}: {{numberOfCycles}} cycles \u003Cbr\u003E {{/cyclingSteps}}" | |||
} | |||
], | |||
"items": { | "items": { | ||
"type": "object", | "type": "object", |