<?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%3ANamespace_detect%2Fdoc</id>
	<title>Template:Namespace detect/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%3ANamespace_detect%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://www.fallenchungus.wiki/index.php?title=Template:Namespace_detect/doc&amp;action=history"/>
	<updated>2026-04-18T17:05:29Z</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:Namespace_detect/doc&amp;diff=2374&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:Namespace_detect/doc&amp;diff=2374&amp;oldid=prev"/>
		<updated>2025-05-25T18:17:20Z</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 11:17, 25 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:Namespace_detect/doc&amp;diff=1991&amp;oldid=prev</id>
		<title>CapybaraKiller: 1 revision imported: To get boxes working.</title>
		<link rel="alternate" type="text/html" href="https://www.fallenchungus.wiki/index.php?title=Template:Namespace_detect/doc&amp;diff=1991&amp;oldid=prev"/>
		<updated>2025-05-25T16:55:07Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported: To get boxes working.&lt;/p&gt;
&lt;a href=&quot;https://www.fallenchungus.wiki/index.php?title=Template:Namespace_detect/doc&amp;amp;diff=1991&amp;amp;oldid=2373&quot;&gt;Show changes&lt;/a&gt;</summary>
		<author><name>CapybaraKiller</name></author>
	</entry>
	<entry>
		<id>https://www.fallenchungus.wiki/index.php?title=Template:Namespace_detect/doc&amp;diff=2373&amp;oldid=prev</id>
		<title>wikipedia&gt;Ahecht: add all supported namespaces</title>
		<link rel="alternate" type="text/html" href="https://www.fallenchungus.wiki/index.php?title=Template:Namespace_detect/doc&amp;diff=2373&amp;oldid=prev"/>
		<updated>2024-08-22T15:19:16Z</updated>

		<summary type="html">&lt;p&gt;add all supported namespaces&lt;/p&gt;
