Jump to content

Module:Sandbox/Akdulj

From Wikipedia, the free encyclopedia
local p = {}
p.main = function(frame)
	local args = frame.args
	local out = ''
	-- some code here
	
	return out
end
return p