Template:Void

From LIMSWiki
Revision as of 20:47, 31 May 2013 by Shawndouglas (talk | contribs) (Protected "Template:Void" ([edit=sysop] (indefinite) [move=sysop] (indefinite)))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
[edit] [purge] Template documentation

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}}, the empty/void/null string for the main namespace. Some magic words like __END__ might also have the desired effect of doing nothing.

See also