Module:Sandbox/User:Trader347

From Illerai
Jump to navigation Jump to search

Documentation for this module may be created at Module:Sandbox/User:Trader347/doc

-- <nowiki>
local p = {}

function p.hello(x)
	if (x==0) then
		return 'class=nohighlight |'
	else
		return 'no'
	end
end
return p
-- </nowiki>