Content deleted Content added
add parameters.showblankpositional = 1 so empty pipes ("|") can be found, these might be typing errors but can also be signs of vandalism or incorrect usages |
mNo edit summary |
||
Line 946:
table.insert(parameters, parameter)
end
parameters.showblankpositional = "1"
local check_for_unknown = require('Module:Check for unknown parameters')._check
local unknowns = check_for_unknown(parameters, parent_args)
|