Template:Template: Difference between revisions

From Rosetta Code
Content added Content deleted
(use generic alert box.)
(Use an hrule to help clarify scenarios where this template is used in documenting an actionbox-based template.)
Line 1: Line 1:
----
{{alertbox|lightgreen|This is a template. There are many others. See [[:Category:RCTemplates]] for a complete list of templates.}}[[Category:RCTemplates|{{PAGENAME}}]]<noinclude>
{{alertbox|lightgreen|This is a template. There are many others. See [[:Category:RCTemplates]] for a complete list of templates.}}[[Category:RCTemplates|{{PAGENAME}}]]<noinclude>
--The above gets included in any page (preferably templates) that uses ''this'' template.
--The above gets included in any page (preferably templates) that uses ''this'' template.

Revision as of 05:50, 5 December 2009


This is a template. There are many others. See Category:RCTemplates for a complete list of templates.

--The above gets included in any page (preferably templates) that uses this template.

Mind you: The proper way to use this template is such:

<noinclude>{{template}}</noinclude>

If you neglect the "noinclude" tags, you'll include the body of this template in any page that uses the template you're editing.

If you're reading this on Rosetta Code, you're probably a programmer in some language that supports function calls. Think of this template like a function call from within a function call, and the return value of the nested call gets included with the return value of the parent function. The "noinclude" tags prevent the nested call's output from affecting the parent function's return value.