The page has not been checked
Documentation for this module may be created at Module:WhatLinksHereBug/doc
local title = mw.title.new('WhatLinksHere bug target') p = {} function p.main() return 'foo' end return p