Template:BooklistRead/doc: Difference between revisions
From charlesreid1
No edit summary |
|||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
Template {{tl|BooklistRead}} is designed to create an entry in a Booklist table for books that have been read. | |||
== Example == | |||
{{BooklistReadHeader}} | |||
{{BooklistRead | |||
|title=Example Title | |||
|author=Example Author | |||
|year=Example Year | |||
|started=Date Started | |||
|finished=Date Finished | |||
|genre=Example Genre | |||
|opinion=Example Opinion | |||
}} | |||
{{BooklistReadFooter}} | |||
==Usage== | ==Usage== | ||
All field names '''must''' be in lowercase. | All field names '''must''' be in lowercase. | ||
<pre> | <pre> | ||
Latest revision as of 02:02, 6 March 2011
Template {{BooklistRead}} is designed to create an entry in a Booklist table for books that have been read.
Example
| Title | Author | Year | Started | Finished | Genre | Opinion |
|---|---|---|---|---|---|---|
| Example Title | Example Author | Example Year | Date Started | Date Finished | Example Genre | Example Opinion
|
Usage
All field names must be in lowercase.
{{BooklistRead
|title=
|author=
|year=
|started=
|finished=
|genre=
|opinion=
}}
This template is usually preceded by {{BooklistReadHeader}} and followed by {{BooklistReadFooter}}.
Parameters
The parameters are:
| Parameter | Explanation |
|---|---|
| title | Title of the book |
| author | Author of the book |
| year | Year book was published |
| started | Date the book was started |
| finished | Date the book was finished |
| genre | Book genre (e.g. fiction, non-fiction, anthology, etc.) |
| opinion | Opinion of the book; thoughts, comments, etc. |
See Also
- {{BooklistReadHeader}}
- {{BooklistReadFooter}}