2,875
edits
No edit summary |
No edit summary |
||
Line 203: | Line 203: | ||
else | else | ||
local tot = i.value * (i.amount or 0) | local tot = i.value * (i.amount or 0) | ||
valCell:wikitext(icons.GP(num.round2(tot))) | valCell | ||
:css('text-align','right') | |||
:wikitext(icons.GP(num.round2(tot))) | |||
end | end | ||
valCell:done() | valCell:done() | ||
Line 264: | Line 266: | ||
:tag("td") | :tag("td") | ||
:attr("colspan", 2) | :attr("colspan", 2) | ||
:css('font-weight', 'bold') | |||
:wikitext(table.concat(dlcIcons) .. ' ') | :wikitext(table.concat(dlcIcons) .. ' ') | ||
:wikitext(args['guideName'] or '{{{guideName}}}') | :wikitext(args['guideName'] or '{{{guideName}}}') |
edits