Misplaced Pages

Template:Void: Difference between revisions

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
Browse history interactively← Previous editContent deleted Content addedVisualWikitext
Revision as of 17:16, 3 March 2005 view sourceRorro (talk | contribs)Extended confirmed users1,880 edits This template is intentionnally empty← Previous edit Latest revision as of 06:51, 22 March 2019 view source JJMC89 (talk | contribs)Edit filter managers, Autopatrolled, Administrators345,040 edits handled by {{documentation}} 
(11 intermediate revisions by 10 users not shown)
Line 1: Line 1:
<noinclude>{{documentation}}</noinclude>

Latest revision as of 06:51, 22 March 2019

Template documentation[view] [edit] [history] [purge] Shortcuts
WarningThis template is used on approximately 897,000 pages, or roughly 1% of all pages.
To avoid major disruption and server load, any changes should be tested in the template's /sandbox or /testcases subpages, or in your own user subpage. The tested changes can be added to this page in a single edit. Consider discussing changes on the talk page before implementing them.

This template does nothing visually. Technically, it throws away its parameters and outputs the null string.

It is useful for programming advanced templates, and is often used within a template to the right of an equals sign. It may also be used in a template to disambiguate parsing of braces.

It can also be used to temporarily disable code. Unlike "commenting out" using HTML <!-- -->, it nests. This means that {{void|foo {{void|bar}} baz}} is valid, whereas <!-- foo <!-- bar --> baz --> will produce baz -->.

It provides a particularly concise way of temporarily disabling templates, by prefixing the template name with ^|, making the template name become the (ignored) first unnamed parameter. For example, suppose you have a page {{Under construction}} for several days, and wish to change that to {{In use}} during active editing sessions. Rather than delete the unused template, you can leave both templates in the wikitext and change from {{^|In use|...}}{{Under construction|...}} to {{In use|...}}{{^|Under construction|...}}.

Another possible application would be to temporarily disable an infobox on an article page while a problem with the infobox template itself is resolved.

A deeper no-op is {{subst:void|foobar}} or {{subst:^|foobar}}. It disappears completely upon saving.

Alternatives

{{Null}} also redirects here. It is also possible to use {{ns:0}}, the empty/void/null string for the main namespace.

It can be used in place of <nowiki /> to break character sequence parsing, for example {{nowrap|{''a''}{{null}}}} to force the first closing brace to be treated as part of the template parameter instead of as the end of the template expression.

TemplateData

This is the TemplateData for this template used by TemplateWizard, VisualEditor and other tools. See a monthly parameter usage report for Template:Void in articles based on its TemplateData.

TemplateData for Void

A template to show the null string, i.e. nothing. Any parameters are accepted and ignored.

Template parameters

ParameterDescriptionTypeStatus
No parameters specified

See also

  • {{0}}
  • Template:Nothing – a template that displays an invisible HTML tag
  • Template:Text – a template that just displays its first parameter unchanged.
The above documentation is transcluded from Template:Void/doc. (edit | history)
Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages.
Add categories to the /doc subpage. Subpages of this template. Categories: