Anonymous

Module:DamagePatch: Difference between revisions

From Elwiki
no edit summary
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
Line 54: Line 54:
         :tag('div'):wikitext(old_table)
         :tag('div'):wikitext(old_table)


     old_content:tag('div'):wikitext(frame:preprocess(args.old))
     old_content:tag('div'):wikitext(args.old)


     local new_content = mw.html.create('div')
     local new_content = mw.html.create('div')
         :tag('div'):wikitext(new_table)
         :tag('div'):wikitext(new_table)
      
      
     new_content:tag('div'):wikitext(frame:preprocess(args.new))
     new_content:tag('div'):wikitext(args.new)


     local kr_date = 'KR (' .. args.date .. ')'
     local kr_date = 'KR (' .. args.date .. ')'