模块:勋章:修订间差异

跳到导航 跳到搜索
添加281字节 、​ 2021年4月27日 (星期二)
无编辑摘要
无编辑摘要
无编辑摘要
第34行: 第34行:
         :attr('border', '1')
         :attr('border', '1')
         :attr('cellspacing', '0')
         :attr('cellspacing', '0')
    if args['limited' .. awardNum] then
        local EXP = infoTable:tag('tr')
        EXP
            :tag('th')
            :wikitext('限定贩售期间')
            :done()
            :tag('td')
            :wikitext(args['limited' .. awardNum])
            :done()
    end
     if args['EXP' .. awardNum] then
     if args['EXP' .. awardNum] then
         local EXP = infoTable:tag('tr')
         local EXP = infoTable:tag('tr')

导航菜单