CZ:Templates/Guidelines: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Robert W King
No edit summary
imported>Caesar Schinas
(Removed outdated instructions.)
Line 1: Line 1:
==Template Creation Guidelines==
To create a new template, please use the form at [[CZ:Templates]].
 
*'''ALL functional templates''' must be documented with <nowiki>{{</nowiki>[[template:newtemplate|newtemplate]]<nowiki>}}</nowiki> at the bottom of the new template page.  This does '''NOT''' include [[CZ:Subpages|Subpages]].
*The usage for the <nowiki>{{</nowiki>[[template:newtemplate|newtemplate]]<nowiki>}}</nowiki> is as follows:
<pre>
<noinclude>
{{newtemplate
|description=
|execution=
|sample=
|caveats=
|authors=
}}
</noinclude>
</pre>
*Do not forget to include <nowiki><noinclude></noinclude></nowiki> at the end of your template; otherwise it will appear in instances of execution.
*For a sample, see [[Template:Bowlingscoresheet]]

Revision as of 11:17, 6 May 2009

To create a new template, please use the form at CZ:Templates.