Module:Protection banner: Difference between revisions

m
remove unnecessary whitespace and copy edit one of the error messages
Enwikipedia>Mr. Stradivarius
(allow bannerConfig table fields to be functions)
Enwikipedia>Mr. Stradivarius
m (remove unnecessary whitespace and copy edit one of the error messages)
Line 641:
if not key or not Blurb.bannerTextFields[key] then
error(string.format(
'"%s" is not a valid banner config field',
tostring(key)
), 2)
Line 662:
return self:_substituteParameters(msg)
end
end
 
--------------------------------------------------------------------------------