Template:Product: Difference between revisions
Jump to navigation
Jump to search
clone conditioner template |
tweak for product-specific |
||
Line 1: | Line 1: | ||
<noinclude>''Usage:'' | <noinclude>''Usage:'' | ||
To use this in a | To use this in a product article: | ||
<nowiki>{{ | <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 | *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}}}