Module:Check for unknown parameters: திருத்தங்களுக்கு இடையிலான வேறுபாடு
உள்ளடக்கம் நீக்கப்பட்டது உள்ளடக்கம் சேர்க்கப்பட்டது
reduce REVISIONID checks per thread at https://en.wikipedia.org/w/index.php?title=Wikipedia:Village_pump_%28technical%29&oldid=725747331#Preview-only_template_warnings_using_REVISIONID_magic_word |
improve error message for positional |
||
வரிசை 58:
( showblankpos or isnotempty(v) )
then
v = mw.ustring.gsub(v, '[^%w\-_ ]', '?')
table.insert(values, k)▼
v = mw.ustring.gsub(v, '([%w\-_ ])', '%1', 25)
▲ table.insert(values, k .. ' = ' .. v)
end
end
| |||