Модуль:Prototypes/Механика/Стоимость: различия между версиями
Pok (обсуждение | вклад) мНет описания правки |
Pok (обсуждение | вклад) мНет описания правки |
||
| Строка 31: | Строка 31: | ||
local itemData = '{{#invoke:Entity Lookup|getname|' .. item.id .. '}}' | local itemData = '{{#invoke:Entity Lookup|getname|' .. item.id .. '}}' | ||
table.insert(output, '|-') | table.insert(output, '|-') | ||
table.insert(output, '| | table.insert(output, '| ' .. itemData .. '' .. itemData .. '') | ||
table.insert(output, '| {{ColorPalette|Other|price|' .. item.StaticPrice.price .. '}}$') | table.insert(output, '| {{ColorPalette|Other|price|' .. item.StaticPrice.price .. '}}$') | ||
end | end | ||