Module:Tour history: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 49: Line 49:


function p.is_tour_page(frame)
function p.is_tour_page(frame)
local title = frame.args[1] or frame:getTitle()
local title = frame.args[1]
return p._is_tour_page(frame)
return p._is_tour_page(frame)
end
end


return p
return p