{{/* A template for citing books inspired by the "cite book" template of Wikipedia. */}}
{{/* Authors */}} {{ with .Get "author" }}{{ . }}{{ end }}{{ with .Get "author2" }}; {{ . }}{{ end }} {{/* Date */}} {{ with .Get "date" }}({{ . }}).{{ end }} {{/* Chapter */}} {{ with .Get "chapter" }}"{{ . }}"{{ end }} {{/* Title and edition */}} {{ with .Get "title" }}in {{ . }}{{ end }}{{ with .Get "edition" }}({{ . }} ed.){{ end }}. {{/* Publisher */}} {{ with .Get "publisher" }}{{ . }}.{{ end }} {{/* Pages */}} {{ with .Get "page" }}p. {{ . }}.{{ end }} {{ with .Get "pages" }}pp. {{ . }}.{{ end }} {{/* ISBN */}} {{ with .Get "isbn" }}ISBN {{ . }}.{{ end }}