local p = {} function p.main( frame ) return mw.ustring.gsub( mw.title.getCurrentTitle().text, "%s+%b()$", "", "1" ) end return p