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 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( |
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]] |
||