Content deleted Content added
use mw.html |
Jackmcbarn (talk | contribs) sync changes from live, keeping mw.html support |
||
Line 5:
local function trim(s)
return mw.ustring.match(s, "^%s*(.-)%s*$")
end
Line 39 ⟶ 27:
function p._navbar(args)
local
local titleArg = 1
Line 53 ⟶ 41:
end
title, talk_title = getTitle(titleText);
if not title then
error('Invalid title ' .. titleText)
end
Line 98 ⟶ 84:
end
local ul = div:tag('ul');
ul
|