SummaryPage-Module: Add class for handling entries
This commit is contained in:
@@ -40,6 +40,21 @@ class SummaryPage():
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
|
class SummaryPageEntry():
|
||||||
|
"""
|
||||||
|
Provides a generic wrapper for summary page entry template
|
||||||
|
"""
|
||||||
|
|
||||||
|
write_needed = False
|
||||||
|
|
||||||
|
def __init__( self, entry ):
|
||||||
|
"""
|
||||||
|
Constructor
|
||||||
|
"""
|
||||||
|
self.old_entry = SummaryPageEntryTemplate( entry )
|
||||||
|
self.new_entry = SummaryPageEntryTemplate( )
|
||||||
|
|
||||||
|
|
||||||
class SummaryPageEntryTemplate():
|
class SummaryPageEntryTemplate():
|
||||||
"""
|
"""
|
||||||
Interface class for mwparser.template to simply use template params as
|
Interface class for mwparser.template to simply use template params as
|
||||||
|
|||||||
Reference in New Issue
Block a user