Module:wikipedia: Difference between revisions
No edit summary |
No edit summary |
||
| Line 17: | Line 17: | ||
link.term = prefix .. link.term | link.term = prefix .. link.term | ||
link.tr = "-" | link.tr = "-" | ||
local short = "" .. link.term .. "|" .. ipalt or link.term .. " | local short = "[[" .. link.term .. "|" .. ipalt or link.term .. "]]" | ||
table.insert(iplinks, "<span style=\"display: none; clear: both; border-top: 2px dotted #AAAAAA; margin-top: 2em;\">" .. short .. "</span>") | table.insert(iplinks, "<span style=\"display: none; clear: both; border-top: 2px dotted #AAAAAA; margin-top: 2em;\">" .. short .. "</span>") | ||
table.insert(links, "<b lang='" .. wmlang:getCode() .. "' class='tr Latn'>" .. short .. "</b>") | table.insert(links, "<b lang='" .. wmlang:getCode() .. "' class='tr Latn'>" .. short .. "</b>") | ||