local p = {} function p.hello() return mw.getCurrentFrame():getTitle() --return mw.title.getCurrentTitle() end return p