「モジュール:SMWメンバー情報」の版間の差分

setPropertyはこの場所にも置くべきだったのか?
(AKBから 他の秋元指原グループに行った人対策)
(setPropertyはこの場所にも置くべきだったのか?)
タグ: 手動差し戻し
 
(同じ利用者による、間の2版が非表示)
77行目: 77行目:
       end
       end
       -- Store the group and selection times
       -- Store the group and selection times
       total_s = total_s + tonumber(num)
       if tonumber(num) > 0 then
      table.insert(dataStore["選抜回数"], extractedGroup .. ';' .. num)
        total_s = total_s + tonumber(num)
        table.insert(dataStore["選抜回数"], extractedGroup .. ';' .. num)
      end
   end
   end
   -- Add the total selection times to the dataStore
   -- Add the total selection times to the dataStore
102行目: 104行目:
       end
       end
       -- Store the group and selection times
       -- Store the group and selection times
       total_c = total_c + tonumber(num)
       if  tonumber(num) > 0 then
      table.insert(dataStore["センター回数"], extractedGroup .. ';' .. num)
        total_c = total_c + tonumber(num)
        table.insert(dataStore["センター回数"], extractedGroup .. ';' .. num)
      end
   end
   end
   -- Add the total selection times to the dataStore
   -- Add the total selection times to the dataStore
137行目: 141行目:
       end
       end
       -- Store the group and selection times
       -- Store the group and selection times
       total_s = total_s + tonumber(num)
       if tonumber(num) > 0 then
      table.insert(dataStore["選抜回数"], extractedGroup .. ';' .. num)
        total_s = total_s + tonumber(num)
        table.insert(dataStore["選抜回数"], extractedGroup .. ';' .. num)
      end
   end
   end
   -- Add the total selection times to the dataStore
   -- Add the total selection times to the dataStore
163行目: 169行目:
       end
       end
       -- Store the group and selection times
       -- Store the group and selection times
       total_c = total_c + tonumber(num)
       if tonumber(num) > 0 then
      table.insert(dataStore["センター回数"], extractedGroup .. ';' .. num)
        total_c = total_c + tonumber(num)
        table.insert(dataStore["センター回数"], extractedGroup .. ';' .. num)
      end
   end
   end
   -- Add the total selection times to the dataStore
   -- Add the total selection times to the dataStore
管理者、user-upload
32,751

回編集