Content deleted Content added
No edit summary |
No edit summary |
||
Line 1:
local p = {}
function p.
page = frame.args('page')
article = mw.title.new(page,'')
content = title.getContent()
return content
end
|
No edit summary |
No edit summary |
||
Line 1:
local p = {}
function p.
page = frame.args('page')
article = mw.title.new(page,'')
content = title.getContent()
return content
end
|