Module:Documentation

From The Sextant of Worlds
Revision as of 17:00, 20 April 2025 by Stonedreamer (talk | contribs) (Created page with "local p = {} function p.main(frame) local args = frame:getParent().args local content = args['content'] or '' return content end return p")
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