<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="it">
	<id>http://wiki.wemake.cc/index.php?action=history&amp;feed=atom&amp;title=Template%3ANamespace_detect</id>
	<title>Template:Namespace detect - Cronologia</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.wemake.cc/index.php?action=history&amp;feed=atom&amp;title=Template%3ANamespace_detect"/>
	<link rel="alternate" type="text/html" href="http://wiki.wemake.cc/index.php?title=Template:Namespace_detect&amp;action=history"/>
	<updated>2026-04-30T01:16:40Z</updated>
	<subtitle>Cronologia della pagina su questo sito</subtitle>
	<generator>MediaWiki 1.35.0</generator>
	<entry>
		<id>http://wiki.wemake.cc/index.php?title=Template:Namespace_detect&amp;diff=252&amp;oldid=prev</id>
		<title>Nkint011: una revisione importata</title>
		<link rel="alternate" type="text/html" href="http://wiki.wemake.cc/index.php?title=Template:Namespace_detect&amp;diff=252&amp;oldid=prev"/>
		<updated>2014-05-14T14:21:25Z</updated>

		<summary type="html">&lt;p&gt;una revisione importata&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left diff-editfont-monospace&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;it&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Versione meno recente&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Versione delle 14:21, 14 mag 2014&lt;/td&gt;
				&lt;/tr&gt;
&lt;!-- diff cache key mediawiki:diff::1.12:old-222:rev-252 --&gt;
&lt;/table&gt;</summary>
		<author><name>Nkint011</name></author>
	</entry>
	<entry>
		<id>http://wiki.wemake.cc/index.php?title=Template:Namespace_detect&amp;diff=222&amp;oldid=prev</id>
		<title>Nkint011: Creata pagina con &quot;{{#switch:   {{lc:               &lt;!--Lower case the result--&gt;     &lt;!--If no or empty &quot;demospace&quot; parameter then detect namespace--&gt;     {{#if:{{{demospace|}}}      | {{{demosp...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.wemake.cc/index.php?title=Template:Namespace_detect&amp;diff=222&amp;oldid=prev"/>
		<updated>2014-05-14T14:14:04Z</updated>

		<summary type="html">&lt;p&gt;Creata pagina con &amp;quot;{{#switch:   {{lc:               &amp;lt;!--Lower case the result--&amp;gt;     &amp;lt;!--If no or empty &amp;quot;demospace&amp;quot; parameter then detect namespace--&amp;gt;     {{#if:{{{demospace|}}}      | {{{demosp...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nuova pagina&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{#switch:&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;
| 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;
}}&amp;lt;!--End switch--&amp;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>Nkint011</name></author>
	</entry>
</feed>