Module:Tour history: Difference between revisions

m
Protected "Module:Tour history": High traffic page ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
No edit summary
m (Protected "Module:Tour history": High traffic page ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
 
(3 intermediate revisions by the same user not shown)
Line 39: Line 39:


function p._is_tour_page(title)
function p._is_tour_page(title)
-- exclusion list
exclusions = {
['guitar hero world tour'] = true,
}
if exclusions[title] == true then
return false
end
return string.sub(title, -12) == 'tour history'
return string.sub(title, -12) == 'tour history'
or string.sub(title, -9)  == 'residency'
or string.sub(title, -9)  == 'residency'