Fandom Developers Wiki

No interwiki access restricts a module's usage to Fandom Developers Wiki. This module is called on internal and project modules that are developed specifically for Fandom Developers Wiki and do not support interwiki usage. These modules are not part of the global repository and probably should be listed on a project page. If an error is thrown at line 38, the caller module is not being used on Fandom Developers Wiki. In essence, this module is the Lua equivalent of the following HTTP CORS (Cross-Origin Resource Sharing) response header:

Access-Control-Allow-Origin: https://dev.fandom.com


To use this module, add the following on your module:

require('Dev:No interwiki access')

Example[]

require("Dev:No interwiki access");

local p = {};
function p.noop() end
return p;

Documentation[]