Module:Documentation

From The Sextant of Worlds
Revision as of 01:25, 1 May 2025 by Stonedreamer (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Documentation for this module may be created at Module:Documentation/doc

local p = {}

function p.main(frame)
	local args = frame:getParent().args
	local content = args['content'] or ''
	return content
end

return p