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

мНет описания правки
мНет описания правки
Метка: ручная отмена
Строка 24: Строка 24:
     local output = {}
     local output = {}
     local seen = {}
     local seen = {}
    table.insert(output, '{| class="sortable-grid sortable"')
     table.insert(output, '! Сортировка (по стоимости)')
     table.insert(output, '! Сортировка (по стоимости)')
     table.insert(output, '|-')
     table.insert(output, '|-')
Строка 51: Строка 52:
     end
     end


    table.insert(output, "|}")
     return frame:preprocess(table.concat(output, "\n"))
     return frame:preprocess(table.concat(output, "\n"))
end
end


return p
return p