Template:Book
From SmlugWiki
[[Category: Checkout_{{{borrower}}}]]
Book Info
| Title: {{{title}}} |
| Publisher: {{{publisher}}} |
| Author: {{{author}}} |
| Owner: {{{owner}}} |
| Checked Out By: {{{borrower}}} |
| Checkout Date: {{{when}}} |
Review
{{{review}}}
Usage
{{Book|title=Unix Shell Programming|owner=[[Jim Nanney]]|publisher=Hayden Books|borrower= |when= |author= |review= }}
- title is the title of the book
- owner is the actual owner of the book
- publisher is who published the book
- borrower is who checked the book out from the SMLUG Library Do NOT include wiki markup here!
- when is the date the book was checked out
- author is the author of the book
- review is a book review done on the book. This can be a multiline string with wiki markup in it
For an Example see Unix Shell Programming
This creates a page with all the fields needed, and if a borrower is specified, the book is added to the list of checked out books from that borrower.

