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