Bureaucrats, emailconfirmed, Administrators
18,268
edits
No edit summary Tag: Reverted |
No edit summary Tag: Manual revert |
||
Line 3: | Line 3: | ||
-- The Fandom Developer's Wiki hosts Global Lua Modules that can be imported and locally overridden. | -- The Fandom Developer's Wiki hosts Global Lua Modules that can be imported and locally overridden. | ||
-- The next line imports from the [[w:c:dev:Global Lua Modules]]. | -- The next line imports from the [[w:c:dev:Global Lua Modules]]. | ||
local nsData = require('Dev:Namespace_detect/data') | |||
-- See more details about this module at [[w:c:dev:Global_Lua_Modules/Namespace_detect]] | -- See more details about this module at [[w:c:dev:Global_Lua_Modules/Namespace_detect]] | ||
Line 12: | Line 12: | ||
-- The last line produces the output for the template | -- The last line produces the output for the template | ||
return nsData |