Template:Void: Difference between revisions
Template page
More actions
ExE Boss moved page Template:Void to Template:Void/doc: Move template documentation to subpage |
|||
| Line 1: | Line 1: | ||
<onlyinclude></onlyinclude> | |||
{{Documentation}} | |||
<!-- Add categories to the /doc subpage and interwikis in Wikidata, not here! --> | |||
Latest revision as of 14:34, 21 October 2021
This documentation is transcluded from Template:Void/doc.
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.
- It can be useful in killing part of template or page containing text and html comments (<!--- some commented stuff --->) surrounding the combined strings and multiple lines inside the template, which feeds them ... nowhere. Into the mythological bit bucket.
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.