Template:Conditioner: Difference between revisions
Jump to navigation
Jump to search
new template for conditioner entries |
m rm another blank line |
||
Line 29: | Line 29: | ||
* '''[{{{download_url}}} Download]''' | * '''[{{{download_url}}} Download]''' | ||
* '''Created by:''' {{{creator}}} | * '''Created by:''' {{{creator}}} | ||
* '''Contact for technical issues:''' [mailto:{{{contact_email}}} {{{contact_email}}}] | * '''Contact for technical issues:''' [mailto:{{{contact_email}}} {{{contact_email}}}]<noinclude> | ||
<noinclude>[[Category:Templates]]</noinclude> | [[Category:Templates]]</noinclude> |
Revision as of 17:09, 13 July 2007
Usage:
To use this in a conditioners article:
{{conditioner | name = ... | purpose = ... | last_updated = ... | current_version = ... | status = ... | download_url = ... | creator = ... | contact_email = ...}}
Fill in the "...", where:
- name: name of the conditioner
- 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}}}