Difference between revisions of "Template:Void"

From CannaQAWiki
Jump to navigationJump to search
m (Protected "Template:Void" ([edit=sysop] (indefinite) [move=sysop] (indefinite)))
 
m (Protected "Template:Void" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
 
(One intermediate revision by the same user not shown)
(No difference)

Latest revision as of 18:18, 3 March 2015

[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