Books¶
If the item is a book, the placeholders described on this page are available.
{{ ActorArray }}¶
An array containg all author’s names. Can be used with template filters like join or Loops.
Array
(
[0] => David Hodgson
[1] => Nick von Esmarch
)
{{ Edition }}¶
The book’s edition, like “2nd”.
{{ ISBN }}¶
The book’s ISBN, like “0345538374”.
{{ Label }}¶
The book’s label, like “Back Bay Books”.
{{ NumberOfPages }}¶
The book’s number of pages (integer value), like “1728”.