Modul:AL: Porovnání verzí

Smazaný obsah Přidaný obsah
Bez shrnutí editace
Bez shrnutí editace
 
Řádek 15:
for repl in pairs (Replacements[word]) do
if "[[" .. Replacements[word][repl] .. "]]" == text then
text = text:gsub( "[[]", "")
text = text:gsub( "[]]", "")
return "[[" .. word .. "|" .. text .. "]]"
end