Module:Category handler: திருத்தங்களுக்கு இடையிலான வேறுபாடு
உள்ளடக்கம் நீக்கப்பட்டது உள்ளடக்கம் சேர்க்கப்பட்டது
fix default parameter main namespace bug |
fix blacklist-checking bug |
||
வரிசை 195:
local ret = '' -- The string to return.
-- Check blacklist if necessary.
if needsBlacklistCheck( args ) and not findBlacklistMatch( pageObject ) then▼
if not needsBlacklistCheck( args )
if not nsParamsExist( mappings, args ) then
-- No namespace parameters exist; basic usage. Pass args[1] to
வரி 229 ⟶ 232:
ndargs.page = args.page
end
local data = NamespaceDetect.main( ndargs )
| |||