Module:TableGenerator

Revision as of 03:02, 14 September 2024 by Sur (talk | contribs)

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

local p = {}

p.countArgs = function(frame)
    local arg = frame.args[1]
    return arg
end

p.get_attr_category = function(frame)
	local attr_name = frame.args[1]
	return attr_name
	end


return p