Module:Store locations list: Difference between revisions

Jump to navigation Jump to search
no edit summary
(Created page with "-- <pre> local p = {} local commas = require("Module:Addcommas")._add local params = require('Module:Paramtest') local yesNo = require("Module:Yesno") local purge = require("Module:Purge")._purge local p2pIcon = 'frameless|link=Pay-to-play' local f2pIcon = 'frameless|link=Free-to-play' function p.main(frame) return p._main(frame:getParent().args) end function p._main(args) local item, limit = params.defa...")
 
No edit summary
Line 144: Line 144:
      
      
     local location = item['Location']
     local location = item['Location']
     local region = item['Region']
     --local region = item['Region']


     if type(location) == 'table' and #location == 0 then
     if type(location) == 'table' and #location == 0 then
Line 150: Line 150:
     end
     end


     if type(region) == 'table' and #region == 0 then
     -- if type(region) == 'table' and #region == 0 then
        region = {editbtn}
    --    region = {editbtn}
     end
     -- end
      
      
     local currency = item['Store currency']
     local currency = item['Store currency']
Line 225: Line 225:
         seller = seller,
         seller = seller,
         location = location,
         location = location,
         region = region,
         --region = region,
         sellvalue = sellvalue,
         sellvalue = sellvalue,
         sellSortValue = sellSortValue,
         sellSortValue = sellSortValue,

Navigation menu