VisualDataSchema:School: Difference between revisions

From Wikisphere
Jump to navigation Jump to search
No edit summary
Filburt (talk | contribs)
No edit summary
Line 9: Line 9:
         "belongs to": {
         "belongs to": {
             "wiki": {
             "wiki": {
                "name": "belongs to",
                 "type": "property",
                 "type": "property",
                 "name": "belongs to",
                 "multiple-items": false,
                "label-parsed": "Belongs to",
                "help-message-parsed": "(this input can be hidden)",
                 "visibility": "visible",
                 "visibility": "visible",
                "multiple-items": false,
                 "preferred-input": "OO.ui.DropdownInputWidget",
                 "preferred-input": "OO.ui.DropdownInputWidget",
                 "input-config": [],
                 "input-config": [],
Line 73: Line 75:
             "format": "text",
             "format": "text",
             "title": "Number of Pupils"
             "title": "Number of Pupils"
        },
        "id increment": {
            "wiki": {
                "type": "property",
                "name": "id increment",
                "visibility": "visible",
                "multiple-items": false,
                "preferred-input": "OO.ui.TextInputWidget",
                "input-config": [],
                "required": false,
                "value-formula": "{{#idincrement:}}"
            },
            "type": "string",
            "format": "text",
            "title": "ID"
         }
         }
     },
     },

Revision as of 15:23, 21 March 2024

wiki
type"schema"
name"School"
title-parsed"School"
title"School"
properties
belongs to
wiki
name"belongs to"
type"property"
multiple-itemsfalse
label-parsed"Belongs to"
help-message-parsed"(this input can be hidden)"
visibility"visible"
preferred-input"OO.ui.DropdownInputWidget"
input-config
Empty array
options-allow-nullfalse
options-askquery"[[schema::School district]]"
askquery-schema"School district"
askquery-printouts
"name"
requiredfalse
enum
Empty array
type"string"
format"text"
title"Belongs to"
description"(this input can be hidden)"
name
wiki
name"name"
type"property"
multiple-itemsfalse
label-parsed"Name"
visibility"visible"
preferred-input"OO.ui.TextInputWidget"
input-config
Empty array
requiredfalse
type"string"
format"text"
title"Name"
school principal
wiki
name"school principal"
type"property"
multiple-itemsfalse
label-parsed"School Principal"
visibility"visible"
preferred-input"OO.ui.TextInputWidget"
input-config
Empty array
requiredfalse
type"string"
format"text"
title"School Principal"
number of pupils
wiki
name"number of pupils"
type"property"
multiple-itemsfalse
label-parsed"Number of Pupils"
visibility"visible"
preferred-input"OO.ui.NumberInputWidget"
input-config
Empty array
requiredfalse
type"integer"
format"text"
title"Number of Pupils"
id increment
wiki
type"property"
name"id increment"
visibility"visible"
multiple-itemsfalse
preferred-input"OO.ui.TextInputWidget"
input-config
Empty array
requiredfalse
value-formula"{{#idincrement:}}"
type"string"
format"text"
title"ID"
type"object"
title"School"