<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.jadetimber.com/index.php?action=history&amp;feed=atom&amp;title=Module%3ANo_interwiki_access</id>
	<title>Module:No interwiki access - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.jadetimber.com/index.php?action=history&amp;feed=atom&amp;title=Module%3ANo_interwiki_access"/>
	<link rel="alternate" type="text/html" href="https://wiki.jadetimber.com/index.php?title=Module:No_interwiki_access&amp;action=history"/>
	<updated>2026-04-17T19:40:51Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.1</generator>
	<entry>
		<id>https://wiki.jadetimber.com/index.php?title=Module:No_interwiki_access&amp;diff=753&amp;oldid=prev</id>
		<title>Aki: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://wiki.jadetimber.com/index.php?title=Module:No_interwiki_access&amp;diff=753&amp;oldid=prev"/>
		<updated>2025-10-10T05:05:54Z</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 23:05, 9 October 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>Aki</name></author>
	</entry>
	<entry>
		<id>https://wiki.jadetimber.com/index.php?title=Module:No_interwiki_access&amp;diff=752&amp;oldid=prev</id>
		<title>Fandom&gt;8nml: Renaming</title>
		<link rel="alternate" type="text/html" href="https://wiki.jadetimber.com/index.php?title=Module:No_interwiki_access&amp;diff=752&amp;oldid=prev"/>
		<updated>2020-06-06T21:54:07Z</updated>

		<summary type="html">&lt;p&gt;Renaming&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;--  &amp;lt;nowiki&amp;gt;&lt;br /&gt;
--------------------------------------------------------------------------------&lt;br /&gt;
--  No interwiki access restricts a module&amp;#039;s usage to Fandom Developers Wiki.&lt;br /&gt;
--  This module is called on internal and project modules that are developed&lt;br /&gt;
--  specifically for Fandom Developers Wiki and do not support interwiki usage.&lt;br /&gt;
--  These modules are not part of the [[Global Lua Modules|global repository]]&lt;br /&gt;
--  and probably should be listed on a project page.&lt;br /&gt;
--  &lt;br /&gt;
--  If an error is thrown at line 38, the caller module is not being used on&lt;br /&gt;
--  Fandom Developers Wiki. In essence, this module is the Lua equivalent of&lt;br /&gt;
--  the following HTTP CORS (Cross-Origin Resource Sharing) response header:&lt;br /&gt;
--  &lt;br /&gt;
--  {{#tag:pre|Access-Control-Allow-Origin: https://dev.fandom.com}}&amp;amp;#010;&lt;br /&gt;
--  &lt;br /&gt;
--  To use this module, add the following on your module:&lt;br /&gt;
--  &lt;br /&gt;
--  {{#tag:pre|require(&amp;#039;Dev:No interwiki access&amp;#039;)}}&lt;br /&gt;
--  &lt;br /&gt;
--  @script             NO_INTERWIKI_ACCESS&lt;br /&gt;
--  @release            beta&lt;br /&gt;
--  @author             [[User:DarthKitty|DarthKitty]]&lt;br /&gt;
--  @author             [[User:8nml|8nml]]&lt;br /&gt;
--  @usage&lt;br /&gt;
--      &lt;br /&gt;
--      local p = {}&lt;br /&gt;
--      require(&amp;#039;Dev:No interwiki access&amp;#039;)&lt;br /&gt;
--      p.noop = function() end&lt;br /&gt;
--      return p&lt;br /&gt;
--      &lt;br /&gt;
--------------------------------------------------------------------------------&lt;br /&gt;
if mw.uri.new(mw.site.server).host ~= &amp;#039;dev.fandom.com&amp;#039; then&lt;br /&gt;
&lt;br /&gt;
    local message = &amp;#039;module `%s\&amp;#039; not accessible outside https://dev.fandom.com&amp;#039;&lt;br /&gt;
&lt;br /&gt;
    local trace, caller_ptn = debug.traceback(), &amp;#039;[^\n]+\n[^\n]+\n%s+([\n]+)&amp;#039;&lt;br /&gt;
    caller = trace:find(caller_ptn)&lt;br /&gt;
        and trace:match(caller_ptn):gsub(&amp;#039;:?[^:]*: .-$&amp;#039;, &amp;#039;&amp;#039;)&lt;br /&gt;
        or  mw.title.getCurrentTitle().prefixedText&lt;br /&gt;
&lt;br /&gt;
    error(string.format(message, caller), 3)&lt;br /&gt;
&lt;br /&gt;
end&lt;br /&gt;
-- &amp;lt;/nowiki&amp;gt;&lt;/div&gt;</summary>
		<author><name>Fandom&gt;8nml</name></author>
	</entry>
</feed>