Template:T/div/end: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
Mcint (talk | contribs)
onlyinclude’d: float right
Mcint (talk | contribs)
update template as conditional, to nudge include calling template name
Line 2: Line 2:


==[[onlyinclude]]’d==
==[[onlyinclude]]’d==
''Include on template source page''
===includeonly===
''Include only on relying page''—--avoiding showing the self-call default error on this page.
<onlyinclude>
{{#if: {{{caller|{{{1|}}}}}}
      | <span style="float:right"><small>[[Template:{{{caller|{{{1|}}}}}}|T:{{{caller|{{{1|}}}}}}]]  · see [[Template:t/div|t/div]]</span></div>
      | <span class="error">Missing caller= parameter. Please use <code><nowiki>{{t/div/end|</nowiki>{{PAGENAME}}<nowiki>}}</nowiki></code> in the current template, <small>''to include the calling templates name in this "sub-routine" template's output.''</small></span>
}}
</onlyinclude>
===Original===
<nowiki>
<onlyinclude><span style="float:right"><small>see [[Template:t/div|t/div]]</span></div></onlyinclude>
<onlyinclude><span style="float:right"><small>see [[Template:t/div|t/div]]</span></div></onlyinclude>
</nowiki>
===examples ===
====Asof====
{{t/div/use}}div div div{{T/div/end|asof}}
<pre>{{t/div/use}}div div div{{T/div/end|asof}}</pre>


====empty====
{{t/div/use}}div div div{{T/div/end}}
<pre>{{t/div/use}}div div div{{T/div/end}}</pre>
==links here==
==links here==
{{linkshere}}
{{linkshere}}

Revision as of 00:00, 26 March 2026

See also Template:T and Template:T/div. Use with Template:T/div/use

Include on template source page

includeonly

Include only on relying page—--avoiding showing the self-call default error on this page.

Missing caller= parameter. Please use {{t/div/end|T/div/end}} in the current template, to include the calling templates name in this "sub-routine" template's output.


Original

<onlyinclude><span style="float:right"><small>see [[Template:t/div|t/div]]</span></div></onlyinclude>

examples

Asof

div div div

T:asof · see t/div

see t/div

{{t/div/use}}div div div{{T/div/end|asof}}

empty

div div div Missing caller= parameter. Please use {{t/div/end|T/div/end}} in the current template, to include the calling templates name in this "sub-routine" template's output.

see t/div
{{t/div/use}}div div div{{T/div/end}}
Special:WhatLinksHere/Template:T/div/end ({{linkshere}} A·M·C·T):