Adding to the extensions directory: Difference between revisions
Jump to navigation
Jump to search
(working on instructions--in process) |
(can't do numbered list with embedded tables & preformatted text, so abandoning (sigh)) |
||
Line 4: | Line 4: | ||
|- | |- | ||
| style="background-color:#eeeeee;" | <big>'''Instructions for adding your product's COLLADA extensions to the [[Portal:Extension directory|extension directory]] on this wiki:'''</big> | | style="background-color:#eeeeee;" | <big>'''Instructions for adding your product's COLLADA extensions to the [[Portal:Extension directory|extension directory]] on this wiki:'''</big> | ||
* You'll need: | |||
** Company name (preferably simplified/common version; for example, "Sony", not "Sony Computer Entertainment, Inc.") | |||
** Product name | |||
** Name used in '''profile name="..."''' (often--but not always-the product name?) | |||
** Details about your '''<technique profile="...">''' and '''<extra><technique profile=...">''' extensions | |||
*:''For example, a company named "My Company", product named "My Product", profile "mp", with extensions for <image> and <camera>.'' | |||
*In [[List of extensions by company]], add a table row with this info: | |||
{| style="text-align:left; width:100%; border:1px solid #666666;" cellspacing="0" cellpadding="8" | {| style="text-align:left; width:100%; border:1px solid #666666;" cellspacing="0" cellpadding="8" | ||
|- style="background-color:#eeeeee;" | |- style="background-color:#eeeeee;" | ||
Line 19: | Line 19: | ||
*<image> | *<image> | ||
|} | |} | ||
* Click your new "''companyname productname'' extensions" link to create an article with that name, and add this text to the article (substituting your own company and product names): | |||
<pre><nowiki>{{extensions}} | |||
My Company provides extensions for the following elements: | |||
* [[camera My Product extension]] | |||
* [[image My Product extension]]</nowiki></pre> | |||
*Click each of these links to create separate articles each extension: | |||
**Use [[Softimage XSI extensions]] as a model. | |||
**Put the following at the top of each article: | |||
<nowiki>{{extensions | <nowiki>{{extensions | ||
| company = yourcompanyname | | company = yourcompanyname | ||
| product = productname }}</nowiki> | | product = productname }}</nowiki> | ||
* In [[List of extensions by profile name]], add a table row with this info: | |||
{| style="text-align:left; width:100%; border:1px solid #666666;" cellspacing="0" cellpadding="8" | |||
|- style="background-color:#eeeeee;" | |||
! Profile= ''name''||Company/product link||Elements extended | |||
|- valign="top" | |||
|mp||[[My Company My Product extensions]]|| | |||
*<camera> | |||
*<image> | |||
|} | |||
* In [[List of extensions by element]], add a table row for each element that you support (use the same element-specific links as above); for example: | |||
;camera: | |||
{| style="text-align:left; width:100%; border:1px solid #666666;" cellspacing="0" cellpadding="8" | |||
|- style="background-color:#eeeeee;" | |||
! Element/product link||Profile= ''name''||Company/product link | |||
|- | |||
|[[camera My Product extension]]||mp||[[My Company My Product extensions]] | |||
|}<!-- end of example table --> | |||
|} | |} | ||
[[Category:Help]][[Category:Extensions| ]] | [[Category:Help]][[Category:Extensions| ]] |
Revision as of 04:36, 16 May 2007
Extension information |
---|
This article is part of the COLLADA extensions directory |
Adding to the extensions directory |
Instructions for adding your product's COLLADA extensions to the extension directory on this wiki:
{{extensions}} My Company provides extensions for the following elements: * [[camera My Product extension]] * [[image My Product extension]]
{{extensions | company = yourcompanyname | product = productname }}
|