From Fedora Project Wiki
(New page: To add documentation for a template: add this line to the end of your template: :'''<nowiki><noinclude>{{tempdoc}}</noinclude></nowiki>''' This will automatically transclude the /doc subpa...) |
(Added more content for this template) |
||
(5 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
[[:Template:Tempdoc]] provides a convenient way to include documentation for a template. This template is the preferred way to insert this sort of information. | |||
To use this template, insert <code><nowiki><noinclude>{{tempdoc}}</noinclude></nowiki></code> at the end of the template. The <code><nowiki><noinclude></noinclude></nowiki></code> tags may be omitted if the template has already been wrapped with <code><nowiki><onlyinclude></onlyinclude></nowiki></code> tags. | |||
[[:Template:For]] and [[:Template:Delete]] demonstrate this template in action. |
Latest revision as of 04:35, 3 July 2010
Template:Tempdoc provides a convenient way to include documentation for a template. This template is the preferred way to insert this sort of information.
To use this template, insert <noinclude>{{tempdoc}}</noinclude>
at the end of the template. The <noinclude></noinclude>
tags may be omitted if the template has already been wrapped with <onlyinclude></onlyinclude>
tags.
Template:For and Template:Delete demonstrate this template in action.