CZ:Templates/Guidelines: Difference between revisions
Jump to navigation
Jump to search
imported>Robert W King (New page: ==Template Creation Guidelines== *'''ALL''' templates must be documented with Template:newtemplate. *The usage for the Template:newtemplate is as follows: <pre> <noinclude> {{newt...) |
imported>Robert W King No edit summary |
||
Line 1: | Line 1: | ||
==Template Creation Guidelines== | ==Template Creation Guidelines== | ||
*'''ALL''' templates must be documented with [[ | *'''ALL''' templates must be documented with <nowiki>{{</nowiki>[[template:newtemplate|newtemplate]]<nowiki>}}</nowiki> at the bottom of the new template page. | ||
*The usage for the [[Template:newtemplate]] is as follows: | *The usage for the [[Template:newtemplate]] is as follows: | ||
<pre> | <pre> |
Revision as of 15:27, 2 January 2008
Template Creation Guidelines
- ALL templates must be documented with {{newtemplate}} at the bottom of the new template page.
- The usage for the Template:newtemplate is as follows:
<noinclude> {{newtemplate |description= |execution= |sample= |caveats= |authors= }} </noinclude>
- Do not forget to include <noinclude></noinclude> at the end of your template; otherwise it will appear in instances of execution.
- For a sample, see Template:Bowlingscoresheet