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