Eternal Card Game Wiki
Advertisement

Documentation for this module may be created at Module:String/doc

-- <pre>  --  Global Lua Module - List
--[==============================================================================[
    This module is intended to provide access to basic string functions.
 
    This module does nothing itself. Instead, it calls a Global Lua Module - 
    a module stored in Dev.wikia.com. They work in a similar manner to modules 
    stored in a wiki but can be accessed by any lua module from another wiki. 
 
    You may invoke the global module from a template or page on this wiki in 
    the same way you would if it existed on this wiki itself. For more 
    information on the global module this calls, see:
        dev.wikia.com/wiki/Global_Lua_Modules/String
]==============================================================================]
-- This loads the module directly from dev.wikia.com
return require("Dev:String")
-- </pre> [[Category:Global Lua Modules]]
Advertisement