Template:TutorialSample: Difference between revisions
Jump to navigation
Jump to search
template for DOM engineering work |
clarify instructions |
||
Line 2: | Line 2: | ||
USAGE: | USAGE: | ||
# | #Go to a new blank page--preferably by adding the article's name as a link in the [[COLLADA DOM API tutorial]] article and then clicking that link. | ||
#In the new blank page, type: <nowiki>{{subst:domguide}}</nowiki> | #In the new blank page, type: <nowiki>{{subst:domguide}}</nowiki> | ||
#Save the page; this fills in the outline and sample text. | #Save the page; this fills in the outline and sample text. |
Revision as of 21:15, 16 March 2007
This template is intended for use by engineer creating DOM user guide topic pages.
USAGE:
- Go to a new blank page--preferably by adding the article's name as a link in the COLLADA DOM API tutorial article and then clicking that link.
- In the new blank page, type: {{subst:domguide}}
- Save the page; this fills in the outline and sample text.
- Edit the page and save it again.
This is what this template produces: When your application encounters a URI, it needs to resolve the actual location of the referenced item. This page describes how to do this.
- Andy, here are some random headings that might or might not be what you need to talk about, but they give examples of phrasing.
Resolving full URLs
Some background blah blah
To resolve URLs:
- first step
- second step
- third step
Resolving internal references
blah blah
Resolving external references
blah blah
Related topics
- Creating valid URIs (example of what a related topic might be)