More actions
mNo edit summary |
mNo edit summary |
||
Line 32: | Line 32: | ||
pageTitle = pageName .. '/Update history' | pageTitle = pageName .. '/Update history' | ||
end | end | ||
local historyPage = mw.title.new(pageTitle) | local historyPage = mw.title.new(pageTitle) | ||
local pageContent = historyPage and historyPage:getContent() or "" | local pageContent = historyPage and historyPage:getContent() or "" |