<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.limswiki.org/index.php?action=history&amp;feed=atom&amp;title=Template%3ANamespace_detect_showall</id>
	<title>Template:Namespace detect showall - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.limswiki.org/index.php?action=history&amp;feed=atom&amp;title=Template%3ANamespace_detect_showall"/>
	<link rel="alternate" type="text/html" href="https://www.limswiki.org/index.php?title=Template:Namespace_detect_showall&amp;action=history"/>
	<updated>2026-04-04T22:13:14Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.36.1</generator>
	<entry>
		<id>https://www.limswiki.org/index.php?title=Template:Namespace_detect_showall&amp;diff=32474&amp;oldid=prev</id>
		<title>Shawndouglas: Protected &quot;Template:Namespace detect showall&quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) [cascading]</title>
		<link rel="alternate" type="text/html" href="https://www.limswiki.org/index.php?title=Template:Namespace_detect_showall&amp;diff=32474&amp;oldid=prev"/>
		<updated>2018-01-26T23:43:03Z</updated>

		<summary type="html">&lt;p&gt;Protected &amp;quot;&lt;a href=&quot;/index.php/Template:Namespace_detect_showall&quot; title=&quot;Template:Namespace detect showall&quot;&gt;Template:Namespace detect showall&lt;/a&gt;&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) [cascading]&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 23:43, 26 January 2018&lt;/td&gt;
				&lt;/tr&gt;
&lt;!-- diff cache key limswiki:diff::1.12:old-12831:rev-32474 --&gt;
&lt;/table&gt;</summary>
		<author><name>Shawndouglas</name></author>
	</entry>
	<entry>
		<id>https://www.limswiki.org/index.php?title=Template:Namespace_detect_showall&amp;diff=12831&amp;oldid=prev</id>
		<title>Shawndouglas: Created as needed.</title>
		<link rel="alternate" type="text/html" href="https://www.limswiki.org/index.php?title=Template:Namespace_detect_showall&amp;diff=12831&amp;oldid=prev"/>
		<updated>2013-10-22T15:03:12Z</updated>

		<summary type="html">&lt;p&gt;Created as needed.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{#switch:    &amp;lt;!-- Use the parameter --&amp;gt;&lt;br /&gt;
  {{#switch:    &amp;lt;!-- Find out which parameter to use --&amp;gt;&lt;br /&gt;
    {{lc:    &amp;lt;!--Lower case the result--&amp;gt;&lt;br /&gt;
      &amp;lt;!--If no or empty &amp;quot;demospace&amp;quot; parameter then detect namespace--&amp;gt;&lt;br /&gt;
      {{#if:{{{demospace|}}} &lt;br /&gt;
      | {{{demospace}}}&lt;br /&gt;
      | {{#if:{{{page|}}} &lt;br /&gt;
        | &amp;lt;!--Detect the namespace in the &amp;quot;page&amp;quot; parameter--&amp;gt;&lt;br /&gt;
          {{#ifeq:{{NAMESPACE:{{{page}}} }}|{{TALKSPACE:{{{page}}} }}&lt;br /&gt;
          | talk&lt;br /&gt;
          | {{SUBJECTSPACE:{{{page}}} }} &lt;br /&gt;
          }}&lt;br /&gt;
        | &amp;lt;!--No &amp;quot;demospace&amp;quot; or &amp;quot;page&amp;quot; parameters, so detect actual namespace--&amp;gt;&lt;br /&gt;
          {{#ifeq:{{NAMESPACE}}|{{TALKSPACE}}&lt;br /&gt;
          | talk&lt;br /&gt;
          | {{SUBJECTSPACE}} &lt;br /&gt;
          }}&lt;br /&gt;
        }}&lt;br /&gt;
      }}&lt;br /&gt;
    }}&lt;br /&gt;
  &amp;lt;!-- Only one of the lines below will be executed --&amp;gt;&lt;br /&gt;
  &amp;lt;!-- Respecting empty parameters on purpose --&amp;gt;&lt;br /&gt;
  | showall   = showall   &amp;lt;!-- &amp;quot;demospace=showall&amp;quot; --&amp;gt;&lt;br /&gt;
  | main         &amp;lt;!--&amp;quot;demospace=main&amp;quot; or {{SUBJECTSPACE}}={{ns:0}}=&amp;quot;&amp;quot;--&amp;gt;&lt;br /&gt;
  |           = {{{main| {{{other|}}} }}}&lt;br /&gt;
  | talk      = {{{talk| {{{other|}}} }}}&lt;br /&gt;
  | user      = {{{user| {{{other|}}} }}}&lt;br /&gt;
  | wikipedia = {{{wikipedia| {{{other|}}} }}}&lt;br /&gt;
  | file&lt;br /&gt;
  | image     = {{{file| {{{image| {{{other|}}} }}} }}}&lt;br /&gt;
  | mediawiki = {{{mediawiki| {{{other|}}} }}}&lt;br /&gt;
  | template  = {{{template| {{{other|}}} }}}&lt;br /&gt;
  | help      = {{{help| {{{other|}}} }}}&lt;br /&gt;
  | category  = {{{category| {{{other|}}} }}}&lt;br /&gt;
  | portal    = {{{portal| {{{other|}}} }}}&lt;br /&gt;
  | book      = {{{book| {{{other|}}} }}}&lt;br /&gt;
  | other&lt;br /&gt;
  | #default  = {{{other|}}} &amp;lt;!--&amp;quot;demospace=other&amp;quot; or a new namespace--&amp;gt;&lt;br /&gt;
  }}&lt;br /&gt;
&lt;br /&gt;
| 1 = {{{1|}}}&lt;br /&gt;
| 2 = {{{2|}}}&lt;br /&gt;
| 3 = {{{3|}}}&lt;br /&gt;
| 4 = {{{4|}}}&lt;br /&gt;
| 5 = {{{5|}}}&lt;br /&gt;
| 6 = {{{6|}}}&lt;br /&gt;
| showall = {{{1|}}}{{{2|}}}{{{3|}}}{{{4|}}}{{{5|}}}{{{6|}}}&lt;br /&gt;
}}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;!-- Add categories and interwikis to the /doc subpage, not here! --&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Shawndouglas</name></author>
	</entry>
</feed>