Alex
Created page with "--<nowiki> --[[ Implements helper templates for {{GECoinsTotal}} and {{GECoinsTotalqty}} Adds all prices together and creates an easy to parse number --]] local p = {} local geprice = require('Module:Exchange')._price --[[ For simple sets, 1 item at a time {{GETotal|a|b|c}} will add the prices of a, b, and c Does not allow quantities of items Technically unlimited --]] function p.simple(frame) local args = frame:getParent().args local prices = {} for _, v in i..."