Module:corfuriantest

Από Βικιλεξικό
Μετάβαση στην πλοήγηση Πήδηση στην αναζήτηση

Documentation for this module may be created at Module:corfuriantest/τεκμηρίωση

local b = {}

function b.main( frame )
	local args = frame:getParent().args
	local numbers = args[1] or ''
	if numbers == 5 then
		return "The number is 5"
	end
end
return b