Module:DamagePatch: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 53: Line 53:
     local old_content = mw.html.create('div')
     local old_content = mw.html.create('div')
         :tag('div'):wikitext(old_table)
         :tag('div'):wikitext(old_table)
        :tag('div'):wikitext(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)
        :tag('div'):wikitext(args.new)
   
    new_content:tag('div'):wikitext(args.new)


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