Jump to content

Module:Sandbox/Akdulj

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Akdulj (talk | contribs) at 04:00, 21 May 2025 (Scribunto test). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
local p = {}
p.main = function(frame)
	local args = frame.args
	local out = ''
	-- some code here
	
	return out
end
return p