Jump to content

Module:Module wikitext

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Jackmcbarn (talk | contribs) at 17:20, 7 September 2020 (no frame - probably won't be called with one most of the time). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local p = {}

function p.main()
end

function p._setText(text)
	p.main = function() return text end
end

return p