Template:Product: Difference between revisions

From COLLADA Public Wiki
Jump to navigation Jump to search
Elf (talk | contribs)
try it as a floating table
Elf (talk | contribs)
expand list of items
Line 8: Line 8:
  | current_version = ...
  | current_version = ...
  | status = ...
  | status = ...
| os_list = ...
  | download_url = ...
  | download_url = ...
  | forum_url = ...
  | forum_url = ...
  | creator = ...
  | bugs_url = ...
| info_url = ...
| maintainer_url = ...
  | contact_email = ...
  | contact_email = ...
  | contact_phone = ...}}</nowiki>
  | contact_phone = ...}}</nowiki>
Line 19: Line 22:
* current_version: Current version number
* current_version: Current version number
* status: e.g., released, beta, ...
* status: e.g., released, beta, ...
* os_list: list of operating systems or platforms supported for this product
* download_url: full URL of where to download a copy  
* download_url: full URL of where to download a copy  
* forum_url: full URL of forum related to product; leave blank if none
* forum_url: full URL of forum related to product; leave blank if none
* created by: Name of creator
* bugs_url: full URL of bug-reporting site; leave blank if none
* info_url: full URL of general/miscellaneous product info; leave blank if none
* maintainer_url: URL of company or whoever maintains the product
* contact_email: email for technical support (may be very limited); leave blank if none
* contact_email: email for technical support (may be very limited); leave blank if none
* contact_phone: phone number for technical support; leave blank if none
* contact_phone: phone number for technical support; leave blank if none
Line 36: Line 42:
* '''Current version:''' {{{current_version}}}  
* '''Current version:''' {{{current_version}}}  
* '''Status:''' {{{status}}}
* '''Status:''' {{{status}}}
* '''[{{{download_url}}} Download]'''
* '''Availability:''' {{{os_list}}}
{{#if: {{{forum_url|}}}|[{{{forum_url}}} Forum]|}}
* '''[{{{download_url}}} Download]'''{{#if: {{{forum_url|}}}|
* '''Created by:''' {{{creator}}}   
* [{{{forum_url}}} Forum]|}}{{#if: {{{bugs_url|}}}|
* [{{{bugs_url}}} Report bugs]|}}{{#if: {{{info_url|}}}|
* [{{{info_url}}} Product info]|}}
* '''Maintainer:''' {{{maintainer_url}}}   
* '''Contact for technical issues:''' {{#if: {{{contact_email|}}}|[mailto:{{{contact_email}}} {{{contact_email}}}]|}} {{#if: {{{contact_phone|}}}|{{{contact_phone}}}|}}
* '''Contact for technical issues:''' {{#if: {{{contact_email|}}}|[mailto:{{{contact_email}}} {{{contact_email}}}]|}} {{#if: {{{contact_phone|}}}|{{{contact_phone}}}|}}
|}<noinclude>
|}<noinclude>
[[Category:Templates]]</noinclude>
[[Category:Templates]]</noinclude>

Revision as of 03:34, 16 July 2007

Usage:

To use this in a product article:

{{product
 | name = ...
 | purpose = ...
 | last_updated = ...
 | current_version = ...
 | status = ...
 | os_list = ...
 | download_url = ...
 | forum_url = ...
 | bugs_url = ...
 | info_url = ... 
 | maintainer_url = ...
 | contact_email = ...
 | contact_phone = ...}}

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, ...
  • os_list: list of operating systems or platforms supported for this product
  • download_url: full URL of where to download a copy
  • forum_url: full URL of forum related to product; leave blank if none
  • bugs_url: full URL of bug-reporting site; leave blank if none
  • info_url: full URL of general/miscellaneous product info; leave blank if none
  • maintainer_url: URL of company or whoever maintains the product
  • contact_email: email for technical support (may be very limited); leave blank if none
  • contact_phone: phone number for technical support; leave blank if none

This displays the following:

Technical information
  • Name: {{{name}}}
  • Purpose: {{{purpose}}}
  • Last updated: {{{last_updated}}}
  • Current version: {{{current_version}}}
  • Status: {{{status}}}
  • Availability: {{{os_list}}}
  • [{{{download_url}}} Download]
  • Maintainer: {{{maintainer_url}}}
  • Contact for technical issues: