Module:Test

From ProleWiki, the proletarian encyclopedia
Revision as of 17:38, 14 April 2024 by Forte (talk | contribs) (oops)
local p = {}
function p.test( frame )
	local pageContent = tostring(mw.title.getCurrentTitle():getContent())
	local pageLines = mw.text.split(pageContent,'%s')
	return pageLines[1]
end
return p