Module:Mbox: Difference between revisions

From Polcompball Wiki
Jump to navigationJump to search
Content added Content deleted
mNo edit summary
 
(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 t...")
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 the Mbox module from the [[w:c:dev:Global Lua Modules]].
-- The next line imports the Mbox module from the [[w:c:dev:Global Lua Modules]].
local Mbox = require('Dev:Mbox')
local Mbox = require('Module:Mbox2')
-- See more details about this module at [[w:c:dev:Global_Lua_Modules/Mbox]]
-- See more details about this module at [[w:c:dev:Global_Lua_Modules/Mbox]]


Line 18: Line 18:
--
--


local getArgs = require('Dev:Arguments').getArgs
local getArgs = require('Module:Arguments').getArgs
local localCSS = mw.loadData('Module:Mbox/data').localStyle
local localCSS = mw.loadData('Module:Mbox/data').localStyle