Module:Store locations list: Difference between revisions

Jump to navigation Jump to search
no edit summary
mNo edit summary
No edit summary
Line 99: Line 99:
         '?Store notes',
         '?Store notes',
         '?Members',
         '?Members',
'?Is members only',
         offset = 0,
         offset = 0,
         limit = limit or 500,
         limit = limit or 500,
Line 125: Line 126:
mw.log("members only")
mw.log("members only")
             table.insert(members, item['Is members only'])
             table.insert(members, item['Is members only'])
-- elseif type(item['Members']) == 'boolean' then
-- mw.log("members only")
        --    table.insert(members, item['Members'])
         end
         end
          
          

Navigation menu