Module:Tlg: Difference between revisions

3 bytes removed ,  4 years ago
m
(confused look)
(poking with the mw.html....)
m ((confused look))
Line 50:
if not _ne(textPart) then
if titleObj ~= nil then
textPart = titleObj.ns == 10 and titleObj.textargs['1'] or titleObj.fullText
else
-- redlink
Line 114:
if _ne(args.nowrap) then ret = '<span class="nowrap">' .. ret .. '</span>' end
-- Wrap as html??
local span = mw.html.create('span')
span:wikitext(ret)
return spanret
end
 
0

edits