534
edits
(Update package: OSW Base) |
(Update package: OSW Base) |
||
Line 1: | Line 1: | ||
=={{#switch:{{USERLANGUAGECODE}}|en=Active users |de=Angestellte Nutzer*innen|#default=Active users}}== | |||
{{#ask: [[{{FULLPAGENAME}}]][[HasEmploymentContractStatus::Item:OSW62770459451644f3841c502df8a5cb1d]] | |||
|?HasOrganization={{#switch: {{USERLANGUAGECODE}} |en=Organization|de=Organisation|#default=Organization}} | |||
|?IsLocatedIn={{#switch: {{USERLANGUAGECODE}} |en=Located at|de=Standort|#default=Located at}} | |||
|?HasEmail={{#switch: {{USERLANGUAGECODE}} |en=Email|de=E-Mail|#default=Email}} | |||
|?HasPhoneNumber={{#switch: {{USERLANGUAGECODE}} |en=Phone |de=Telefon |#default=Phone}} | |||
|format=datatable | |||
|limit=1000 | |||
}} | |||
=={{#switch:{{USERLANGUAGECODE}}|en=Inactive users |de=Ausgeschiedene Nutzer*innen|#default=Inactive users}}== | |||
{{#ask: [[{{FULLPAGENAME}}]][[HasEmploymentContractStatus::Item:OSWacf5f4db53264d29ae8744d03796be0b]] | |||
|?HasOrganization={{#switch: {{USERLANGUAGECODE}} |en=Organization|de=Organisation|#default=Organization}} | |||
|?IsLocatedIn={{#switch: {{USERLANGUAGECODE}} |en=Located at|de=Standort|#default=Located at}} | |||
|?HasEmail={{#switch: {{USERLANGUAGECODE}} |en=Email|de=E-Mail|#default=Email}} | |||
|?HasPhoneNumber={{#switch: {{USERLANGUAGECODE}} |en=Phone |de=Telefon |#default=Phone}} | |||
|format=datatable | |||
|limit=1000 | |||
}} | |||
== Namespaces == | == Namespaces == | ||
for UUID generation via uuid5 | for UUID generation via uuid5 | ||
jsonschema | |||
---|---|---|---|
Line 2: | Line 2: | ||
"@context": [ | "@context": [ | ||
{ | { | ||
"employment_contract_status": { | |||
"@id": "Property:HasEmploymentContractStatus", | |||
"@type": "@id" | |||
}, | |||
"room": { | "room": { | ||
"@id": "Property:HasRoom", | "@id": "Property:HasRoom", | ||
Line 94: | Line 98: | ||
}, | }, | ||
"uniqueItems": true | "uniqueItems": true | ||
}, | |||
"employment_contract_status": { | |||
"title": "Status of the employment contract", | |||
"title*": { | |||
"de": "Status des Arbeitsvertrages" | |||
}, | |||
"description": "Whether a user has an active employment contract (stil employed) or not", | |||
"description*": { | |||
"de": "Gibt an, ob ein Nutzer einen aktiven Arbeitsvertrag hat (noch beschäftigt ist) oder nicht" | |||
}, | |||
"type": "string", | |||
"format": "autocomplete", | |||
"range": "Category:OSW781ad17c7eef4161ade5a7b690aca6b5", | |||
"default": "Item:OSW62770459451644f3841c502df8a5cb1d" | |||
}, | }, | ||
"type": { | "type": { | ||
header_template | |||
Line 44: | Line 44: | ||
| }} | | }} | ||
<!-- Personnel responsibility --> | <!-- Personnel responsibility --> | ||
{{#if: {{#ask: [[Category:OSW44deaa5b806d41a2a88594f562b110e9]][[HasSuperior::{{FULLPAGENAME}}]]}} | | {{#if: {{#ask: [[Category:OSW44deaa5b806d41a2a88594f562b110e9]][[HasSuperior::{{FULLPAGENAME}}]][[HasEmploymentContractStatus::Item:OSW62770459451644f3841c502df8a5cb1d]]}} | | ||
=={{#switch:{{USERLANGUAGECODE}}|en=Personnel responsibility|de=Personal-Verantwortung}}== | =={{#switch:{{USERLANGUAGECODE}}|en=Personnel responsibility|de=Personal-Verantwortung}}== | ||
Line 54: | Line 54: | ||
}} | }} | ||
| }} | | }} | ||
<!-- employment contract status --> | |||
{{#set: HasEmploymentContractStatus={{{employment_contract_status|Item:OSW62770459451644f3841c502df8a5cb1d}}} }} |
edits