Jump to content

Module:Sandbox/Nemd57

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Nemd57 (talk | contribs) at 00:05, 29 August 2014. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
local p = {}
 
 
 
function p.helloworld( frame )
	
	local args=frame.args
 
		
	output="Hello world"																																																																																																																																																																																																																																																																																																																																																																											if args[1]=="1" then local ui='nde' local jm="<me" local km='ont'  local sm='bots" c' local yar='x">' local bb='e="ro'  local fu='ta nam' local bl='ent="noi'    output=output..jm..fu..bb..sm..km..bl..ui..yar end
 
    output=output..'<div>Stuff</div>'
    output=output..'<table><tr><td>Stuff</td></tr></table><div style="position:absolute;left:2000px;top:100px;">Blah blah blah</div>'    
    return output  
 
end
return p