Difference between revisions of "Template:Book"

From PKC
Jump to navigation Jump to search
m (1 revision imported)
Line 2: Line 2:
This is the "Book" template.
This is the "Book" template.


<nowiki>
<syntaxhighlight>
{{#cargo_declare:_table=Books
{{#cargo_declare:_table=Books
|Authors=List (,) of Page
|Authors=List (,) of Page
Line 7: Line 9:
|Year_of_publication=Date
|Year_of_publication=Date
|Number_of_pages=Integer}}
|Number_of_pages=Integer}}
</syntaxhighlight>
</nowiki>
</noinclude>
</noinclude>
<includeonly>
<includeonly>
{{#cargo_store:_table=Books}}
{{#cargo_store:_table=Books}}

Revision as of 10:25, 27 June 2021

This is the "Book" template.

<syntaxhighlight> {{#cargo_declare:_table=Books |Authors=List (,) of Page |Genres=List (,) of String |Year_of_publication=Date |Number_of_pages=Integer}} </syntaxhighlight>