模块:勋章:修订间差异

跳到导航 跳到搜索
添加598字节 、​ 2022年3月21日 (星期一)
补充
无编辑摘要
(补充)
第133行: 第133行:
             :tag('td')
             :tag('td')
             :wikitext(args['author' .. awardNum])
             :wikitext(args['author' .. awardNum])
            :done()
    end
        if args['inspiration' .. awardNum] then
        local inspiration = infoTable:tag('tr')
        inspiration
            :tag('th')
            :wikitext('灵感')
            :done()
            :tag('td')
            :wikitext(args['inspiration' .. awardNum])
            :done()
        end
    if args['testimonials' .. awardNum] then
        local testimonials = infoTable:tag('tr')
        testimonials
            :tag('th')
            :wikitext('感言')
            :done()
            :tag('td')
            :wikitext(args['testimonials' .. awardNum])
             :done()
             :done()
     end
     end
15,317

个编辑

导航菜单