Demo VisualData 1.0 / Result formats

Result formats: Difference between revisions

From Wikisphere
Jump to navigation Jump to search
No edit summary
Tag: 2017 source edit
No edit summary
Tag: 2017 source edit
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
==Json==      
==Json==        
 
   
<pre>
<pre>
{{#visualdataprint: Demo_VisualData
{{#visualdataprint: Demo_VisualData

Latest revision as of 21:06, 12 May 2024

Json[edit | edit source]

{{#visualdataprint: Demo_VisualData
|?cover
|?title
|?authors/name
|?authors/email
|schema=Book
|format=json
}}
page title"Demo VisualData"
data
cover"File:First_Men_in_the_Moon_(1901)_frontispiece.jpg"
title"The first men in the moon"
authors
name"Herbert Wells"
email""
name"George Wells"
email""


Table[edit | edit source]

{{#visualdataprint: Demo_VisualData
|?cover
|?title
|?authors/name
|?authors/email
|schema=Book
|format=table
}}
page titlenameEmailCoverTitle
Demo VisualData 1.0

Herbert Wells

 

File:First_Men_in_the_Moon_(1901)_frontispiece.jpg

The first men in the moon

Demo VisualData 1.0

George Wells

 

File:First_Men_in_the_Moon_(1901)_frontispiece.jpg

The first men in the moon


Datatable[edit | edit source]

{{#visualdataprint: Demo_VisualData
|?cover
|?title
|?authors/name
|?authors/email
|schema=Book
|format=datatable
}}
page titleCoverTitlenameEmail
Demo VisualData 1.0

File:First_Men_in_the_Moon_(1901)_frontispiece.jpg

The first men in the moon

Herbert Wells

 
Demo VisualData 1.0

File:First_Men_in_the_Moon_(1901)_frontispiece.jpg

The first men in the moon

George Wells

 


Template[edit | edit source]

{{#visualdataprint: Demo_VisualData
|?cover
|?title
|?authors/name
|?authors/email
|schema=Book
|template=Book
|template?authors=Book authors
|format=template
}}
Title The first men in the moon
Authors

name: Herbert Wells

email:

name: George Wells

email:

Cover



See also[edit | edit source]