&lt;a href=&quot;https://www.fallenchungus.wiki/index.php?title=Template:Namespace_detect/doc&amp;amp;diff=2373&amp;amp;oldid=1990&quot;&gt;Show changes&lt;/a&gt;</summary>
		<author><name>wikipedia&gt;Ahecht</name></author>
	</entry>
	<entry>
		<id>https://www.fallenchungus.wiki/index.php?title=Template:Namespace_detect/doc&amp;diff=1990&amp;oldid=prev</id>
		<title>wikipedia&gt;Ahecht: add draft</title>
		<link rel="alternate" type="text/html" href="https://www.fallenchungus.wiki/index.php?title=Template:Namespace_detect/doc&amp;diff=1990&amp;oldid=prev"/>
		<updated>2024-08-22T15:17:41Z</updated>

		<summary type="html">&lt;p&gt;add draft&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Used in system}}&lt;br /&gt;
{{Module rating|protected}}&lt;br /&gt;
{{Lua|Module:Namespace detect/data|Module:Yesno|Module:Arguments|Module:TableTools}}&lt;br /&gt;
&lt;br /&gt;
This module allows you to output different text depending on the [[WP:NAMESPACE|namespace]] that a given page is in. It is a [[WP:Lua|Lua]] implementation of the {{tl|namespace detect}} template, with a few improvements: all namespaces and all namespace aliases are supported, and namespace names are detected automatically for the local wiki.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{#invoke: Namespace detect | main&lt;br /&gt;
| page              = &amp;lt;!-- page to detect namespace for, if not the current page --&amp;gt;&lt;br /&gt;
| main              = &amp;lt;!-- text to return for the main namespace --&amp;gt;&lt;br /&gt;
| talk              = &amp;lt;!-- text to return for talk namespaces --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- text to return for specific subject namespaces --&amp;gt;&lt;br /&gt;
| portal            = &lt;br /&gt;
| category          = &lt;br /&gt;
| user 	            = &lt;br /&gt;
| draft             =&lt;br /&gt;
| wikipedia         = &lt;br /&gt;
| mediawiki         = &lt;br /&gt;
| book              = &lt;br /&gt;
| timedtext         = &lt;br /&gt;
| template          = &lt;br /&gt;
| special           = &lt;br /&gt;
| media             = &lt;br /&gt;
| file              = &lt;br /&gt;
| help 	            = &lt;br /&gt;
| module            = &lt;br /&gt;
&lt;br /&gt;
| other             = &amp;lt;!-- text to return for unspecified namespaces --&amp;gt;&lt;br /&gt;
| demospace         = &amp;lt;!-- namespace to display text for --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| subjectns         = &amp;lt;!-- set to &amp;quot;yes&amp;quot; to treat talk pages as the corresponding subject page --&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Parameters ==&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;main&amp;#039;&amp;#039;&amp;#039; - text to return if the page is in the main namespace.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;talk&amp;#039;&amp;#039;&amp;#039; - text to return if the page is in a talk namespace. This can be any talk namespace - it will match any of &amp;quot;Talk:&amp;quot;, &amp;quot;Wikipedia talk:&amp;quot;, &amp;quot;User talk:&amp;quot;, etc.&lt;br /&gt;
* Subject namespace parameters, e.g. &amp;#039;&amp;#039;&amp;#039;wikipedia&amp;#039;&amp;#039;&amp;#039;, &amp;#039;&amp;#039;&amp;#039;user&amp;#039;&amp;#039;&amp;#039;, &amp;#039;&amp;#039;&amp;#039;file&amp;#039;&amp;#039;&amp;#039;... - the text to return if the page is in the corresponding namespace. This module accepts all subject namespaces as parameters, including [[Wikipedia:Namespace#Aliases|namespace aliases]] and [[Wikipedia:Namespace#Virtual namespaces|virtual namespaces]]. See below for a list of supported values.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;other&amp;#039;&amp;#039;&amp;#039; - text to return if no parameters for the page&amp;#039;s namespace were specified. This text is also returned if {{para|demospace}} is set to an invalid namespace value.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;subjectns&amp;#039;&amp;#039;&amp;#039; - if on a talk page, use the corresponding subject page. Can be set with values of &amp;quot;yes&amp;quot;, &amp;quot;y&amp;quot;, &amp;quot;true&amp;quot; or &amp;quot;1&amp;quot;.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;demopage&amp;#039;&amp;#039;&amp;#039; - specifies a page to detect the namespace of. If not specified, and if the {{para|demospace}} parameter is not set, then the module uses the current page.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;demospace&amp;#039;&amp;#039;&amp;#039; - force the module to behave as if the page was in the specified namespace. Often used for demonstrations. &lt;br /&gt;
&lt;br /&gt;
=== Namespace parameters ===&lt;br /&gt;
&lt;br /&gt;
Possible values for subject namespace parameters are as follows:&lt;br /&gt;
&lt;br /&gt;
{{#invoke:Namespace detect|table}}&lt;br /&gt;
&lt;br /&gt;
== Table function ==&lt;br /&gt;
&lt;br /&gt;
Use the following to display a table with the different possible namespace parameters:&lt;br /&gt;
&lt;br /&gt;
 &amp;amp;#123;&amp;amp;#123;#invoke:Namespace detect|table|talk=&amp;#039;&amp;#039;yes&amp;#039;&amp;#039;&amp;amp;#125;&amp;amp;#125;&lt;br /&gt;
&lt;br /&gt;
To include the parameter for talk namespaces, use {{para|talk|yes}}.&lt;br /&gt;
&lt;br /&gt;
== Porting to different wikis ==&lt;br /&gt;
&lt;br /&gt;
This module is designed to be portable. To use it on a different wiki, all you need to do is to change the values in [[Module:Namespace detect/config]]. Instructions are available on that page.&lt;br /&gt;
&lt;br /&gt;
== Technical details ==&lt;br /&gt;
&lt;br /&gt;
The module uses a data page at [[Module:Namespace detect/data]]. This page is loaded with [[mw:Extension:Scribunto/Lua reference manual#mw.loadData|mw.loadData]], which means it is processed once per page rather than once per #invoke. This was done for performance reasons.&lt;/div&gt;</summary>
		<author><name>wikipedia&gt;Ahecht</name></author>
	</entry>
</feed>