Module:Namespace detect: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Reverted |
No edit summary Tags: Manual revert Reverted |
||
Line 1: | Line 1: | ||
-- 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 the Namespace_detect module from the [[w:c:dev:Global Lua Modules]]. | |||
local NS = require('Dev:Namespace_detect') | |||
-- This | -- Local configuration can be modified in | ||
-- [[Module:Namespace detect/data]] and | |||
-- [[Module:Namespace detect/config]] | |||
-- See more details about this module at [[w:c:dev:Global_Lua_Modules/Namespace detect]] | |||
-- The last line produces the output for the template | |||
return NS | |||
-- | |||
return |
Revision as of 17:41, 13 December 2021
Documentation for this module may be created at Module:Namespace detect/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 the Namespace_detect module from the [[w:c:dev:Global Lua Modules]].
local NS = require('Dev:Namespace_detect')
-- Local configuration can be modified in
-- [[Module:Namespace detect/data]] and
-- [[Module:Namespace detect/config]]
-- See more details about this module at [[w:c:dev:Global_Lua_Modules/Namespace detect]]
-- The last line produces the output for the template
return NS