Content deleted Content added
No edit summary |
|||
Line 16:
local function makeNowrapSpan(s)
local span = mw.html.create('span')
:addClass('rt-commentedText') -- Works with [[MediaWiki:Gadget-ReferenceTooltips.js]]
:addClass('nowrap')
:wikitext(s)
Line 50 ⟶ 51:
local function renderCategories()
local ret = ''
if
ret = {}
for cat in pairs(categories) do
|