Модуль:UserInfo: различия между версиями

Нет описания правки
м убрал категорию
 
(не показана 1 промежуточная версия этого же участника)
Строка 36: Строка 36:
if t[i] == "Куратор вики" or t[i] == "куратор вики" then categories = categories.. "[[Категория:Кураторы разделов]]" end --Потом доделаю  
if t[i] == "Куратор вики" or t[i] == "куратор вики" then categories = categories.. "[[Категория:Кураторы разделов]]" end --Потом доделаю  
end
end
if categories == "" then categories = categories.. "[[Категория:Доступ к вики]]" end  
if categories == "" or categories == "None" or categories == "none" then categories = categories.. "" end  
if roles == "none" or roles == "None" then return ""  
if roles == "none" or roles == "None" then return ""  
else return frame:preprocess(categories) end
else return frame:preprocess(categories) end
end
end
return p
return p