VisualDataForm:Books: Difference between revisions

From Wikisphere
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
     "freetext-input": "do not show",
     "freetext-input": "do not show",
     "content-model": "wikitext",
     "content-model": "wikitext",
    "field-align": "left",
    "popup-help": true,
     "fields": {
     "fields": {
         "Title": {
         "Title": {
Line 15: Line 17:
             "type": "property",
             "type": "property",
             "label-result": "Title",
             "label-result": "Title",
             "isForm": true
             "isForm": 1
         },
         },
         "New content block": {
         "New content block": {
Line 25: Line 27:
             "content-result": "\u003Ca href=\"/wiki/File:Download.jpeg\" class=\"image\"\u003E\u003Cimg alt=\"Download.jpeg\" src=\"/w/media/Download.jpeg\" decoding=\"async\" width=\"248\" height=\"123\" data-file-width=\"248\" data-file-height=\"123\" /\u003E\u003C/a\u003E",
             "content-result": "\u003Ca href=\"/wiki/File:Download.jpeg\" class=\"image\"\u003E\u003Cimg alt=\"Download.jpeg\" src=\"/w/media/Download.jpeg\" decoding=\"async\" width=\"248\" height=\"123\" data-file-width=\"248\" data-file-height=\"123\" /\u003E\u003C/a\u003E",
             "label-result": "New content block",
             "label-result": "New content block",
             "isForm": true
             "isForm": 1
         },
         },
         "Author": {
         "Author": {
Line 39: Line 41:
             "selectOptionsFrom": "options-values",
             "selectOptionsFrom": "options-values",
             "required": true,
             "required": true,
             "type": "property"
             "type": "property",
            "help-message-result": "enter the author of the book",
            "label-result": "Author"
         }
         }
     }
     }
}
}

Revision as of 08:22, 19 August 2023

pagename-formula"Books/<Title>"
freetext-input"do not show"
content-model"wikitext"
field-align"left"
popup-helptrue
fields
Title
label
"Title"
property-model"smw-property"
SMW-property"Author"
preferred-input"OO.ui.TextInputWidget"
selectOptionsFrom"options-values"
requiredtrue
type"property"
label-result"Title"
isForm1
New content block
label
"New content block"
content"[[File:Download.jpeg|frameless]]"
type"content-block"
content-result"<a href="/wiki/File:Download.jpeg" class="image"><img alt="Download.jpeg" src="/w/media/Download.jpeg" decoding="async" width="248" height="123" data-file-width="248" data-file-height="123" /></a>"
label-result"New content block"
isForm1
Author
label
"Author"
help-message
"enter the author of the book"
property-model"smw-property"
SMW-property"Author"
preferred-input"OO.ui.TextInputWidget"
selectOptionsFrom"options-values"
requiredtrue
type"property"
help-message-result"enter the author of the book"
label-result"Author"