Changes
		
		
		
		
		
		
		Jump to navigation
		Jump to search
		
		
		
		
		
		
		
		
	
m
call it "reasonTable" throughout, rather than switching between "reasonTable" and "reasonsTable"
end
function Documentation:makeReasonsTablemakeReasonTable()
	-- Get the data from the cfg.banners table.
	local rowData = {}
	local cfg = mw.loadData('Module:Protection banner/config')
	local documentationObj = Documentation:new(cfg)
	return documentationObj:makeReasonsTablemakeReasonTable()
end