Module:wikipedia: Difference between revisions

No edit summary
No edit summary
Line 19: Line 19:
link.nocont = true
link.nocont = true
table.insert(iplinks, "<span style=\"display: none; clear: both; border-top: 2px dotted #AAAAAA; margin-top: 2em;\">[[w:" .. link.term .. "|" .. ipalt or link.term .. "]]</span>")
table.insert(iplinks, "<span style=\"display: none; clear: both; border-top: 2px dotted #AAAAAA; margin-top: 2em;\">[[w:" .. link.term .. "|" .. ipalt or link.term .. "]]</span>")
table.insert(links, m_links.full_link(link, "bold"))
table.insert(links, "<b lang='" .. lang .. "' class='tr Latn'>" .. link .. "</b>")
end
end