Изменения

Модуль:Инвентарный слот/Псевдонимы/Таблица

66 байтов добавлено, 12:31, 9 августа 2016
Нет описания правки
local keys = {}
for i in pairs( aliases ) do
-- Skip the banner aliases (except "Базовый Любой флаг"), as there are so
-- many of them it causes the table to be excessively long
if i == 'Базовый Любой флаг' or not i:find( '$Флаг с ' ) and not i:find( 'Базовый флаг' ) then
table.insert( keys, i )
end
local tableRows = {
' {| class="wikitable collapsible collapsed"',
'! Alias Псевдоним !! class="collapse-button" | OutputЧто выводит'
}
for _, key in ipairs( keys ) do