Module:IPAc-en/sandbox: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 32:
local function makeTooltip(label, tooltip)
local span = mw.html.create('span')
:addClass('rt-commentedText')
:attr('title', tooltip)
:wikitext(label)