Changes
		
		
		
		
		
		
		Jump to navigation
		Jump to search
		
		
		
		
		
		
		
		
	
m
Undid revision 914567032 by DannyS712 (talk) rv good faith edit - needs further testing because this edit broke Template:Hlist
	p[listType] = function (frame)
		local mArguments = require('Module:Arguments')
		local origArgs = mArguments.getArgs(frame, {			valueFunc = function (key, value)				return value and mw.ustring.find(value, '%S') and value or nil			end		})
		-- Copy all the arguments to a new table, for faster indexing.
		local args = {}