<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.culturaitaliana.org/w/index.php?action=history&amp;feed=atom&amp;title=Module%3ADocumentation%2Fi18n</id>
	<title>Module:Documentation/i18n - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.culturaitaliana.org/w/index.php?action=history&amp;feed=atom&amp;title=Module%3ADocumentation%2Fi18n"/>
	<link rel="alternate" type="text/html" href="https://www.culturaitaliana.org/w/index.php?title=Module:Documentation/i18n&amp;action=history"/>
	<updated>2026-04-08T21:33:26Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>https://www.culturaitaliana.org/w/index.php?title=Module:Documentation/i18n&amp;diff=1651&amp;oldid=prev</id>
		<title>Admin: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://www.culturaitaliana.org/w/index.php?title=Module:Documentation/i18n&amp;diff=1651&amp;oldid=prev"/>
		<updated>2020-02-16T07:22:51Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left diff-editfont-monospace&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 07:22, 16 February 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>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.culturaitaliana.org/w/index.php?title=Module:Documentation/i18n&amp;diff=1650&amp;oldid=prev</id>
		<title>mediawiki&gt;94rain: Protected &quot;Module:Documentation/i18n&quot;: Highly visible page or template ([Edit=Allow only autoconfirmed users] (indefinite) [Move=Allow only administrators] (indefinite))</title>
		<link rel="alternate" type="text/html" href="https://www.culturaitaliana.org/w/index.php?title=Module:Documentation/i18n&amp;diff=1650&amp;oldid=prev"/>
		<updated>2019-12-28T03:33:21Z</updated>

		<summary type="html">&lt;p&gt;Protected &amp;quot;&lt;a href=&quot;/wiki/Module:Documentation/i18n&quot; title=&quot;Module:Documentation/i18n&quot;&gt;Module:Documentation/i18n&lt;/a&gt;&amp;quot;: Highly visible page or template ([Edit=Allow only autoconfirmed users] (indefinite) [Move=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;local format = require('Module:TNT').format&lt;br /&gt;
local i18n = {}&lt;br /&gt;
&lt;br /&gt;
i18n['cfg-error-msg-type'] = format('I18n/Documentation', 'cfg-error-msg-type')&lt;br /&gt;
i18n['cfg-error-msg-empty'] = format('I18n/Documentation', 'cfg-error-msg-empty')&lt;br /&gt;
&lt;br /&gt;
-- cfg['template-namespace-heading']&lt;br /&gt;
-- The heading shown in the template namespace.&lt;br /&gt;
i18n['template-namespace-heading'] = format('I18n/Documentation', 'template-namespace-heading')&lt;br /&gt;
&lt;br /&gt;
-- cfg['module-namespace-heading']&lt;br /&gt;
-- The heading shown in the module namespace.&lt;br /&gt;
i18n['module-namespace-heading'] = format('I18n/Documentation', 'module-namespace-heading')&lt;br /&gt;
&lt;br /&gt;
-- cfg['file-namespace-heading']&lt;br /&gt;
-- The heading shown in the file namespace.&lt;br /&gt;
i18n['file-namespace-heading'] = format('I18n/Documentation', 'file-namespace-heading')&lt;br /&gt;
&lt;br /&gt;
-- cfg['other-namespaces-heading']&lt;br /&gt;
-- The heading shown in other namespaces.&lt;br /&gt;
i18n['other-namespaces-heading'] = format('I18n/Documentation', 'other-namespaces-heading')&lt;br /&gt;
&lt;br /&gt;
-- cfg['view-link-display']&lt;br /&gt;
-- The text to display for &amp;quot;view&amp;quot; links.&lt;br /&gt;
i18n['view-link-display'] = format('I18n/Documentation', 'view-link-display')&lt;br /&gt;
&lt;br /&gt;
-- cfg['edit-link-display']&lt;br /&gt;
-- The text to display for &amp;quot;edit&amp;quot; links.&lt;br /&gt;
i18n['edit-link-display'] = format('I18n/Documentation', 'edit-link-display')&lt;br /&gt;
&lt;br /&gt;
-- cfg['history-link-display']&lt;br /&gt;
-- The text to display for &amp;quot;history&amp;quot; links.&lt;br /&gt;
i18n['history-link-display'] = format('I18n/Documentation', 'history-link-display')&lt;br /&gt;
&lt;br /&gt;
-- cfg['purge-link-display']&lt;br /&gt;
-- The text to display for &amp;quot;purge&amp;quot; links.&lt;br /&gt;
i18n['purge-link-display'] = format('I18n/Documentation', 'purge-link-display')&lt;br /&gt;
&lt;br /&gt;
-- cfg['create-link-display']&lt;br /&gt;
-- The text to display for &amp;quot;create&amp;quot; links.&lt;br /&gt;
i18n['create-link-display'] = format('I18n/Documentation', 'create-link-display')&lt;br /&gt;
&lt;br /&gt;
return i18n&lt;/div&gt;</summary>
		<author><name>mediawiki&gt;94rain</name></author>
	</entry>
</feed>