Property:Has Language

From GoHanggliding
Revision as of 03:02, 3 August 2015 by Vilenya (talk | contribs) (Created page with "Type: Has type::Text This property defines the article language. The article language has to be specified using the following language codes: English: Allows value::e...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Type: Text

This property defines the article language.

The article language has to be specified using the following language codes:

English: en German: de Italien: it French: fr Other

More language codes can be added if necessary.

{
    "type": "PROPERTY_CONSTRAINT_SCHEMA",
    "constraints": {
        "type_constraint": "_txt",
        "allowed_values": [
            "en",
            "de",
            "it",
            "fr",
            "Other"
        ]
    }
}
... more about "Has Language"
Allows value"Allows value" is a predefined property that can define a list of permissible values to restrict value assignments for a property and is provided by Semantic MediaWiki.
en +, de +, it +, fr +  and Other +
Has type"Has type" is a predefined property that describes the datatype of a property and is provided by Semantic MediaWiki.