Open main menu

Changes

m
Made interwiki link.
if linked then
symbol = string.format ('[[Wikipedia:%s|%s]]', properties[code].page, properties[code].symbol); -- make wikilink of page and symbol
else
symbol = properties[code].symbol;