Template:Void/doc: Difference between revisions
Template page
More actions
m m |
==See also== *{{tl|Empty}} |
||
| Line 8: | Line 8: | ||
Some [[m:Help:Magic words|magic words]] like {{x|END}} might also have the desired effect of doing nothing. | Some [[m:Help:Magic words|magic words]] like {{x|END}} might also have the desired effect of doing nothing. | ||
==See also== | |||
*{{tl|Empty}} | |||
[[Category:Workaround templates|{{PAGENAME}}]] | [[Category:Workaround templates|{{PAGENAME}}]] | ||
</noinclude> | </noinclude> | ||
Revision as of 19:07, 17 April 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.