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 = #frame.args - tonumber(string.match(i, '[0-9]*$'),10)
end
if i ~= nil then
t[#frame.args - i] = j
end
end