<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.badwolfmc.com/w/index.php?action=history&amp;feed=atom&amp;title=Template%3AMain_other%2Fdoc</id>
	<title>Template:Main other/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.badwolfmc.com/w/index.php?action=history&amp;feed=atom&amp;title=Template%3AMain_other%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://wiki.badwolfmc.com/w/index.php?title=Template:Main_other/doc&amp;action=history"/>
	<updated>2026-05-07T16:28:33Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://wiki.badwolfmc.com/w/index.php?title=Template:Main_other/doc&amp;diff=6324&amp;oldid=prev</id>
		<title>Merc: Created page with &quot;{{Documentation subpage}} {{used in system}} {{cascade-protected template}} {{Template shortcut|ns0|mo|ao}} &lt;!-- PLEASE ADD CATEGORIES AT THE BOTTOM OF THIS PAGE --&gt;  This is the {{tl|main other}} meta-template.  This template helps other templates detect if they are on a main space (article) page or some &quot;other&quot; type of page.  ===Basic usage=== This template usually takes two parameters, like this: : {{Tlc|main other&amp;#32;|{{var|result if in mainspace}}&amp;#32;|{{var|result...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.badwolfmc.com/w/index.php?title=Template:Main_other/doc&amp;diff=6324&amp;oldid=prev"/>
		<updated>2025-05-08T10:21:42Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{Documentation subpage}} {{used in system}} {{cascade-protected template}} {{Template shortcut|ns0|mo|ao}} &amp;lt;!-- PLEASE ADD CATEGORIES AT THE BOTTOM OF THIS PAGE --&amp;gt;  This is the {{tl|main other}} meta-template.  This template helps other templates detect if they are on a main space (article) page or some &amp;quot;other&amp;quot; type of page.  ===Basic usage=== This template usually takes two parameters, like this: : {{Tlc|main other |{{var|result if in mainspace}} |{{var|result...&amp;quot;&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;
{{used in system}}&lt;br /&gt;
{{cascade-protected template}}&lt;br /&gt;
{{Template shortcut|ns0|mo|ao}}&lt;br /&gt;
&amp;lt;!-- PLEASE ADD CATEGORIES AT THE BOTTOM OF THIS PAGE --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This is the {{tl|main other}} meta-template.&lt;br /&gt;
&lt;br /&gt;
This template helps other templates detect if they are on a main space (article) page or some &amp;quot;other&amp;quot; type of page.&lt;br /&gt;
&lt;br /&gt;
===Basic usage===&lt;br /&gt;
This template usually takes two parameters, like this:&lt;br /&gt;
: {{Tlc|main other&amp;amp;#32;|{{var|result if in mainspace}}&amp;amp;#32;|{{var|result if elsewhere}}}}&lt;br /&gt;
&lt;br /&gt;
If the template is on a main space (article) page, it will return this:&lt;br /&gt;
: {{main other |demospace=main |{{var|result if in mainspace}} |{{var|result if elsewhere}} }}&lt;br /&gt;
&lt;br /&gt;
If the template is on any other page, it will return this:&lt;br /&gt;
: {{main other |{{var|result if in mainspace}} |{{var|result if elsewhere}} }}&lt;br /&gt;
&lt;br /&gt;
A typical usage case would be to warn that a template should not be used on non-article pages:&lt;br /&gt;
: {{Tlc|main other&amp;amp;#32;|&amp;amp;#32;|This template should only be used in articles.}}&lt;br /&gt;
or vice versa:&lt;br /&gt;
: {{Tlc|main other&amp;amp;#32;|This template should not be used in articles.|&amp;amp;#32;}}&lt;br /&gt;
&lt;br /&gt;
Note that in the first case above the &amp;quot;main&amp;quot; parameter was not used, and in the second example the &amp;quot;other&amp;quot; parameter was left empty.&lt;br /&gt;
&lt;br /&gt;
===Demospace===&lt;br /&gt;
For testing and demonstration purposes, this template can take a parameter named &amp;#039;&amp;#039;&amp;#039;demospace&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
* If it has the value &amp;#039;&amp;#039;&amp;#039;main&amp;#039;&amp;#039;&amp;#039; it returns the article text.&lt;br /&gt;
* It if has the value &amp;#039;&amp;#039;&amp;#039;other&amp;#039;&amp;#039;&amp;#039; or any other value such as the name of some other namespace it returns the other pages text.&lt;br /&gt;
* If the parameter is empty or undefined, the actual page type determines the result.&lt;br /&gt;
&lt;br /&gt;
Like this:&lt;br /&gt;
: {{tlc|main other&amp;amp;#32;|{{var|result if in mainspace}}&amp;amp;#32;|{{var|result if elsewhere}}&amp;amp;#32;|demospace{{=}}main}}&lt;br /&gt;
&lt;br /&gt;
No matter on what kind of page the code above is used, it will return: {{main other |{{var|result if in mainspace}} |{{var|result if elsewhere}} |demospace=main}}&lt;br /&gt;
&lt;br /&gt;
You can make it so your template also understands the &amp;#039;&amp;#039;&amp;#039;demospace&amp;#039;&amp;#039;&amp;#039; parameter. That means you can demonstrate the different appearances of your template in the documentation for your template:&lt;br /&gt;
: {{tlc|main other&amp;amp;#32;|{{var|result if in mainspace}}&amp;amp;#32;|{{var|result if elsewhere}}&amp;amp;#32;|&amp;lt;nowiki&amp;gt;demospace={{{demospace|}}}&amp;lt;/nowiki&amp;gt;&amp;amp;#32;}}&lt;br /&gt;
&lt;br /&gt;
===Technical details===&lt;br /&gt;
This template detects article &amp;quot;Talk:&amp;quot; pages as type &amp;#039;&amp;#039;&amp;#039;other&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
This template works like {{tl|main talk other}}. For more examples and technical details, see the documentation there.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;templatedata&amp;gt;&lt;br /&gt;
{&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;If mainspace&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Content if page is located in mainspace (i.e. article space)&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;If not mainspace&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Content if page is not located in mainspace&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;
===Redirects===&lt;br /&gt;
* {{tl|article only}}&lt;br /&gt;
* {{tl|article other}}&lt;br /&gt;
&lt;br /&gt;
{{Namespace and pagename-detecting templates}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{Sandbox other||&lt;br /&gt;
[[Category:Namespace manipulation templates]]&lt;br /&gt;
[[Category:If-then-else templates]]&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Merc</name></author>
	</entry>
</feed>