Jump to content

Module:ArbCaseAlias

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Isaacl (talk | contribs) at 01:48, 20 February 2018 (create empty shell). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
local me = { }

local config = mw.loadData('Module:Sandbox/isaacl/ArbCaseAlias/data')

function me.luaMain(args)
	-- comment
end

function me.main(frame)
	local args = require('Module:Arguments').getArgs(frame)
	return me.luaMain(args) or ''
end


return me