Module:Find sources/sandbox: Difference between revisions

Content deleted Content added
implement tooltips
added dotted underline to tooltips and closed span
Line 67:
if tooltip then
return string.format('<span title="%s" style="border-bottom: 1px dotted;">[%s %s]</span>',
mw.text.encode(tooltip), url, display or linkCfg.display)
else