VisualDataForm:Books: Difference between revisions

From Wikisphere
Jump to navigation Jump to search
Samtak (talk | contribs)
No edit summary
No edit summary
Line 4: Line 4:
     "content-model": "wikitext",
     "content-model": "wikitext",
     "fields": {
     "fields": {
         "Title": []
         "Title": {
            "help-message": [
                "[[File:Download.jpeg|frameless]] some image"
            ],
            "options-limit": 100,
            "alternate-input": "autocomplete",
            "help-message-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 some image"
        },
        "Author": {
            "required": true,
            "help-message": [
                "enter the author of the book"
            ],
            "options-limit": 100,
            "alternate-input": "autocomplete",
            "help-message-result": "enter the author of the book"
        }
     }
     }
}
}

Revision as of 06:37, 18 August 2023

pagename-formula"Books/<Title>"
freetext-input"do not show"
content-model"wikitext"
fields
Title
help-message
"[[File:Download.jpeg|frameless]] some image"
options-limit100
alternate-input"autocomplete"
help-message-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> some image"
Author
requiredtrue
help-message
"enter the author of the book"
options-limit100
alternate-input"autocomplete"
help-message-result"enter the author of the book"