Content deleted Content added
: |
pre |
||
Line 13:
local title = mw.title.getCurrentTitle()
local content = title:getContent()
return "<pre>" .. content .. "</pre>"
end
|
: |
pre |
||
Line 13:
local title = mw.title.getCurrentTitle()
local content = title:getContent()
return "<pre>" .. content .. "</pre>"
end
|