Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Update history: Difference between revisions

From Deadlock Wiki
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 ""