SMW/Schema:Group:Predefined properties: Unterschied zwischen den Versionen
This is [[MediaWiki:Tagline]]. Set to <code>display:none</code> by chameleon skin.
(Semantic MediaWiki group import) |
(Semantic MediaWiki group import) |
||
Zeile 3: | Zeile 3: | ||
"groups": { | "groups": { | ||
"administrative_group": { | "administrative_group": { | ||
"canonical_name": " | "canonical_name": "Administrative properties", | ||
"message_key": "smw-property-group-label-administrative-properties", | "message_key": "smw-property-group-label-administrative-properties", | ||
"property_keys": [ | "property_keys": [ |
Aktuelle Version vom 1. Mai 2023, 10:40 Uhr
PROPERTY_GROUP_SCHEMA
Dieser Schematyp ermöglicht die Definition von Attributgruppen, mit denen die Anzeige der Spezialseite zum Durchsuchen von Annotationen strukturiert und somit übersichtlicher gestaltet werden kann.
{ "type": "PROPERTY_GROUP_SCHEMA", "groups": { "administrative_group": { "canonical_name": "Administrative properties", "message_key": "smw-property-group-label-administrative-properties", "property_keys": [ "_MDAT", "_CDAT", "_NEWP", "_LEDT", "_DTITLE", "_CHGPRO", "_EDIP", "_ERRC" ] }, "classification_group": { "canonical_name": "Classification properties", "message_key": "smw-property-group-label-classification-properties", "property_keys": [ "_INST", "_PPGR", "_SUBP", "_SUBC" ] }, "content_group": { "canonical_name": "Content properties", "message_key": "smw-property-group-label-content-properties", "property_keys": [ "_SOBJ", "_ASK", "_MEDIA", "_MIME", "_ATTCH_LINK", "_FILE_ATTCH", "_CONT_TYPE", "_CONT_AUTHOR", "_CONT_LEN", "_CONT_LANG", "_CONT_TITLE", "_CONT_DATE", "_CONT_KEYW", "_TRANS", "_TRANS_SOURCE", "_TRANS_GROUP" ] }, "declarative_group": { "canonical_name": "Declarative properties", "message_key": "smw-property-group-label-declarative-properties", "property_keys": [ "_TYPE", "_UNIT", "_IMPO", "_CONV", "_SERV", "_PVAL", "_LIST", "_PREC", "_PDESC", "_PPLB", "_PVAP", "_PVALI", "_PVUC", "_PEID", "_PEFU" ] } }, "tags": [ "group", "property group" ] }