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