Module:Role Advancement Table

From Drifter's Wiki
Revision as of 10:45, 25 October 2022 by Archer (talk | contribs)

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

local p = {} -- p stands for package

function p.makeRows( frame )
	local count, start, buffer = "|temp text|||"
	count = tonumber(frame.args['count'])
	start = tonumber(frame.args['start'])
	
	return buffer
end

return p

Debug data: