<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://nsv.beestation13.com/mediawiki2/index.php?action=history&amp;feed=atom&amp;title=Template%3AVoid%2Fdoc</id>
	<title>Template:Void/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://nsv.beestation13.com/mediawiki2/index.php?action=history&amp;feed=atom&amp;title=Template%3AVoid%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://nsv.beestation13.com/mediawiki2/index.php?title=Template:Void/doc&amp;action=history"/>
	<updated>2026-06-07T09:28:28Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.5</generator>
	<entry>
		<id>https://nsv.beestation13.com/mediawiki2/index.php?title=Template:Void/doc&amp;diff=30902&amp;oldid=prev</id>
		<title>Francinum: 1 revision imported: aaaaaa2</title>
		<link rel="alternate" type="text/html" href="https://nsv.beestation13.com/mediawiki2/index.php?title=Template:Void/doc&amp;diff=30902&amp;oldid=prev"/>
		<updated>2020-08-04T22:13:46Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported: aaaaaa2&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left diff-editfont-monospace&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 22:13, 4 August 2020&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Francinum</name></author>
	</entry>
	<entry>
		<id>https://nsv.beestation13.com/mediawiki2/index.php?title=Template:Void/doc&amp;diff=30901&amp;oldid=prev</id>
		<title>en_wp&gt;Andrybak: use Template:Sandbox other</title>
		<link rel="alternate" type="text/html" href="https://nsv.beestation13.com/mediawiki2/index.php?title=Template:Void/doc&amp;diff=30901&amp;oldid=prev"/>
		<updated>2020-02-26T22:36:36Z</updated>

		<summary type="html">&lt;p&gt;use &lt;a href=&quot;/wiki/Template:Sandbox_other&quot; title=&quot;Template:Sandbox other&quot;&gt;Template:Sandbox other&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Documentation subpage}}&lt;br /&gt;
{{tsh|^|Nul|Null}}&lt;br /&gt;
{{high-use|8500}}&lt;br /&gt;
This template does nothing visually. Technically, it throws away its parameters and outputs the null string.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
It can also be used to temporarily disable code, and unlike &amp;quot;commenting out&amp;quot; with &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;!-- --&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;, it nests. This means that &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{void|foo {{void|bar}} baz}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; is valid, whereas &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;!-- foo &amp;lt;!-- bar --&amp;gt; baz --&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; will produce &amp;lt;code&amp;gt;&amp;lt;!-- foo &amp;lt;!-- bar --&amp;gt; baz --&amp;gt;&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
It provides a particularly concise way of temporarily disabling ''templates'', by prefixing them with &amp;lt;code&amp;gt;^|&amp;lt;/code&amp;gt;, so the template name becomes the (ignored) first unnamed parameter.  For example, suppose you have a page {{tlx|Under construction}} for several days, and wish to change that to {{tlx|In use}} during active editing sessions. Rather than delete the unused template, you can leave both templates in the wikisource and change from &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{^|In use|...}}{{Under construction|...}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{In use|...}}{{^|Under construction|...}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Another possible application would be to temporarily disable an infobox on an article page while a problem with the infobox template itself is resolved.&lt;br /&gt;
&lt;br /&gt;
==Alternatives==&lt;br /&gt;
{{Tl|Null}} redirects here. It's also possible to use &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{ns:0}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;, the empty/void/null string for the main [[m:Help:Namespace|namespace]].&lt;br /&gt;
&lt;br /&gt;
It can be used in place of &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;nowiki/&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; to break character sequence parsing, for example &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{nowrap|{''a''}{{null}}}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; to force the first closing brace to be treated as part of the template parameter instead of as the end of the template expression.&lt;br /&gt;
&lt;br /&gt;
== TemplateData ==&lt;br /&gt;
{{TemplateData header}}&lt;br /&gt;
&amp;lt;TemplateData&amp;gt;{&amp;quot;description&amp;quot;:&amp;quot;A template to show the null string, i.e. nothing. Any parameters are accepted and ignored.&amp;quot;,&amp;quot;params&amp;quot;:{}}&amp;lt;/TemplateData&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Template:Nothing]] - a template that displays an invisible HTML tag&lt;br /&gt;
* [[Template:Text]] - a template that just displays its first parameter unchanged.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{Sandbox other||&lt;br /&gt;
[[Category:Wikipedia formatting and function templates]]&lt;br /&gt;
[[Category:Templates with no visible output]]&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>en_wp&gt;Andrybak</name></author>
	</entry>
</feed>