Demo VisualData 1.0 / Result formats

Result formats: Difference between revisions

From Wikisphere
Jump to navigation Jump to search
(Created page with " <pre> {{#pagepropertiesprint: Test_pageproperties_2.0 |?cover |?title |?authors/name |?authors/email |schema=Book |template=Book |template?authors=Book authors |format=template }} </pre> {{#pagepropertiesprint: Test_pageproperties_2.0 |?cover |?title |?authors/name |?authors/email |schema=Book |template=Book |template?authors=Book authors |format=template }}")
 
No edit summary
Tag: 2017 source edit
 
(23 intermediate revisions by the same user not shown)
Line 1: Line 1:
==Json==         
   
<pre>
{{#visualdataprint: Demo_VisualData
|?cover
|?title
|?authors/name
|?authors/email
|schema=Book
|format=json
}}
</pre>
{{#visualdataprint: Demo_VisualData
|?cover
|?title
|?authors/name
|?authors/email
|schema=Book
|template=Book
|template?authors=Book authors
|format=json
}}
==Table==


<pre>
<pre>
{{#pagepropertiesprint: Test_pageproperties_2.0
{{#visualdataprint: Demo_VisualData
|?cover
|?title
|?authors/name
|?authors/email
|schema=Book
|format=table
}}
</pre>
 
{{#visualdataprint: Demo_VisualData
|?authors/name
|?cover
|?title
|?authors/email
|schema=Book
|template=Book
|template?authors=Book authors
|format=table
}}
 
 
 
==Datatable==
 
<pre>
{{#visualdataprint: Demo_VisualData
|?cover
|?title
|?authors/name
|?authors/email
|schema=Book
|format=datatable
}}
</pre>
 
{{#visualdataprint: Demo_VisualData
|?cover
|?title
|?authors/name
|?authors/email
|schema=Book
|format=datatable
}}
 
 
==Template==
 
<pre>
{{#visualdataprint: Demo_VisualData
|?cover
|?cover
|?title
|?title
Line 11: Line 86:
|format=template
|format=template
}}
}}
</pre>


</pre>
{{#visualdataprint: Demo_VisualData
{{#pagepropertiesprint: Test_pageproperties_2.0
|?cover
|?cover
|?title
|?title
Line 23: Line 98:
|format=template
|format=template
}}
}}
== See also ==
{{Demo VisualData footer}}

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]