Module:Sandbox/Luaniki/testmodule

Revision as of 02:59, 22 April 2017 by imported>Luaniki (r)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Documentation for this module may be created at Module:Sandbox/Luaniki/testmodule/doc

local log = mw.log

local function test()
    log('test')
    return ''
end

return {
    test = test
}