More languages
More actions
m (Using plaintext) |
m (Changing index of table just for further testing) |
||
Line 3: | Line 3: | ||
local pageContent = tostring(mw.title.getCurrentTitle():getContent()) | local pageContent = tostring(mw.title.getCurrentTitle():getContent()) | ||
local pageLines = mw.text.split(pageContent,'\n',true) | local pageLines = mw.text.split(pageContent,'\n',true) | ||
return pageLines[ | return pageLines[2] | ||
end | end | ||
return p | return p |