Модуль:Песочница/Pok: различия между версиями

мНет описания правки
мНет описания правки
Строка 26: Строка 26:
table.insert(output, '{| class="sortable-grid sortable-grid--small-column sortable"')
table.insert(output, '{| class="sortable-grid sortable-grid--small-column sortable"')
table.insert(output, '! Сортировка (по алфавиту)')
table.insert(output, '! Сортировка (по алфавиту)')
table.insert(output, '|-')


     for key, value in pairs(foundData.wordReplacements) do
     for key, value in pairs(foundData.wordReplacements) do
Строка 33: Строка 34:
     end
     end


table.insert(output, '|}}')
table.insert(output, '|}')


     return table.concat(output, "\n")
     return table.concat(output, "\n")