Difference between revisions of "Template:Computerworld/doc"

From Terminals
Jump to: navigation, search
m (update docs)
m (put required parameters at the top)
Line 5: Line 5:
 
;<code>id</code>
 
;<code>id</code>
 
:'''Required'''  This is the id of the google books publication.  It will identify a particular issue of Computerworld.
 
:'''Required'''  This is the id of the google books publication.  It will identify a particular issue of Computerworld.
 +
;<code>title</code>
 +
:'''Required'''  The title of the article.  Use double-quotes if it is an article and not just a section header, i.e <code>title="HP Introduces New Terminals"</code> and <code>title=New Products</code>.
 +
;<code>date</code>
 +
:'''Required''' The publication date of the issue of Computerworld.
 
;<code>page</code> or <code>pg</code>
 
;<code>page</code> or <code>pg</code>
 
:This is the page number of the article.  This is used to form the google books URL, so it must match what is in the URL.
 
:This is the page number of the article.  This is used to form the google books URL, so it must match what is in the URL.
Line 11: Line 15:
 
;<code>author</code>
 
;<code>author</code>
 
:The name of the author of the article, if any.
 
:The name of the author of the article, if any.
;<code>date</code>
 
:'''Required''' The publication date of the issue of Computerworld.
 
;<code>title</code>
 
:'''Required'''  The title of the article.  Use double-quotes if it is an article and not just a section header, i.e <code>title="HP Introduces New Terminals"</code> and <code>title=New Products</code>.
 
 
;<code>name</code>
 
;<code>name</code>
 
:Names this citation so that it can be referenced again by the supplied name.
 
:Names this citation so that it can be referenced again by the supplied name.

Revision as of 20:49, 8 April 2012

This is the template for citing articles from Computerworld via google books.

The parameters are as follows:

id
Required This is the id of the google books publication. It will identify a particular issue of Computerworld.
title
Required The title of the article. Use double-quotes if it is an article and not just a section header, i.e title="HP Introduces New Terminals" and title=New Products.
date
Required The publication date of the issue of Computerworld.
page or pg
This is the page number of the article. This is used to form the google books URL, so it must match what is in the URL.
page_prefix
Sometimes google books uses a prefix other than "PA" in the page argument portion of the URL. Supply anything between the lpg= and the page number in the URL here. Default: PA
author
The name of the author of the article, if any.
name
Names this citation so that it can be referenced again by the supplied name.