More languages
More actions
m (Testing module to see how it returns content) Tag: Replaced |
m (Refining method) |
||
Line 1: | Line 1: | ||
local p = {} | local p = {} | ||
function p.test( frame ) | function p.test( frame ) | ||
return | return mw.title.getCurrentTitle().getContent() | ||
end | end | ||
return p | return p |