Template:Documentation: Difference between revisions

From All things Canadian tennis
Jump to navigation Jump to search
Content added Content deleted
No edit summary
No edit summary
 
(8 intermediate revisions by the same user not shown)
Line 6: Line 6:
-->{{#ifexist:Template:{{{1|{{PAGENAME}}}}}/doc|<span style="font-size:90%">''The documentation below is transcluded from [[Template:{{{1|{{PAGENAME}}}}}/doc]].''</span>|<!-- nothing -->}} }}<!--
-->{{#ifexist:Template:{{{1|{{PAGENAME}}}}}/doc|<span style="font-size:90%">''The documentation below is transcluded from [[Template:{{{1|{{PAGENAME}}}}}/doc]].''</span>|<!-- nothing -->}} }}<!--
--><div style="float:right; margin-left: 5px"></div></div>
--><div style="float:right; margin-left: 5px"></div></div>
{{#ifexist: Template:{{{1|{{PAGENAME}}}}}/doc|{{Template:{{{1|{{PAGENAME}}}}}/doc|{{{1|}}}}}</div></includeonly></onlyinclude>
{{#ifexist: Template:{{{1|{{PAGENAME}}}}}/doc|{{Template:{{{1|{{PAGENAME}}}}}/doc|{{{1|}}}}}}}</div></includeonly></onlyinclude>
Use this template within a template page to transclude its documentation. If the template shares the same documentation as another template, pass the other template's name as parameter 1.
Use this template within a template page to transclude its documentation. If the template shares the same documentation as another template, pass the other template's name as parameter 1.


Line 14: Line 14:
<code><nowiki><noinclude>{{documentation}}</noinclude></nowiki></code><br/>
<code><nowiki><noinclude>{{documentation}}</noinclude></nowiki></code><br/>
<code><nowiki><noinclude>{{documentation|templatename}}</noinclude></nowiki></code><br/>
<code><nowiki><noinclude>{{documentation|templatename}}</noinclude></nowiki></code><br/>

[[Category:Templates]]

Latest revision as of 19:14, 19 August 2020

Use this template within a template page to transclude its documentation. If the template shares the same documentation as another template, pass the other template's name as parameter 1.

Examples of usage

The doc transclusion should be placed at the end of the template code:

<noinclude>{{documentation}}</noinclude>
<noinclude>{{documentation|templatename}}</noinclude>