Template:DOMversion: Difference between revisions
Jump to navigation
Jump to search
new template for DOM tutorial pages |
muck with format considerably & add link to other articles of same version |
||
Line 2: | Line 2: | ||
<nowiki>{{DOMversion|versionnumber}}</nowiki> | <nowiki>{{DOMversion|versionnumber}}</nowiki> | ||
which, when used in an article, displays the following in the article: | which, when used in an article, displays the following in the article: | ||
</noinclude>{ | </noinclude>{| style="background-color: #f9f9f9; border: 1px solid #aaa; clear: both; font-size: 90%; margin: 1em 0em 0em; padding: 2px; text-align: center; " summary="DOM version box" | ||
| | |- | ||
| | !style="background-color: #dddddd; font-size:200%;"|DOM {{{1}}} | ||
| | |This article is current for [[COLLADA DOM]] version {{{1}}}.<BR> | ||
See [[DOM {{{1}}} documentation]] for all related articles. | |||
|}<noinclude>[[Category:Templates|{{PAGENAME}}]]</noinclude> | |||
}} | |||
<noinclude>[[Category:Templates|{{PAGENAME}}]]</noinclude> |
Revision as of 20:35, 8 November 2007
Usage of this template is:
{{DOMversion|versionnumber}}
which, when used in an article, displays the following in the article:
DOM {{{1}}} | This article is current for COLLADA DOM version {{{1}}}. See [[DOM {{{1}}} documentation]] for all related articles. |
---|