yes
Special:Random Special:ThisIsNotARealSpecialPage
local p = {} function p.main(frame) return mw.ustring.find(mw.title.getCurrentTitle():getContent(), 'foobar', 1, true) and 'yes' or 'no' end return p