Template:Extensions: Difference between revisions

From COLLADA Public Wiki
Jump to navigation Jump to search
Elf (talk | contribs)
m Template:Extension moved to Template:Extensions: want to use existing template included in all articles
Elf (talk | contribs)
chg arg name to match current template usage
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: {{{products|}}}|{{{products}}}|unstated}}
* '''Product(s):''' {{#if: {{{product|}}}|{{{product}}}|unstated}}
* '''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  
  | products = yourproductnames  
  | product = yourproductnames  
  | maintainer_url = ...
  | maintainer_url = ...
  | maintainer_name = ...
  | maintainer_name = ...
Line 27: Line 27:
* 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)
* products: Product(s) to which this extension applies (match title of product page at collada.org if they exist; surround with double square brackets to make into links)
* product: Product(s) to which this extension applies (match title of product page at collada.org if they exist; surround with double square brackets to make into links)
* 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:33, 10 December 2008

Extension information
  • Purpose: unstated
  • Company: unstated
  • Product(s): unstated
  • Last updated: unstated
  • Contact for technical issues:
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 = yourproductnames 
 | 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: Product(s) to which this extension applies (match title of product page at collada.org if they exist; surround with double square brackets to make into links)
  • 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