Demo JsonForms

From Wikisphere
Jump to navigation Jump to search
Bookobject
Title
The first men in the moon
Authorsarray(2)
    Item 1object
    First name
    Herbert
    Last name
    Wells
    Email
    Item 2object
    First name
    George
    Last name
    Wells
    Email
Cover
First_Men_in_the_Moon_(1901)_frontispiece.jpg

This page demostrates the use of JsonForms to associate structured data to a wiki article and display them as an infobox.

See Demo VisualData 1.0 for more information. By contrast to VisualData, JsonForms allows to display an auto-generated infobox, while keeping the use of custom templates optional.

Schema:


Parser function:

{{#JsonForms: Default
|schema=Book
|title = edit infobox and page
|action = edit
|edit = {{FULLPAGENAME}}
|view = popup
|edit_freetext = true	
|target-slot = jsonforms-data
}}


loading form



See also