The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
-- This Module is used for making templates based in the Lua language. | -- This Module is used for making templates based in the Lua language. | ||
-- See more details about Lua in [[Help:Lua]]. | -- 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 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(' | local Mbox = require('Dev:Mbox') | ||
-- 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 10: | Line 10: | ||
-- https://dev.fandom.com/wiki/MediaWiki:Global_Lua_Modules/Mbox.css | -- https://dev.fandom.com/wiki/MediaWiki:Global_Lua_Modules/Mbox.css | ||
-- or paste (and modify as you like) its contents in your wiki's | -- or paste (and modify as you like) its contents in your wiki's | ||
-- [[MediaWiki:Wikia.css]] (see [[Help:Including_additional_CSS_and_JS]]) | -- [[MediaWiki:Wikia.css]] (see [[w:Help:Including_additional_CSS_and_JS]]) | ||
-- or look at https://dev.fandom.com/wiki/Global_Lua_Modules/Mbox | -- or look at https://dev.fandom.com/wiki/Global_Lua_Modules/Mbox | ||
-- for more customization inspiration | -- for more customization inspiration | ||
Line 18: | Line 18: | ||
-- | -- | ||
local getArgs = require(' | local getArgs = require('Dev:Arguments').getArgs | ||
local localCSS = mw.loadData('Module:Mbox/data').localStyle | local localCSS = mw.loadData('Module:Mbox/data').localStyle | ||