|
|
(5 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| {|style="padding:0.3em; float:right; margin-left:15px; border:1px solid #ffbf40; background:#ffffff; text-align:left; font-size:90%; line-height:1.5em; width: 21em;"
| | #REDIRECT [[Template:Extension]] |
| |- style="text-align:center; font-size:100%;background:#ffd580;"
| |
| ! [[Extension]] information
| |
| |-
| |
| |
| |
| * '''Purpose:''' {{#if: {{{purpose|}}}|{{{purpose}}}|unstated}}
| |
| * '''Company:''' {{#if: {{{company|}}}|[[{{{company}}}]]|unstated}}
| |
| * '''Product(s):''' {{#if: {{{product|}}}|{{{product}}}|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}}}|}}
| |
| |- style="text-align:center; font-size:100%;background:#ffd580;"
| |
| !This article is part of the COLLADA [[Portal:Extensions directory|extensions directory]]
| |
| |- style="text-align:center; font-size:90%;"
| |
| | [[Adding to the extensions directory]]
| |
| |}<includeonly>[[Category:COLLADA extensions]]</includeonly><noinclude>''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:
| |
| <nowiki>{{product
| |
| | purpose = ...
| |
| | company = yourcompanyname
| |
| | product = yourproductnames
| |
| | maintainer_url = ...
| |
| | maintainer_name = ...
| |
| | contact_email = ...
| |
| | contact_phone = ...}}</nowiki>
| |
| 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
| |
| | |
| [[Category:Templates]]</noinclude>
| |