Template:Product: Difference between revisions
Jump to navigation
Jump to search
tweak for product-specific |
add phone |
||
Line 10: | Line 10: | ||
| download_url = ... | | download_url = ... | ||
| creator = ... | | creator = ... | ||
| contact_email = ...}}</nowiki> | | contact_email = ... | ||
| contact_phone = ...}}</nowiki> | |||
Fill in the "...", where: | Fill in the "...", where: | ||
*name: name of the product | *name: name of the product | ||
Line 17: | Line 18: | ||
* current_version: Current version number | * current_version: Current version number | ||
* status: e.g., released, beta, ... | * status: e.g., released, beta, ... | ||
* download_url: full URL of where to download a copy | * download_url: full URL of where to download a copy | ||
* created by: Name of creator | * created by: Name of creator | ||
* contact_email: email for technical support (may be very limited) | * 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:</noinclude> | This displays the following:</noinclude> |
Revision as of 03:03, 16 July 2007
Usage:
To use this in a product article:
{{product | name = ... | purpose = ... | last_updated = ... | current_version = ... | status = ... | download_url = ... | creator = ... | 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, ...
- 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); leave blank if none
- contact_phone: phone number for technical support; leave blank if none
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}}}