Изменения
Перейти к навигации
Перейти к поиску
мСтрока 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