<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.fallenchungus.wiki/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://www.fallenchungus.wiki/index.php?action=history&amp;feed=atom&amp;title=Template%3ASandbox_other%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://www.fallenchungus.wiki/index.php?title=Template:Sandbox_other/doc&amp;action=history"/>
	<updated>2026-04-18T00:51:57Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.3</generator>
	<entry>
		<id>https://www.fallenchungus.wiki/index.php?title=Template:Sandbox_other/doc&amp;diff=3960&amp;oldid=prev</id>
		<title>CapybaraKiller: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://www.fallenchungus.wiki/index.php?title=Template:Sandbox_other/doc&amp;diff=3960&amp;oldid=prev"/>
		<updated>2025-05-26T09:00:24Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&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 02:00, 26 May 2025&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>CapybaraKiller</name></author>
	</entry>
	<entry>
		<id>https://www.fallenchungus.wiki/index.php?title=Template:Sandbox_other/doc&amp;diff=3959&amp;oldid=prev</id>
		<title>wikipedia&gt;Andrybak: Category:If-then-else templates</title>
		<link rel="alternate" type="text/html" href="https://www.fallenchungus.wiki/index.php?title=Template:Sandbox_other/doc&amp;diff=3959&amp;oldid=prev"/>
		<updated>2025-05-24T14:26:53Z</updated>

		<summary type="html">&lt;p&gt;&lt;a href=&quot;/index.php?title=Category:If-then-else_templates&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Category:If-then-else templates (page does not exist)&quot;&gt;Category:If-then-else templates&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;
&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;!-- Please, categories go below this line and 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;!-- Please, categories below this line and interwikis at Wikidata. --&amp;gt;&lt;br /&gt;
[[Category:Pagename manipulation templates]]&lt;br /&gt;
[[Category:If-then-else templates]]&lt;br /&gt;
[[Category:Template namespace templates]]&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
[[pt:Predefinição:Testes outro/doc]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>wikipedia&gt;Andrybak</name></author>
	</entry>
</feed>