<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://compusofia.com/w/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://compusofia.com/w/index.php?action=history&amp;feed=atom&amp;title=Template%3AVoid%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://compusofia.com/w/index.php?title=Template:Void/doc&amp;action=history"/>
	<updated>2026-04-18T21:43:55Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://compusofia.com/w/index.php?title=Template:Void/doc&amp;diff=2421&amp;oldid=prev</id>
		<title>Majestix: 1 revision imported: Initial Setup</title>
		<link rel="alternate" type="text/html" href="https://compusofia.com/w/index.php?title=Template:Void/doc&amp;diff=2421&amp;oldid=prev"/>
		<updated>2026-04-12T06:20:59Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported: Initial Setup&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 08:20, 12 April 2026&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;4&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;!-- diff cache key wikiNonStop:diff:1.41:old-2420:rev-2421 --&gt;
&lt;/table&gt;</summary>
		<author><name>Majestix</name></author>
	</entry>
	<entry>
		<id>https://compusofia.com/w/index.php?title=Template:Void/doc&amp;diff=2420&amp;oldid=prev</id>
		<title>en&gt;Pppery: Reverted edits by KUTER.ONE (talk) to last version by Pppery (alt)</title>
		<link rel="alternate" type="text/html" href="https://compusofia.com/w/index.php?title=Template:Void/doc&amp;diff=2420&amp;oldid=prev"/>
		<updated>2026-03-06T07:35:59Z</updated>

		<summary type="html">&lt;p&gt;Reverted edits by &lt;a href=&quot;/wiki/Special:Contributions/KUTER.ONE&quot; title=&quot;Special:Contributions/KUTER.ONE&quot;&gt;KUTER.ONE&lt;/a&gt; (&lt;a href=&quot;/w/index.php?title=User_talk:KUTER.ONE&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;User talk:KUTER.ONE (page does not exist)&quot;&gt;talk&lt;/a&gt;) to last version by Pppery (alt)&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;
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;syntaxhighlight lang=html inline&amp;gt;&amp;lt;!-- --&amp;gt;&amp;lt;/syntaxhighlight&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;syntaxhighlight lang=html inline&amp;gt;&amp;lt;!-- foo &amp;lt;!-- bar --&amp;gt; baz --&amp;gt;&amp;lt;/syntaxhighlight&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 &amp;#039;&amp;#039;templates&amp;#039;&amp;#039;, 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;
It&amp;#039;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 [[Help:Namespace|namespace]].&lt;br /&gt;
&lt;br /&gt;
It can be used in place of {{tag|nowiki|single}} to break character sequence parsing, for example &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{nowrap|{&amp;#039;&amp;#039;a&amp;#039;&amp;#039;}{{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;&lt;br /&gt;
	{&amp;quot;description&amp;quot;: {&lt;br /&gt;
		&amp;quot;en&amp;quot;: &amp;quot;A template to show the null string, i.e. nothing. Any parameters are accepted and ignored.&amp;quot;,&lt;br /&gt;
		&amp;quot;cs&amp;quot;: &amp;quot;Šablona pro zobrazení nulového řetězce, tedy nic. Všechny parametry jsou přijímány a ignorovány.&amp;quot;&lt;br /&gt;
	},&lt;br /&gt;
	&amp;quot;params&amp;quot;: {&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/TemplateData&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{Sandbox other||&lt;br /&gt;
[[Category:Formatting templates]]&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>en&gt;Pppery</name></author>
	</entry>
</feed>