VisualDataForm:Books: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
"fields": { | "fields": { | ||
"Title": { | "Title": { | ||
"label": [ | |||
"Title" | |||
], | |||
"help-message": [ | "help-message": [ | ||
"[[File:Download.jpeg|frameless]] some image" | "[[File:Download.jpeg|frameless]] some image" | ||
], | ], | ||
" | "property-model": "smw-property", | ||
" | "SMW-property": "Author", | ||
" | "preferred-input": "OO.ui.TextInputWidget", | ||
"selectOptionsFrom": "options-values", | |||
"type": "property" | |||
}, | }, | ||
"Author": { | "Author": { | ||
" | "label": [ | ||
"Author" | |||
], | |||
"help-message": [ | "help-message": [ | ||
"enter the author of the book" | "enter the author of the book" | ||
], | ], | ||
" | "property-model": "smw-property", | ||
" | "SMW-property": "Book", | ||
" | "preferred-input": "mw.widgets.TitleInputWidget", | ||
"selectOptionsFrom": "options-values", | |||
"required": true, | |||
"type": "property" | |||
} | } | ||
} | } | ||
} | } |
Revision as of 06:38, 18 August 2023
pagename-formula | "Books/<Title>" | ||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
freetext-input | "do not show" | ||||||||||||||||||||||||||||||||||||||
content-model | "wikitext" | ||||||||||||||||||||||||||||||||||||||
fields |
|