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

нет описания правки
Нет описания правки
Нет описания правки
Строка 6: Строка 6:
local tabl = ""
local tabl = ""
if discord ~= nil or role ~= nil then
if discord ~= nil or role ~= nil then
tabl = tabl.."{|"
tabl = tabl.."{|\n"
if role ~= nil then
if role ~= nil then
tabl = tabl.."|Роль||"..role
tabl = tabl.."|Роль||\n"..role
end
end
if discord ~= nil then
if discord ~= nil then
tabl = tabl.."|Discord||"..discord
tabl = tabl.."|Discord||\n"..discord
end
end
tabl = tabl.."|}"
tabl = tabl.."|}"