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

м huh?
м ???
Строка 4: Строка 4:
local categories = servers
local categories = servers
if servers == "none" or servers == "None" then  
if servers == "none" or servers == "None" then  
coroutine.yield()
return ""
end
end
Строка 19: Строка 19:
local roles = frame.args[1]
local roles = frame.args[1]
if roles == "none" or roles == "None" then  
if roles == "none" or roles == "None" then  
coroutine.yield()
return ""
end
end
--Делим строку на составляющие. Разделитель: ", "
--Делим строку на составляющие. Разделитель: ", "