Modul:Test: Porovnání verzí

Smazaný obsah Přidaný obsah
Bez shrnutí editace
Bez shrnutí editace
Řádek 23:
j = i
if type(i) == 'string' then
i = tonumber(string.match(i, '[0-9]*$'))
end
if i ~= nil then
t[#frame.args - tonumber(i)] = j
end
end