imported>Srolanh
test
 
(No difference)

Latest revision as of 21:46, 28 June 2015

Documentation for this module may be created at Module:Sandbox/Srolanh/test/doc

local module = {}

function module.setup(frame)
	return frame.args[2]
end


function module.txt()
	return "tx % return"
end


function module.argf(frame)
	local arg0 = frame.args[1]
	return "mx ## " ..arg0.. "!"
end

return module