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

мНет описания правки
мНет описания правки
Строка 20: Строка 20:
     local image
     local image
     if args["image"] then
     if args["image"] then
        image = string.format("[[Файл:%s|%s]]", args["image"], size)
    if image ~= "" then
            image = string.format("[[Файл:%s|%s]]", args["image"], size)
        else
            image = ""
        end
     else
     else
         image = string.format("[[Файл:%s.png|%s]]", id, size)
         image = string.format("[[Файл:%s.png|%s]]", id, size)