Модуль:Entity Sprite: различия между версиями
Pok (обсуждение | вклад) мНет описания правки |
Pok (обсуждение | вклад) мНет описания правки Метка: ручная отмена |
||
| Строка 17: | Строка 17: | ||
return nil | return nil | ||
end | end | ||
local result = {} | local result = {} | ||
table.insert(result, mw.getCurrentFrame():preprocess("{{Entity Sprite|" .. | table.insert(result, mw.getCurrentFrame():preprocess("{{Entity Sprite|" .. entry.id .. "|" .. entry.Sprite.sprite .. "}}")) | ||
return table.concat(result) | return table.concat(result) | ||
end | end | ||