532
edits
(Update package: OSW Base) |
(Update package: OSW Base) |
||
jsonschema | |||
---|---|---|---|
Line 544: | Line 544: | ||
"abstract": { | "abstract": { | ||
"title": "Abstract", | "title": "Abstract", | ||
"title*": { | "title*": { | ||
"de": " | "de": "Kurzbeschreibung" | ||
}, | |||
"type": "array", | |||
"format": "table", | |||
"eval_template": { | |||
"type": "mustache-wikitext", | |||
"mode": "render", | |||
"$comment": "Displays value according to user language with eng as fallback option. Note: {{=\u003C% %\u003E=}} changes mustache expression from {{..}} to \u003C% %\u003E for mixing with wikitext templates", | |||
"value": "{{=\u003C% %\u003E=}} {{#switch:{{USERLANGUAGECODE}} \u003C%#abstract%\u003E | {{#ifeq: \u003C%lang%\u003E|en|#default|\u003C%lang%\u003E}} = \u003C%text%\u003E \u003C%/abstract%\u003E }}" | |||
}, | |||
"items": { | |||
"eval_template": [ | |||
{ | |||
"type": "wikitext", | |||
"mode": "store", | |||
"value": "{{{text}}}@{{{lang}}}" | |||
} | |||
], | |||
"$ref": "/wiki/JsonSchema:Description?action=raw" | |||
} | } | ||
} | } | ||
} | } | ||
} | } | ||
footer_template | |||
Line 1: | Line 1: | ||
== {{{_label_abstract|Abstract}}} == | |||
{{{abstract|}}} | |||
== Kanban == | |||
{{Editor/Kanban | |||
| file_name = Kanban Board | |||
| full_width = 1 | |||
| edit = 1 | |||
}} | |||
== {{#switch:{{USERLANGUAGECODE}} |#default=Documents |en=Documents |de=Dokumente}} == | == {{#switch:{{USERLANGUAGECODE}} |#default=Documents |en=Documents |de=Dokumente}} == |
edits