Модуль:Prototypes/Механика/Стоимость: различия между версиями

мНет описания правки
мНет описания правки
Строка 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, '| [[' .. itemData .. '|' .. itemData .. ']]')
         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