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