Module:Namespace detect/data: Difference between revisions
Jump to navigation
Jump to search
(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 |
Revision as of 03:36, 22 April 2024
Documentation for this module may be created at Module:Namespace detect/data/doc
-- 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 to include default configuration.
-- For a more flexible experience, delete the page import
-- and paste (and modify as you like) its contents into this page
-- https://dev.fandom.com/wiki/Module:Namespace_detect/data
-- The last line produces the output for the template
--return nsData