Difference between revisions of "Template:InfoBoxProduct/doc"

(cat)
(hope this works as it is supposed to...)
Line 2: Line 2:
 
<!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE -->
 
<!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE -->
 
==Usage instructions==
 
==Usage instructions==
*Copy and paste the following code into the top of the article, filling the appropriate fields.
+
*Copy and paste the following code into the top of the article, filling the appropriate fields. If a field is unknown, leave it blank.
**If a field is unknown, leave it blank.
+
*For the '''image''' field, just the <u>name</u> of the image is sufficient. e.g., ''Example.jpg'', ''Example.png'', etc.
**For the '''image''' field, just the <u>name</u> of the image is sufficient. e.g., ''Example.jpg'', ''Example.png'', etc.
+
<pre>
**If a product's name is identical to the article's name, '''completely''' remove the bolded, <span style="color: violet">violet</span> parameter.
+
{{InfoBoxProduct
 +
| image              =
 +
| name               =
 +
| type                =
 +
| author              =
 +
| development        =
 +
| primarywriting      =
 +
| pages              =
 +
| cover              =
 +
| interiorart        =
 +
| illustrations      =
 +
| publisher          =
 +
| productioncode      =
 +
| year                =
 +
| ISBN10              =
 +
| ISBN13              =
 +
| MSRP                =
 +
| content            =
 +
| era                =
 +
| timeline            =
 +
| series              =
 +
| precededby          =
 +
| followedby          =
 +
}}
 +
</pre>
 +
 
 +
== Explanation ==
 +
All entries are optional unless noted as "required" below, meaning that the respective row does not appear if the field is left blank. Some fields only apply to certain product types.
 +
; image =              : Front cover of the product
 +
; name =                : The name of the product.
 +
; type =                : (required) Boxed Set, Game Supplement, Rulebook, Sourcebook, Novel, Short Story, etc.
 +
; author =              : Use where applicable, otherwise use the following two intead:
 +
; development =        : Use instead of "author" where applicable (typically for boxed sets or game supplements)
 +
; primarywriting =      : ''(see above)''
 +
; pages =              : Use where applicable, i.e. for individual books or files
 +
; cover =              : The cover artist
 +
; interiorart =        : The interior artist(s)
 +
; illustrations =      : The illustrator(s), if separate from the interior artist(s)
 +
; publisher =          : (required) The (first) publishing company of the product, typically FASA, FanPro, CGL, BattleCorps, Roc, etc.
 +
; productcode =        : (required) The (first) publisher's product code
 +
; year =                : (required) Year of first publication, regardless of later publications
 +
; ISBN10 =              : (required) The [[w:ISBN|ISBN-10]] number of the product
 +
; ISBN13 =              : The ISBN-13 number of the product
 +
; MSRP =                : (required) Manufacturer's (original) suggested retail price. Include the currency - this will usually be US $, except for original foreign products
 +
; content =            : Description of products that are not books
 +
; era =                : BattleTech era(s) covered by the product
 +
; timeline =            : Earliest and latest point in the BattleTech timeline described in the product
 +
; series =              : Series of which the product is part
 +
; precededby =          : Preceding product (in the series or otherwise)
 +
; followedby =         : Following product (in the series or otherwise)
 +
[[Category:Templates|{{PAGENAME}}]]
 +
[[Category:Infobox templates|Product]]
 +
</noinclude>
  
<code class="block">&#123;{InfoBoxProduct<br/>
 
|image=<br/>
 
'''<span style="color: violet">|name=</span>'''<br/>
 
|publisher=<br/>
 
|year=<br/>
 
|production code=<br/>
 
|ISBN=<br/>
 
|MSRP=<br/>
 
|type=<br/>
 
|primary writing=<br/>* &#91;[author]]<br/>
 
|product development=<br/>* &#91;[developer]]<br/>
 
|illustrations=<br/>* &#91;[illustrator]]<br/>
 
}}</code>
 
 
<includeonly>
 
<includeonly>
 
<!-- ADD CATEGORIES BELOW THIS LINE -->
 
<!-- ADD CATEGORIES BELOW THIS LINE -->

Revision as of 19:12, 5 April 2011

Template:Template doc page viewed directly

Usage instructions

  • Copy and paste the following code into the top of the article, filling the appropriate fields. If a field is unknown, leave it blank.
  • For the image field, just the name of the image is sufficient. e.g., Example.jpg, Example.png, etc.
{{InfoBoxProduct
| image               = 
| name                = 
| type                = 
| author              = 
| development         = 
| primarywriting      = 
| pages               = 
| cover               = 
| interiorart         = 
| illustrations       = 
| publisher           = 
| productioncode      = 
| year                = 
| ISBN10              = 
| ISBN13              = 
| MSRP                = 
| content             = 
| era                 = 
| timeline            = 
| series              = 
| precededby          = 
| followedby          = 
}}

Explanation

All entries are optional unless noted as "required" below, meaning that the respective row does not appear if the field is left blank. Some fields only apply to certain product types.

image =
Front cover of the product
name =
The name of the product.
type =
(required) Boxed Set, Game Supplement, Rulebook, Sourcebook, Novel, Short Story, etc.
author =
Use where applicable, otherwise use the following two intead:
development =
Use instead of "author" where applicable (typically for boxed sets or game supplements)
primarywriting =
(see above)
pages =
Use where applicable, i.e. for individual books or files
cover =
The cover artist
interiorart =
The interior artist(s)
illustrations =
The illustrator(s), if separate from the interior artist(s)
publisher =
(required) The (first) publishing company of the product, typically FASA, FanPro, CGL, BattleCorps, Roc, etc.
productcode =
(required) The (first) publisher's product code
year =
(required) Year of first publication, regardless of later publications
ISBN10 =
(required) The ISBN-10 number of the product
ISBN13 =
The ISBN-13 number of the product
MSRP =
(required) Manufacturer's (original) suggested retail price. Include the currency - this will usually be US $, except for original foreign products
content =
Description of products that are not books
era =
BattleTech era(s) covered by the product
timeline =
Earliest and latest point in the BattleTech timeline described in the product
series =
Series of which the product is part
precededby =
Preceding product (in the series or otherwise)
followedby =
Following product (in the series or otherwise)