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 20:46, 25 August 2014 (Created page with 'local p = {} function p.helloworld( frame ) local args=frame.args output="Hello world"...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
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
 
    return output  
 
end