Module:Namespace detect: Difference between revisions
DrunkMunki (talk | contribs) (Created page with "-- This Module is used for making templates based in the Lua language. -- See more details about Lua in 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]...") |
DrunkMunki (talk | contribs) (Replaced content with "local NS = require('Dev:Namespace_detect') return NS") Tags: Replaced Visual edit: Switched |
||
Line 1: | Line 1: | ||
local NS = require('Dev:Namespace_detect') | local NS = require('Dev:Namespace_detect') | ||
return NS | return NS |
Revision as of 20:50, 7 April 2024
local NS = require('Dev:Namespace_detect') return NS