Content deleted Content added
test getting current page's content |
: |
||
Line 12:
local parent = frame:getParent()
local title = mw.title.getCurrentTitle()
local content = title
return content
end
|
test getting current page's content |
: |
||
Line 12:
local parent = frame:getParent()
local title = mw.title.getCurrentTitle()
local content = title
return content
end
|