The page has not been checked
Documentation for this module may be created at Module:WhatLinksHereBug/2/doc
local wlh = require('Module:WhatLinksHereBug') p = {} function p.main() local foo = wlh return 'bar' end return p