Template:Domsub: Difference between revisions
Jump to navigation
Jump to search
creating template for work on dom stuff |
(No difference)
|
Revision as of 19:53, 16 March 2007
This template is intended for use by engineer creating DOM subsystem description pages.
USAGE:
- Create a new blank page--preferably by adding a link to it in the COLLADA DOM API tutorial article.
- In the new blank page, type: {{subst:domsub}}
- Save the page; this fills in the outline and sample text.
- Edit the page; replace "foo" with the name of the subsystem. Make any other edits and save the page.
This is what this template produces: Summary: The foo subsystem manages the resolution of URIs based on various URI schemes and filename extensions.
Purpose
- Anything more detailed about its purpose
Text here...
Default behavior
- What kinds of default behavior does this subsystem exhibit and in what circumstances? Can you change the default?
By default, this subsystem resolves only COLLADA documents, whether internal or external references...
More text here...
How it works
- How does this subsystem operate?
Each blah blah blah
Foo example
- Describe an example use of the foo subsystem
Related classes and functions
- DOM foo class: summary text here, e.g.: An interface to inherit from for creating resolvers.
- other?