<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.caricature.org/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="http://wiki.caricature.org/wiki/index.php?action=history&amp;feed=atom&amp;title=Template%3ASandbox_other%2Fdoc"/>
	<link rel="alternate" type="text/html" href="http://wiki.caricature.org/wiki/index.php?title=Template:Sandbox_other/doc&amp;action=history"/>
	<updated>2026-04-30T16:34:59Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.1</generator>
	<entry>
		<id>http://wiki.caricature.org/wiki/index.php?title=Template:Sandbox_other/doc&amp;diff=3073&amp;oldid=prev</id>
		<title>TheChairman: 1 revision imported: Modules from InfoboxPerson</title>
		<link rel="alternate" type="text/html" href="http://wiki.caricature.org/wiki/index.php?title=Template:Sandbox_other/doc&amp;diff=3073&amp;oldid=prev"/>
		<updated>2020-05-17T00:26:10Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported: Modules from InfoboxPerson&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&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: #222; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;Revision as of 00:26, 17 May 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>TheChairman</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.caricature.org/wiki/index.php?title=Template:Sandbox_other/doc&amp;diff=3072&amp;oldid=prev</id>
		<title>en&gt;Andrybak: /* See also */ extract into Template:Foo other see also</title>
		<link rel="alternate" type="text/html" href="http://wiki.caricature.org/wiki/index.php?title=Template:Sandbox_other/doc&amp;diff=3072&amp;oldid=prev"/>
		<updated>2020-05-09T12:20:03Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;See also: &lt;/span&gt; extract into &lt;a href=&quot;/wiki/index.php/Template:Foo_other_see_also&quot; title=&quot;Template:Foo other see also&quot;&gt;Template:Foo other see also&lt;/a&gt;&lt;/span&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;
{{High-use| 60000 }}&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 ''prevent'' 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''ANYTEXT''&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''1''&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'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;
== 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>en&gt;Andrybak</name></author>
		
	</entry>
</feed>