Module:Test

From ProleWiki, the proletarian encyclopedia
Revision as of 17:40, 14 April 2024 by Forte (talk | contribs) (Changing index of table just for further testing)
local p = {}
function p.test( frame )
	local pageContent = tostring(mw.title.getCurrentTitle():getContent())
	local pageLines = mw.text.split(pageContent,'\n',true)
	return pageLines[2]
end
return p