More languages
More actions
m (Refining method) |
m (Correcting method call syntax) |
||
Line 1: | Line 1: | ||
local p = {} | local p = {} | ||
function p.test( frame ) | function p.test( frame ) | ||
return mw.title.getCurrentTitle() | return mw.title.getCurrentTitle():getContent() | ||
end | end | ||
return p | return p |