Template:TlDoc: Difference between revisions
imported>Caesar Schinas (experimenting with Category:Templates) |
imported>Caesar Schinas No edit summary |
||
Line 6: | Line 6: | ||
|''No documentation has yet been written for this template.'' [{{fullurl:{{FULLPAGENAME}}/doc|action=edit&preload=Template:TlDoc/preload}} Create Documentation] | |''No documentation has yet been written for this template.'' [{{fullurl:{{FULLPAGENAME}}/doc|action=edit&preload=Template:TlDoc/preload}} Create Documentation] | ||
}} | }} | ||
[[Category:Templates]] |
Revision as of 00:13, 7 May 2009
This documentation is transcluded from Template:TlDoc/doc (edit | history)
{{TlDoc}}
is used to include template documentation, stored on the .../doc
subpage of each template, when a template page is viewed directly.
Usage
Wrap the call to {{TlDoc}}
inside <noinclude>...</noinclude>
tags as seen below, to prevent the documentation from being shown on pages where the template is used.
<includeonly>
...template code here...
</includeonly><noinclude>{{TlDoc}}</noinclude>
The template has one optional parameter, complex
, which causes a message to be displayed saying that the template uses complex code.
Examples
{{TlDoc}}
gives
This documentation is transcluded from Template:TlDoc/doc (edit | history)
Template loop detected: Template:TlDoc/doc
{{TlDoc|complex}}
gives
This documentation is transcluded from Template:TlDoc/doc (edit | history)
Template loop detected: Template:TlDoc/doc