Template:Product: Difference between revisions
Jump to navigation
Jump to search
add phone |
make email & phone conditional |
||
Line 9: | Line 9: | ||
| status = ... | | status = ... | ||
| download_url = ... | | download_url = ... | ||
| forum_url = ... | |||
| creator = ... | | creator = ... | ||
| contact_email = ... | | contact_email = ... | ||
Line 19: | Line 20: | ||
* 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 | ||
* forum_url: full URL of forum related to product; leave blank if none | |||
* created by: Name of creator | * created by: Name of creator | ||
* 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 | ||
Line 30: | Line 32: | ||
* '''Status:''' {{{status}}} | * '''Status:''' {{{status}}} | ||
* '''[{{{download_url}}} Download]''' | * '''[{{{download_url}}} Download]''' | ||
{{#if: {{{forum_url|}}}|[{{{forum_url}}} Forum]|}} | |||
* '''Created by:''' {{{creator}}} | * '''Created by:''' {{{creator}}} | ||
* '''Contact for technical issues:''' [mailto:{{{contact_email}}} {{{contact_email}}}]<noinclude> | * '''Contact for technical issues:''' {{#if: {{{contact_email|}}}|[mailto:{{{contact_email}}} {{{contact_email}}}]|}} {{#if: {{{contact_phone|}}}|{{{contact_phone}}}|}}<noinclude> | ||
[[Category:Templates]]</noinclude> | [[Category:Templates]]</noinclude> |
Revision as of 03:08, 16 July 2007
Usage:
To use this in a product article:
{{product | name = ... | purpose = ... | last_updated = ... | current_version = ... | status = ... | download_url = ... | forum_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
- forum_url: full URL of forum related to product; leave blank if none
- 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: