<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://safernicotine.wiki/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Template%3ASandbox_other%2Fdoc</id>
	<title>Template:Sandbox other/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://safernicotine.wiki/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Template%3ASandbox_other%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://safernicotine.wiki/mediawiki/index.php?title=Template:Sandbox_other/doc&amp;action=history"/>
	<updated>2026-04-09T06:09:32Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>https://safernicotine.wiki/mediawiki/index.php?title=Template:Sandbox_other/doc&amp;diff=40495&amp;oldid=prev</id>
		<title>imported&gt;Ingenuity: Reverted edits by 173.95.56.138 (talk) to last version by Paine Ellsworth</title>
		<link rel="alternate" type="text/html" href="https://safernicotine.wiki/mediawiki/index.php?title=Template:Sandbox_other/doc&amp;diff=40495&amp;oldid=prev"/>
		<updated>2022-12-22T22:30:17Z</updated>

		<summary type="html">&lt;p&gt;Reverted edits by &lt;a href=&quot;/mediawiki/index.php/Special:Contributions/173.95.56.138&quot; title=&quot;Special:Contributions/173.95.56.138&quot;&gt;173.95.56.138&lt;/a&gt; (&lt;a href=&quot;/mediawiki/index.php?title=User_talk:173.95.56.138&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;User talk:173.95.56.138 (page does not exist)&quot;&gt;talk&lt;/a&gt;) to last version by Paine Ellsworth&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;
&amp;lt;!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) --&amp;gt;&lt;br /&gt;
{{sandbox other||{{not a sandbox}}}}&lt;br /&gt;
{{#ifeq:{{SUBPAGENAME}}|sandbox||{{High-use}}}}&lt;br /&gt;
{{Lua|Module:String}}&lt;br /&gt;
&lt;br /&gt;
This template allows to differentiate between regular &amp;lt;code&amp;gt;Template:...&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;Template:.../sandbox&amp;lt;/code&amp;gt; pages. It is typically used to &amp;#039;&amp;#039;prevent&amp;#039;&amp;#039; a /sandbox page being categorised with their main page.&lt;br /&gt;
&lt;br /&gt;
;Also: when numbered /sandbox1&lt;br /&gt;
Any subpage &amp;lt;code&amp;gt;/sandbox&amp;#039;&amp;#039;ANYTEXT&amp;#039;&amp;#039;&amp;lt;/code&amp;gt; is considered a &amp;lt;code&amp;gt;/sandbox&amp;lt;/code&amp;gt;. So this includes &amp;lt;code&amp;gt;/sandbox&amp;#039;&amp;#039;1&amp;#039;&amp;#039;&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;/sandbox_2&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
;Also: /doc&lt;br /&gt;
A &amp;lt;code&amp;gt;/doc&amp;lt;/code&amp;gt; subpage is also considered a &amp;lt;code&amp;gt;/sandbox&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
This template can be used on template documentation pages to ensure that any given template sandbox or template documentation does not populate its main template&amp;#039;s category(ies).&lt;br /&gt;
&lt;br /&gt;
This template has two unnamed parameters, {{para|1}} and {{para|2}}.  Near the bottom of a /doc page where the categories are usually placed, install this template as follows:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Documentation subpage}}&lt;br /&gt;
&amp;lt;!-- all /documentation code goes here --&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{sandbox other||&lt;br /&gt;
&amp;lt;!-- categories the main template should be in, but not the /sandbox: --&amp;gt;&lt;br /&gt;
[[Category:(first category)]]&lt;br /&gt;
[[Category:(second category)]]&lt;br /&gt;
&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Usage of an empty first parameter (two pipes together, {{code|&amp;lt;nowiki&amp;gt;||&amp;lt;/nowiki&amp;gt;}}, at the end of the first line of code above) essentially means {{para|1|(do nothing)}} and will not allow the sandbox page to populate the listed categories.&lt;br /&gt;
* Note that the closing template braces ({{code|&amp;lt;nowiki&amp;gt;}}&amp;lt;/nowiki&amp;gt;}}) are placed just before the &amp;amp;#60;/includeonly&amp;gt; tag.  This is the same as {{para|2|(category comment and categories)}}.  In &amp;quot;long hand&amp;quot; it may appear as follows:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{sandbox other|1=&amp;lt;!-- keep sandbox out of categories --&amp;gt;|2=&lt;br /&gt;
&amp;lt;!-- Categories go below this line; interwikis go to Wikidata --&amp;gt;&lt;br /&gt;
[[Category:(first category)]]&lt;br /&gt;
[[Category:(second category)]]&lt;br /&gt;
(more categories if needed)&lt;br /&gt;
&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== TemplateData ==&lt;br /&gt;
&amp;lt;!-- The &amp;lt;nostrip&amp;gt; comments are necessary to work around bugs in [[Module:Plain text]] --&amp;gt;&lt;br /&gt;
{{Format TemplateData|&amp;lt;templatedata&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
	&amp;quot;description&amp;quot;: &amp;quot;This template allows to differentiate between regular &amp;lt;code&amp;gt;&amp;lt;!--nostrip--&amp;gt;Template:...&amp;lt;/code&amp;gt;&amp;lt;!--nostrip--&amp;gt; and &amp;lt;code&amp;gt;&amp;lt;!--nostrip--&amp;gt;Template:.../sandbox&amp;lt;/code&amp;gt;&amp;lt;!--nostrip--&amp;gt; pages.&amp;quot;,&lt;br /&gt;
	&amp;quot;format&amp;quot;: &amp;quot;inline&amp;quot;,&lt;br /&gt;
	&amp;quot;params&amp;quot;: {&lt;br /&gt;
		&amp;quot;1&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Sandbox text&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;content&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;2&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Non-sandbox text&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;content&amp;quot;&lt;br /&gt;
		}&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/templatedata&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
{{Foo other see also}}&lt;br /&gt;
{{Namespace and pagename-detecting templates}}&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{sandbox other||&lt;br /&gt;
&amp;lt;!-- Categories below this line, please; interwikis at Wikidata --&amp;gt;&lt;br /&gt;
[[Category:Pagename manipulation templates]]&lt;br /&gt;
[[Category:Template namespace templates]]&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>imported&gt;Ingenuity</name></author>
	</entry>
</feed>