Content deleted Content added
Jackmcbarn (talk | contribs) sync changes from live, keeping mw.html support |
Jackmcbarn (talk | contribs) rm 2 unnecessary functions |
||
Line 2:
local getArgs
function p._navbar(args)
local titleArg = 1
Line 42 ⟶ 18:
local titleText = args[titleArg] or (':' .. mw.getCurrentFrame():getParent():getTitle())
local title
if not title then
Line 48 ⟶ 24:
end
local talk_title = title.talkPageTitle;
local mainpage = title.fullText;
local talkpage = talk_title and talk_title.fullText or ''
|