Template:Template

From Rosetta Code
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.