Module:Test

From ProleWiki, the proletarian encyclopedia
Revision as of 17:32, 14 April 2024 by Forte (talk | contribs) (Testing splitting page contents by line)
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