More languages
More actions
m (oops) |
m (Using plaintext) |
||
Line 2: | Line 2: | ||
function p.test( frame ) | function p.test( frame ) | ||
local pageContent = tostring(mw.title.getCurrentTitle():getContent()) | local pageContent = tostring(mw.title.getCurrentTitle():getContent()) | ||
local pageLines = mw.text.split(pageContent,' | local pageLines = mw.text.split(pageContent,'\n',true) | ||
return pageLines[1] | return pageLines[1] | ||
end | end | ||
return p | return p |