Difference between revisions of "Template:Cite book"

From Team Fortress Wiki
Jump to: navigation, search
(Created page with '<includeonly>{{{author}}} ({{{year}}}). ''{{{title}}}''{{#if: {{{pp|}}} | {{nbsp}}({{{pp}}}) | }}. {{{#if: {{{place|}}} | {{{publisher}}}: {{{place}}} | {{{publisher}}} }}.{{#if:…')
 
(Woops)
Line 19: Line 19:
 
== Sample output ==
 
== Sample output ==
  
* {{Cite article
+
* {{Cite book
 
   | author      = Mike Dickheiser
 
   | author      = Mike Dickheiser
 
   | title      = C++ for Game Programmers
 
   | title      = C++ for Game Programmers

Revision as of 13:35, 4 November 2010

Documentation for Cite book


The Cite book template is to cite books, such as official strategy guides, or other related books. It uses a variation of the Harvard citation format.

Usage

{{Cite article
  | author      = Author of the book         (required)
  | title       = Title of the book          (required)
  | year        = Year of publication        (required)
  | publisher   = Name of publisher          (required)
  | place       = Publisher's location
  | pp          = Page range
  | isbn        = ISBN no.
}}

Sample output

  • Mike Dickheiser (2006). C++ for Game Programmers   (pp. 52--58). Charles River Media Game Development.


See also