Changes
remove obnoxious pcall-and-rethrow behavior, now that real script errors include details
local function trim(s)
return mw.ustring.match(s, "^%s*(.-)%s*$")
end
function p._navbar(args)
local good, title, talk_title;
local titleArg = 1
end
if not title then
end