Anonymous

Module:DamagePatch: Difference between revisions

From Elwiki
no edit summary
No edit summary
No edit summary
Line 50: Line 50:
         args = new_args
         args = new_args
     }
     }
    local old_content = mw.html.create('div'):node(old_table):tag('div'):wikitext(args.old)
    local new_content = mw.html.create('div'):node(new_table):tag('div'):wikitext(args.new)


     local kr_date = 'KR (' .. args.date .. ')'
     local kr_date = 'KR (' .. args.date .. ')'
Line 56: Line 59:
         title = 'Tabber',
         title = 'Tabber',
         args = {
         args = {
             NA = old_table,
             NA = old_content,
             [kr_date] = new_table
             [kr_date] = new_content
         }
         }
     }
     }