Изменения

м
нет описания правки
Строка 164: Строка 164:  
if mode == 2 and not mw.title.new('Template:Lang-' .. lang).exists then
 
if mode == 2 and not mw.title.new('Template:Lang-' .. lang).exists then
 
return throwError('не найден шаблон ' .. frame:expandTemplate{ title = 'tl', args = { 'lang-' .. lang } },
 
return throwError('не найден шаблон ' .. frame:expandTemplate{ title = 'tl', args = { 'lang-' .. lang } },
'probably_wrong', allow_cat)
+
'lang-not-exists', allow_cat)
 
end
 
end
 
 
Анонимный участник