Module:Article history: Difference between revisions

Content deleted Content added
add some more details of things to implement, and add a helper function
a couple more function outlines
Line 28:
 
-- Properties to implement:
-- * id
-- * name
-- * title
-- * oldid
Line 33 ⟶ 35:
 
function Action:getResult()
end
 
function Action:getText()
end
 
Line 73 ⟶ 78:
local ArticleHistory = {}
ArticleHistory.__index = ArticleHistory
 
function ArticleHistory:getCurrentStatus()
end
 
-------------------------------------------------------------------------------