Template:Product
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}}}