<noinclude>
This is the "Form book" template.
It should be called in the following format:
<pre>
{{Form book
|Title=
|Subtitle=
|Author=
|Year=
|Genre=
|Language=
|Public domain=
|TOC=
}}
</pre>
Edit the page to see the template text.
</noinclude><includeonly>{| class="wikitable wikisphere_infobox"
! Title
| [[Title::{{{Title|}}}]]
|-
! Subtitle
| [[Subtitle::{{{Subtitle|}}}]]
|-
! Author
| {{#arraymap:{{{Author|}}}|,|var|[[Author::var]]}}
|-
! Year
| [[Year::{{{Year|}}}]]
|-
! Genre
| {{#arraymap:{{{Genre|}}}|,|var|[[Genre::var]]}}
|-
! Language
| [[Language::{{{Language|}}}]]
|-
! Public domain
| [[Public domain::{{{Public domain|}}}]]
|-
! TOC
| [[TOC::{{{TOC|}}}]]
|}
{{#set:Item=Book}}
{{#set:TOC={{{TOC|}}}}}

{{#default_form:Book}}

[[Category:Books]]

</includeonly>