Template:Product: Difference between revisions
Jump to navigation
Jump to search
fill in what happens if info not given on "required" items |
tweak color |
||
(24 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<noinclude>''Usage:'' | {|style="padding:0.3em; float:right; margin-left:15px; border:1px solid {{color products mid}}; background:#ffffff; text-align:left; font-size:90%; line-height:1.5em; width: 21em;" | ||
|- | |||
| {{#if: {{{image|}}}|[[{{{image}}}|thumb|center|{{#if: {{{caption|}}}|{{{caption}}}}}]] }} | |||
|- style="text-align:center; font-size:100%;background:{{Color products light}};" | |||
! Product information | |||
|- | |||
| | |||
* '''Name:''' {{{name}}} | |||
* '''Purpose:''' {{#if: {{{purpose|}}}|{{{purpose}}}|unstated}} | |||
* '''Last updated:''' {{#if: {{{last_updated|}}}|{{{last_updated}}}|unstated}} | |||
* '''Current version:''' {{#if: {{{current_version|}}}|{{{current_version}}}|unknown}} | |||
* '''Status:''' {{#if: {{{status|}}}|{{{status}}}|unstated}} | |||
* '''OS:''' {{#if: {{{os_list|}}}|{{{os_list}}}|unstated}}{{#if: {{{forum_url|}}}| | |||
* '''[{{{forum_url}}} Forum]'''|}}{{#if: {{{bugs_url|}}}| | |||
* '''[{{{bugs_url}}} Report bugs]'''|}}{{#if: {{{features_url|}}}| | |||
* '''[{{{features_url}}} Feature list]'''|}}{{#if: {{{info_url|}}}| | |||
* '''[{{{info_url}}} Product info]'''|}} | |||
* '''Maintainer:''' {{#if: {{{maintainer_url|}}}|[{{{maintainer_url}}} {{{maintainer_name}}}]|unknown}} | |||
* '''Contact for technical issues:''' {{#if: {{{contact_email|}}}|<BR>[mailto:{{{contact_email}}} {{{contact_email}}}]|}} {{#if: {{{contact_phone|}}}|<BR>{{{contact_phone}}}|}} | |||
|- style="background:{{color products mid}};text-align:center; font-size:200%;" | |||
| | |||
'''{{#if: {{{download_url|}}}|[{{{download_url}}} Download]|Download URL unknown}}'''<br/> | |||
|- style="text-align:center; font-size:100%;background:{{Color products light}};" | |||
!This article is part of the COLLADA [[Portal:Products directory|products directory]] | |||
|- style="text-align:center; font-size:90%;" | |||
| [[Adding to the list of products]] | |||
|}<includeonly>[[Category:Products]]</includeonly><noinclude>'''''Usage:''''' | |||
To | To include the right-aligned box in a product article and to place the article into [[:Category:Products]], include the following at the ''beginning'' of the article: | ||
<nowiki>{{product | <nowiki>{{product | ||
| name = ... | | name = ... | ||
Line 15: | Line 41: | ||
| info_url = ... | | info_url = ... | ||
| maintainer_url = ... | | maintainer_url = ... | ||
| maintainer_name = ... | |||
| contact_email = ... | | contact_email = ... | ||
| contact_phone = ...}}</nowiki> | | contact_phone = ... | ||
| image = ... | |||
| caption = ...}}</nowiki> | |||
Fill in the "...", where: | Fill in the "...", where: | ||
*name: name of the product | *name: name of the product | ||
Line 29: | Line 58: | ||
* features_url: full URL of list of product features; leave blank if none | * features_url: full URL of list of product features; leave blank if none | ||
* info_url: full URL of general/miscellaneous product info; leave blank if none | * info_url: full URL of general/miscellaneous product info; leave blank if none | ||
* maintainer_url: URL of company or whoever maintains the product | * maintainer_url: URL of company or whoever maintains the product; required if maintainer_name is given | ||
* maintainer_name: Name of company or other maintainer | |||
* 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 | ||
* contact_phone: phone number for technical support; leave blank if none | * contact_phone: phone number for technical support; leave blank if none | ||
* image: name of uploaded wiki image file (optional) for product; e.g., Image:MyLogo.png | |||
* caption: caption for image (optional; valid only if image specified) | |||
[[Category:User templates|{{PAGENAME}}]]</noinclude> | |||
Latest revision as of 00:13, 5 March 2009
Product information |
---|
|
Download URL unknown |
This article is part of the COLLADA products directory |
Adding to the list of products |
Usage:
To include the right-aligned box in a product article and to place the article into Category:Products, include the following at the beginning of the article:
{{product | name = ... | purpose = ... | last_updated = ... | current_version = ... | status = ... | os_list = ... | download_url = ... | forum_url = ... | bugs_url = ... | features_url = ... | info_url = ... | maintainer_url = ... | maintainer_name = ... | contact_email = ... | contact_phone = ... | image = ... | caption = ...}}
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, ...
- os_list: list of operating systems or platforms supported for this product
- download_url: full URL of where to download a copy
- forum_url: full URL of forum related to product; leave blank if none
- bugs_url: full URL of bug-reporting site; leave blank if none
- features_url: full URL of list of product features; leave blank if none
- info_url: full URL of general/miscellaneous product info; leave blank if none
- maintainer_url: URL of company or whoever maintains the product; required if maintainer_name is given
- maintainer_name: Name of company or other maintainer
- 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
- image: name of uploaded wiki image file (optional) for product; e.g., Image:MyLogo.png
- caption: caption for image (optional; valid only if image specified)