Template:Extensions: Difference between revisions
Jump to navigation
Jump to search
chg arg name to match current template usage |
add multiple products & link |
||
Line 6: | Line 6: | ||
* '''Purpose:''' {{#if: {{{purpose|}}}|{{{purpose}}}|unstated}} | * '''Purpose:''' {{#if: {{{purpose|}}}|{{{purpose}}}|unstated}} | ||
* '''Company:''' {{#if: {{{company|}}}|[[{{{company}}}]]|unstated}} | * '''Company:''' {{#if: {{{company|}}}|[[{{{company}}}]]|unstated}} | ||
* '''Product(s):''' {{#if: {{{product|}}}|{{{product}}}|unstated}} | * '''Product(s):''' {{#if: {{{product|}}}|[[{{{product}}}]]|unstated}} {{#if: {{{product2|}}}|, [[{{{product2}}}]]| }} {{#if: {{{product3|}}}|, [[{{{product3}}}]]| }} | ||
* '''Last updated:''' {{#if: {{{last_updated|}}}|{{{last_updated}}}|unstated}} | * '''Last updated:''' {{#if: {{{last_updated|}}}|{{{last_updated}}}|unstated}} | ||
* '''Contact for technical issues:''' {{#if: {{{contact_email|}}}|<BR>[mailto:{{{contact_email}}} {{{contact_email}}}]|}} {{#if: {{{contact_phone|}}}|<BR>{{{contact_phone}}}|}} | * '''Contact for technical issues:''' {{#if: {{{contact_email|}}}|<BR>[mailto:{{{contact_email}}} {{{contact_email}}}]|}} {{#if: {{{contact_phone|}}}|<BR>{{{contact_phone}}}|}} | ||
Line 19: | Line 19: | ||
| purpose = ... | | purpose = ... | ||
| company = yourcompanyname | | company = yourcompanyname | ||
| product = | | product = yourproductname | ||
| product2 = your2ndproductname | |||
| product3 = your3rdproductname | |||
| maintainer_url = ... | | maintainer_url = ... | ||
| maintainer_name = ... | | maintainer_name = ... | ||
Line 27: | Line 29: | ||
* purpose: brief description of what it does | * purpose: brief description of what it does | ||
* company: Your company's name (match title of company page at collada.org if it exists) | * company: Your company's name (match title of company page at collada.org if it exists) | ||
* product: Product(s) to which this extension applies (match title of product page at collada.org if they exist | * product, product2, product3: Product(s) to which this extension applies (match title of product page at collada.org if they exist). Leave blank if none | ||
* last_updated: Date last updated | * last_updated: Date last updated | ||
* 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 |
Revision as of 02:45, 10 December 2008
Extension information |
---|
|
This article is part of the COLLADA extensions directory |
Adding to the extensions directory |
Usage:
To include the right-aligned box in an extension article and to place it into Category:COLLADA extensions, include the following at the beginning of the article:
{{product | purpose = ... | company = yourcompanyname | product = yourproductname | product2 = your2ndproductname | product3 = your3rdproductname | maintainer_url = ... | maintainer_name = ... | contact_email = ... | contact_phone = ...}}
Fill in the "...", where:
- purpose: brief description of what it does
- company: Your company's name (match title of company page at collada.org if it exists)
- product, product2, product3: Product(s) to which this extension applies (match title of product page at collada.org if they exist). Leave blank if none
- last_updated: Date last updated
- 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