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

м checks
м test 2
Строка 17: Строка 17:
end
end
t = {"Викидел", "Лоровед"}
local categories = ""
local categories = ""
for i in pairs(t) do
for i in pairs(t) do
Строка 23: Строка 25:
if t[i] == "Куратор вики" or t[i] == "куратор вики" then categories = categories.. "[[Категория:Кураторы раздела]]" end --Потом доделаю  
if t[i] == "Куратор вики" or t[i] == "куратор вики" then categories = categories.. "[[Категория:Кураторы раздела]]" end --Потом доделаю  
end
end
return t
return frame:preprocess(categories)
--return frame:preprocess(categories)
end
end
return p
return p