Module:Role Advancement Table

From Drifter's Wiki TEST
Revision as of 13:22, 24 October 2022 by Archer (talk | contribs)
Jump to navigation Jump to search

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

local p = {}

function rows(frame)
	local count, start, buffer
	count = tonumber(frame.args['count'])
	start = tonumber(frame.args['start'])
	
	return buffer
end

return p