531
edits
(Update package: OSW Base) |
(Update package: OSW Base) |
||
| Line 1: | Line 1: | ||
==[[:Category:OSW494f660e6a714a1a9681c517bbb975da|{{#switch:{{USERLANGUAGECODE}}|en=Instances|de=Instanzen|#default=Instances}}]]== | |||
{{#ask: [[Category:OSW494f660e6a714a1a9681c517bbb975da]] | |||
|?HasDescription={{#switch:{{USERLANGUAGECODE}}|en=Description|de=Beschreibung|#default=Description}} | |||
|+lang={{USERLANGUAGECODE}} | |||
|mainlabel={{#switch:{{USERLANGUAGECODE}}|en=Title|de=Titel|#default=Title}} | |||
|format=datatable | |||
|limit = 2000 | |||
}} | |||
| footer_template | |||
|---|---|---|---|
| Line 1: | Line 1: | ||
== Tutorial Graph | <h2 class="section-collapsible-initial-collapsed section-heading--collapsed">{{#switch:{{USERLANGUAGECODE}}|de=Tutorium-Graph|#default=Tutorial Graph}}</h2> | ||
{{Template:Editor/Graph | {{Template:Editor/Graph | ||
| file_name = graph-01 | | file_name = graph-01 | ||
| jsondata | |||
| Line 1: | Line 1: | ||
{ | { | ||
"type": [ | |||
"Category:Category" | |||
], | |||
"subclass_of": [ | |||
"Category:OSW92cc6b1a2e6b4bb7bad470dfdcfdaf26" | |||
], | |||
"utf8_icon": [ | |||
"🎓" | |||
], | |||
"uuid": "494f660e-6a71-4a1a-9681-c517bbb975da", | |||
"name": "Tutorial", | |||
"label": [ | |||
{ | |||
"text": "Tutorial", | |||
"lang": "en" | |||
}, | |||
{ | |||
"text": "Tutorium", | |||
"lang": "de" | |||
} | |||
], | |||
"description": [ | |||
{ | |||
"text": "Instruction in written or cinematic form", | |||
"lang": "en" | |||
}, | |||
{ | |||
"text": "Schriftliche oder filmische Gebrauchsanleitung", | |||
"lang": "de" | |||
} | |||
], | |||
"instance_rdf_type": [ | |||
"schema:HowTo" | |||
] | |||
} | } | ||
| jsonschema | |||
| Line 1: | Line 1: | ||
{ | { | ||
"@context": [ | |||
"/wiki/Category:OSW92cc6b1a2e6b4bb7bad470dfdcfdaf26?action=raw\u0026slot=jsonschema", | |||
{ | |||
"required_predecessor": { | |||
"@id": "Property:HasRequiredPredecessor", | |||
"@type": "@id" | |||
}, | |||
"optional_predecessor": { | |||
"@id": "Property:HasOptionalPredecessor", | |||
"@type": "@id" | |||
}, | |||
"recommended_successor": { | |||
"@id": "Property:HasRecommendedSuccessor", | |||
"@type": "@id" | |||
} | |||
} | |||
], | |||
"type": "object", | |||
"allOf": [ | |||
{ | |||
"$ref": "/wiki/Category:OSW92cc6b1a2e6b4bb7bad470dfdcfdaf26?action=raw\u0026slot=jsonschema" | |||
} | |||
], | |||
"title": "Tutorial", | |||
"title*": { | |||
"de": "Tutorium", | |||
"en": "Tutorial" | |||
}, | |||
"description*": { | |||
"de": "Schriftliche oder filmische Gebrauchsanleitung", | |||
"en": "Instruction in written or cinematic form" | |||
}, | |||
"description": "Instruction in written or cinematic form", | |||
"properties": { | |||
"required_predecessor": { | |||
"type": "array", | |||
"title": "Prerequisites (required)", | |||
"title*": { | |||
"de": "Voraussetzungen (notwendig)" | |||
}, | |||
"eval_template": { | |||
"type": "mustache", | |||
"mode": "render", | |||
"value": "{{#required_predecessor}}[[{{{.}}}]]\u003Cbr\u003E{{/required_predecessor}}" | |||
}, | |||
"items": { | |||
"type": "string", | |||
"title": "Prerequisite", | |||
"title*": { | |||
"de": "Voraussetzung" | |||
}, | |||
"format": "autocomplete", | |||
"options": { | |||
"autocomplete": { | |||
"category": "Category:OSW494f660e6a714a1a9681c517bbb975da" | |||
} | |||
} | |||
} | |||
}, | |||
"optional_predecessor": { | |||
"type": "array", | |||
"title": "Prerequisites (optional)", | |||
"title*": { | |||
"de": "Voraussetzungen (optional)" | |||
}, | |||
"eval_template": { | |||
"type": "mustache", | |||
"mode": "render", | |||
"value": "{{#optional_predecessor}}[[{{{.}}}]]\u003Cbr\u003E{{/optional_predecessor}}" | |||
}, | |||
"items": { | |||
"type": "string", | |||
"title": "Prerequisite", | |||
"title*": { | |||
"de": "Voraussetzung" | |||
}, | |||
"format": "autocomplete", | |||
"options": { | |||
"autocomplete": { | |||
"category": "Category:OSW494f660e6a714a1a9681c517bbb975da" | |||
} | |||
} | |||
} | |||
}, | |||
"recommended_successor": { | |||
"type": "array", | |||
"title": "Follow-up (recommended)", | |||
"title*": { | |||
"de": "Nachfolge-Lerneinheit (empfohlen)" | |||
}, | |||
"eval_template": { | |||
"type": "mustache", | |||
"mode": "render", | |||
"value": "{{#recommended_successor}}[[{{{.}}}]]\u003Cbr\u003E{{/recommended_successor}}" | |||
}, | |||
"items": { | |||
"type": "string", | |||
"title": "Follow-up", | |||
"title*": { | |||
"de": "Nachfolge-Lerneinheit" | |||
}, | |||
"format": "autocomplete", | |||
"options": { | |||
"autocomplete": { | |||
"category": "Category:OSW494f660e6a714a1a9681c517bbb975da" | |||
} | |||
} | |||
} | |||
}, | |||
"type": { | |||
"default": [ | |||
"Category:OSW494f660e6a714a1a9681c517bbb975da" | |||
] | |||
} | |||
}, | |||
"uuid": "494f660e-6a71-4a1a-9681-c517bbb975da", | |||
"required": [ | |||
"type" | |||
] | |||
} | } | ||
edits