329
edits
(Update package: OSW Base) |
(Update package: OSW Base) |
||
Line 4: | Line 4: | ||
* General (same as UUID of the category page): fe3e842b-8044-45c7-bb0d-d8ee61da2d70 | * General (same as UUID of the category page): fe3e842b-8044-45c7-bb0d-d8ee61da2d70 | ||
* FhG: 444f04d1-9aa4-5af5-9b94-e27dfeeb672a | * FhG: 444f04d1-9aa4-5af5-9b94-e27dfeeb672a | ||
{{#ask: [[{{FULLPAGENAME}}]] | |||
|?HasLabel={{#switch: {{USERLANGUAGECODE}} |de=Label (de) |#default=Label (en) }} |+lang={{USERLANGUAGECODE}} | |||
|?HasNumberOfMembers={{#switch:{{USERLANGUAGECODE}} |en=Number of members|de=Mitarbeitende (Anzahl) |#default=Number of members }} | |||
|format=datatable | |||
|limit=5000 | |||
|sort=Display title of | |||
|order=asc | |||
}} | |||
jsondata | |||
---|---|---|---|
Line 12: | Line 12: | ||
{ | { | ||
"text": "Organisationsuntereinheit", | "text": "Organisationsuntereinheit", | ||
"lang": "de" | |||
} | |||
], | |||
"description": [ | |||
{ | |||
"text": "An organizational unit that explicitly is part of a larger organizational unit.", | |||
"lang": "en" | "lang": "en" | ||
}, | |||
{ | |||
"text": "Eine Organisationseinheit, die ausdrücklich Teil einer größeren Organisationseinheit ist.", | |||
"lang": "de" | |||
} | } | ||
], | ], | ||
jsonschema | |||
Line 3: | Line 3: | ||
"/wiki/Category:OSW3cb8cef2225e403092f098f99bc4c472?action=raw\u0026slot=jsonschema" | "/wiki/Category:OSW3cb8cef2225e403092f098f99bc4c472?action=raw\u0026slot=jsonschema" | ||
], | ], | ||
"allOf": [ | "allOf": [ | ||
{ | { | ||
Line 18: | Line 9: | ||
], | ], | ||
"title": "OrganizationalSubUnit", | "title": "OrganizationalSubUnit", | ||
"title*": { | |||
"de": "Organisationsuntereinheit" | |||
}, | |||
"description": "An organizational unit that explicitly is part of a larger organizational unit.", | |||
"description*": { | |||
"de": "Eine Organisationseinheit, die ausdrücklich Teil einer größeren Organisationseinheit ist." | |||
}, | |||
"type": "object", | |||
"defaultProperties": [ | |||
"superordinate_ou" | |||
], | |||
"required": [ | "required": [ | ||
"type" | "type" | ||
] | ], | ||
"properties": { | |||
"type": { | |||
"default": [ | |||
"Category:OSWfe3e842b804445c7bb0dd8ee61da2d70" | |||
] | |||
} | |||
} | |||
} | } |
edits