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

мНет описания правки
мНет описания правки
Строка 20: Строка 20:
     end
     end
      
      
    local result = ""
local result = {}
result[#result + 1] = mw.getCurrentFrame():preprocess("{{Entity Sprite|".. entry.id .."|".. entry.Sprite.sprite .."}}")
return table.concat(result)


    result = result .. mw.getCurrentFrame():preprocess("{{Entity Sprite|".. entry.id .."|".. entry.Sprite.sprite .."}}")
    return result
end
end