Module:Store locations list: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 124: Line 124:
             table.insert(members, item['Store Is members only'])
             table.insert(members, item['Store Is members only'])
         elseif type(item['Is members only']) == 'boolean' then
         elseif type(item['Is members only']) == 'boolean' then
mw.log("members only")
             table.insert(members, item['Is members only'])
             table.insert(members, item['Is members only'])
-- elseif type(item['Members']) == 'boolean' then
elseif type(item['Is members only']) == 'string' then
-- mw.log("members only")
mw.log("members only string")
        --    table.insert(members, item['Members'])
            table.insert(members, item['Members'])
         end
         end
          
          

Navigation menu