模块:勋章:修订间差异

跳到导航 跳到搜索
添加1,143字节 、​ 2022年3月12日 (星期六)
无编辑摘要
无编辑摘要
无编辑摘要
第54行: 第54行:
             :done()
             :done()
     end
     end
    --创建表格
    if args['price' .. awardNum] then
        local price = infoTable:tag('tr')
        price
            :tag('th')
            :wikitext('价格')
            :done()
            :tag('td')
            :wikitext(args['cost' .. awardNum])
            :done()
    end
    if args['Purchase' .. awardNum] then
        local Purchase = infoTable:tag('tr')
        Purchase
            :tag('th')
            :wikitext('购买条件')
            :done()
            :tag('td')
            :wikitext(args['cost' .. awardNum])
            :done()
    end
    if args['Effect' .. awardNum] then
        local Effect = infoTable:tag('tr')
        Effect
            :tag('th')
            :wikitext('效果')
            :done()
            :tag('td')
            :wikitext(args['cost' .. awardNum])
            :done()
    end 
    if args['upgrade' .. awardNum] then
        local upgrade = infoTable:tag('tr')
        upgrade
            :tag('th')
            :wikitext('升级说明')
            :done()
            :tag('td')
            :wikitext(args['cost' .. awardNum])
            :done()
    end
--创建表格
     if args['EXP' .. awardNum] then
     if args['EXP' .. awardNum] then
         local EXP = infoTable:tag('tr')
         local EXP = infoTable:tag('tr')
第84行: 第126行:
     end
     end


   
     return awardDiv:node(infoTable)
     return awardDiv:node(infoTable)


15,321

个编辑

导航菜单