Template:Product: Difference between revisions

From COLLADA Public Wiki
Jump to navigation Jump to search
Elf (talk | contribs)
clone conditioner template
 
Elf (talk | contribs)
tweak for product-specific
Line 1: Line 1:
<noinclude>''Usage:''
<noinclude>''Usage:''


To use this in a conditioners article:
To use this in a product article:
  <nowiki>{{conditioner
  <nowiki>{{product
  | name = ...
  | name = ...
  | purpose = ...
  | purpose = ...
Line 12: Line 12:
  | contact_email = ...}}</nowiki>
  | contact_email = ...}}</nowiki>
Fill in the "...", where:
Fill in the "...", where:
*name: name of the conditioner
*name: name of the product
* purpose: brief description of what it does
* purpose: brief description of what it does
* last_updated: Date last updated
* last_updated: Date last updated

Revision as of 02:51, 16 July 2007

Usage:

To use this in a product article:

{{product
 | name = ...
 | purpose = ...
 | last_updated = ...
 | current_version = ...
 | status = ...
 | download_url = ...
 | creator = ...
 | contact_email = ...}}

Fill in the "...", where:

  • name: name of the product
  • purpose: brief description of what it does
  • last_updated: Date last updated
  • current_version: Current version number
  • status: e.g., released, beta, ...
  • download_url: full URL of where to download a copy
  • created by: Name of creator
  • contact_email: email for technical support (may be very limited)

This displays the following:

  • Name: {{{name}}}
  • Purpose: {{{purpose}}}
  • Last updated: {{{last_updated}}}
  • Current version: {{{current_version}}}
  • Status: {{{status}}}
  • [{{{download_url}}} Download]
  • Created by: {{{creator}}}
  • Contact for technical issues: {{{contact_email}}}