Module:Sandbox/User:Trader347
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>