VisualDataSchema:Organization template: Difference between revisions

From Wikiyouth
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:
     "wiki": {
     "wiki": {
         "type": "schema",
         "type": "schema",
         "name": "Organization template"
         "name": "Organization template",
        "title-parsed": "This is a template for creating a page for your organization. Please consider that the page if fully editable after editing, so the following fields have to considered just a starting point",
        "title": "This is a template for creating a page for your organization. Please consider that the page if fully editable after editing, so the following fields have to considered just a starting point"
     },
     },
     "properties": {
     "properties": {
         "abstract": {
         "abstract": {
             "wiki": {
             "wiki": {
                "name": "abstract",
                 "type": "property",
                 "type": "property",
                 "name": "abstract",
                 "multiple-items": false,
                "required": true,
                "label-parsed": "Abstract",
                "help-message-parsed": "Insert here an abstract of your organization",
                 "visibility": "visible",
                 "visibility": "visible",
                "multiple-items": false,
                 "preferred-input": "OO.ui.MultilineTextInputWidget",
                 "preferred-input": "OO.ui.MultilineTextInputWidget",
                 "input-config": [],
                 "input-config": []
                "required": true
             },
             },
             "type": "string",
             "type": "string",
Line 22: Line 26:
         "headquarters": {
         "headquarters": {
             "wiki": {
             "wiki": {
                "name": "headquarters",
                 "type": "property",
                 "type": "property",
                 "name": "headquarters",
                 "multiple-items": false,
                "label-parsed": "Headquarters",
                "help-message-parsed": "Describe here your location and headquarters, possibly with pictures",
                 "visibility": "visible",
                 "visibility": "visible",
                "multiple-items": false,
                 "preferred-input": "OO.ui.MultilineTextInputWidget",
                 "preferred-input": "OO.ui.MultilineTextInputWidget",
                 "input-config": [],
                 "input-config": [],
Line 37: Line 43:
         "activities": {
         "activities": {
             "wiki": {
             "wiki": {
                "name": "activities",
                 "type": "property",
                 "type": "property",
                 "name": "activities",
                 "multiple-items": false,
                "required": true,
                "label-parsed": "Activities",
                "help-message-parsed": "Describe your activities",
                 "visibility": "visible",
                 "visibility": "visible",
                "multiple-items": false,
                 "preferred-input": "OO.ui.MultilineTextInputWidget",
                 "preferred-input": "OO.ui.MultilineTextInputWidget",
                 "input-config": [],
                 "input-config": []
                "required": true
             },
             },
             "type": "string",
             "type": "string",
Line 52: Line 60:
         "team": {
         "team": {
             "wiki": {
             "wiki": {
                "name": "team",
                 "type": "property",
                 "type": "property",
                 "name": "team",
                 "multiple-items": false,
                "label-parsed": "Team",
                "help-message-parsed": "Describe your organizational structure and team members",
                 "visibility": "visible",
                 "visibility": "visible",
                "multiple-items": false,
                 "preferred-input": "OO.ui.MultilineTextInputWidget",
                 "preferred-input": "OO.ui.MultilineTextInputWidget",
                 "input-config": [],
                 "input-config": [],
Line 70: Line 80:
         "activities"
         "activities"
     ],
     ],
     "type": "object"
     "type": "object",
    "title": "This is a template for creating a page for your organization. Please consider that the page if fully editable after editing, so the following fields have to considered just a starting point"
}
}

Revision as of 14:41, 27 February 2024

wiki
type"schema"
name"Organization template"
title-parsed"This is a template for creating a page for your organization. Please consider that the page if fully editable after editing, so the following fields have to considered just a starting point"
title"This is a template for creating a page for your organization. Please consider that the page if fully editable after editing, so the following fields have to considered just a starting point"
properties
abstract
wiki
name"abstract"
type"property"
multiple-itemsfalse
requiredtrue
label-parsed"Abstract"
help-message-parsed"Insert here an abstract of your organization"
visibility"visible"
preferred-input"OO.ui.MultilineTextInputWidget"
input-config
Empty array
type"string"
format"text"
title"Abstract"
description"Insert here an abstract of your organization"
headquarters
wiki
name"headquarters"
type"property"
multiple-itemsfalse
label-parsed"Headquarters"
help-message-parsed"Describe here your location and headquarters, possibly with pictures"
visibility"visible"
preferred-input"OO.ui.MultilineTextInputWidget"
input-config
Empty array
requiredfalse
type"string"
format"text"
title"Headquarters"
description"Describe here your location and headquarters, possibly with pictures"
activities
wiki
name"activities"
type"property"
multiple-itemsfalse
requiredtrue
label-parsed"Activities"
help-message-parsed"Describe your activities"
visibility"visible"
preferred-input"OO.ui.MultilineTextInputWidget"
input-config
Empty array
type"string"
format"text"
title"Activities"
description"Describe your activities"
team
wiki
name"team"
type"property"
multiple-itemsfalse
label-parsed"Team"
help-message-parsed"Describe your organizational structure and team members"
visibility"visible"
preferred-input"OO.ui.MultilineTextInputWidget"
input-config
Empty array
requiredfalse
type"string"
format"text"
title"Team"
description"Describe your organizational structure and team members"
required
"abstract"
"activities"
type"object"
title"This is a template for creating a page for your organization. Please consider that the page if fully editable after editing, so the following fields have to considered just a starting point"
[Mark as patrolled]