Template:Conditioner: Difference between revisions
Jump to navigation
Jump to search
m rm another blank line |
rearrange & turn into a box ala template:product |
||
Line 1: | Line 1: | ||
<noinclude>''Usage:'' | {|style="padding:0.3em; float:right; margin-left:15px; border:1px solid #ddcef2; background:#ffffff; text-align:left; font-size:90%; line-height:1.5em; width: 21em;" | ||
|- style="text-align:center; font-size:100%;background:#ddcef2;" | |||
! Conditioner information | |||
|- | |||
| | |||
* '''Name:''' {{{name}}} | |||
* '''Purpose:''' {{{purpose}}} | |||
* '''Last updated:''' {{{last_updated}}} | |||
* '''Current version:''' {{{current_version}}} | |||
* '''Status:''' {{{status}}} | |||
* '''[{{{download_url}}} Download]''' | |||
* '''Created by:''' {{{creator}}} | |||
* '''Contact for technical issues:''' [mailto:{{{contact_email}}} {{{contact_email}}}] | |||
|- style="text-align:center; font-size:100%;background:#ddcef2;" | |||
!This article is part of the COLLADA [[Portal:Conditioners directory|conditioners directory]] | |||
|- style="text-align:center; font-size:90%;" | |||
| [[Adding to the conditioners directory]] | |||
|}<noinclude>''Usage:'' | |||
To | To include the right-aligned box in a conditioner article, include the following at the ''beginning'' of the article: | ||
<nowiki>{{conditioner | <nowiki>{{conditioner | ||
| name = ... | | name = ... | ||
Line 21: | Line 38: | ||
* contact_email: email for technical support (may be very limited) | * contact_email: email for technical support (may be very limited) | ||
[[Category:Templates]]</noinclude> | [[Category:Templates]]</noinclude> |
Revision as of 04:35, 17 July 2007
Conditioner information |
---|
|
This article is part of the COLLADA conditioners directory |
Adding to the conditioners directory |
Usage:
To include the right-aligned box in a conditioner article, include the following at the beginning of the 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)