534
edits
(Update package: OSW Base) |
(Update package: OSW Base) |
||
| (One intermediate revision by the same user not shown) | |||
| Line 4: | Line 4: | ||
* General (same as UUID of the category page): b8b62787-63d5-4b07-84ee-a9d3b3d183a4 | * General (same as UUID of the category page): b8b62787-63d5-4b07-84ee-a9d3b3d183a4 | ||
* FhG: fdd10d54-8474-5957-83a1-2ac4e40723a6 | * FhG: fdd10d54-8474-5957-83a1-2ac4e40723a6 | ||
{{#ask: [[{{FULLPAGENAME}}]] | |||
|?HasLabel={{#switch: {{USERLANGUAGECODE}} |de=Label (de) |#default=Label (en) }} |+lang={{USERLANGUAGECODE}} | |||
|?HasOuNumber={{#switch:{{USERLANGUAGECODE}} |en=OU number|de=OE-Nummer |#default=OU number}} | |||
|?HasManger={{#switch:{{USERLANGUAGECODE}} |en=Manager|de=Leitung |#default=Manager}} | |||
|?HasDeputyManger={{#switch:{{USERLANGUAGECODE}} |en=Manager deputy|de=Leitung stv |#default=Manager deputy}} | |||
|?HasSecretary={{#switch:{{USERLANGUAGECODE}} |en=Secretary|de=Sekretariat |#default=Secretary}} | |||
|?HasSuperordinateOu={{#switch:{{USERLANGUAGECODE}} |en=Super OU|de=Über-OE |#default=Super OU}} | |||
|?HasNumberOfMembers={{#switch:{{USERLANGUAGECODE}} |en=Number of members|de=Mitarbeitende (Anzahl) |#default=Number of members }} | |||
|format=datatable | |||
|limit=5000 | |||
|sort=Display title of | |||
|order=asc | |||
}} | |||
| jsonschema | |||
|---|---|---|---|
| Line 1: | Line 1: | ||
{ | { | ||
"@context": [ | "@context": [ | ||
"/wiki/Category:OSWfe3e842b804445c7bb0dd8ee61da2d70?action=raw\u0026slot=jsonschema" | |||
], | |||
"allOf": [ | |||
{ | { | ||
" | "$ref": "/wiki/Category:OSWfe3e842b804445c7bb0dd8ee61da2d70?action=raw\u0026slot=jsonschema" | ||
} | } | ||
], | |||
"type": "object", | |||
"title": "Group", | |||
"required": [ | |||
"type" | |||
], | ], | ||
"defaultProperties": [], | "defaultProperties": [], | ||
| Line 24: | Line 31: | ||
"labelTemplate": "{{result.printouts.label.[0]}}" | "labelTemplate": "{{result.printouts.label.[0]}}" | ||
}, | }, | ||
" | "uniqueItems": true | ||
}, | }, | ||
"superordinate_ou": { | "superordinate_ou": { | ||
| Line 45: | Line 49: | ||
"labelTemplate": "{{result.printouts.label.[0]}}" | "labelTemplate": "{{result.printouts.label.[0]}}" | ||
}, | }, | ||
" | "uniqueItems": true | ||
}, | }, | ||
"type": { | "type": { | ||
| Line 55: | Line 56: | ||
] | ] | ||
} | } | ||
} | } | ||
} | } | ||
edits