Module:Check for unknown parameters: திருத்தங்களுக்கு இடையிலான வேறுபாடு

உள்ளடக்கம் நீக்கப்பட்டது உள்ளடக்கம் சேர்க்கப்பட்டது
சி en:Module:Check_for_unknown_parameters இலிருந்து திருத்தம் இறக்குமதி செய்யப்பட்டன
include non-blank positional in the default, but excluded blank positional in the default
வரிசை 16:
local pargs = frame:getParent().args
local ignoreblank = isnotempty(frame.args['ignoreblank'])
local checkposshowblankpos = isnotempty(frame.args['checkpositionalshowblankpositional'])
local knownargs = {}
local unknown = frame.args['unknown'] or 'Found _VALUE_, '
வரிசை 73:
addresult(k)
end
elseif checkpostype(k) == 'number' and
type(k) == 'number' and
knownargs[tostring(k)] == nil and
( not ignoreblankshowblankpos or isnotempty(v) )
then
addresult(k)
"https://tamilar.wiki/w/Module:Check_for_unknown_parameters" இலிருந்து மீள்விக்கப்பட்டது