Template:Void/doc: Difference between revisions
Template page
More actions
==See also== *{{tl|Empty}} |
|||
| Line 1: | Line 1: | ||
<noinclude>This template does nothing.<br /> | <noinclude>This template does nothing.<br /> | ||
More exactly, it outputs the null string. It's useful for programming advanced templates. | More exactly, it outputs the [[:en:null string|null string]]. It's useful for programming advanced templates. | ||
It often is used within a template to the right of an equals sign. | It often is used within a template to the right of an equals sign. | ||
| Line 13: | Line 13: | ||
[[Category:Workaround templates|{{PAGENAME}}]] | [[Category:Workaround templates|{{PAGENAME}}]] | ||
[[en:Template:Void]] | |||
</noinclude> | </noinclude> | ||
Revision as of 22:06, 17 August 2013
This template does nothing.
More exactly, it outputs the null string. It's useful for programming advanced templates.
It often is used within a template to the right of an equals sign.
Alternatives
It's also possible to use {{ns:0}} instead of {{void}}.
Some magic words like __END__ might also have the desired effect of doing nothing.