Module:Documentation: Difference between revisions

From The Sextant of Worlds
Jump to navigationJump to search
Created page with "local p = {} function p.main(frame) local args = frame:getParent().args local content = args['content'] or '' return content end return p"
m 1 revision imported
 
(No difference)

Latest revision as of 01:25, 1 May 2025

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