local p = {} function p.test( frame ) local pageContent = tostring(mw.title.getCurrentTitle():getContent()) local pagesLines = '' return mw.text.split(pageContent,'%s')[1] end return p