Bureaucrats, emailconfirmed, Administrators
18,268
edits
(Created page with "-- This Module is used for making templates based in the Lua language. -- See more details about Lua in w:Help:Lua. -- 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. local nsData = require('Dev:Namespace_detect/data') -- See more details about this module at w:c:dev:Global_Lua_Modules/Namespace_detect -- The imported Module is overwritten locally...") |
No edit summary Tag: Reverted |
||
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') | --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 | --return nsData |