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
}
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
}