Site Notice

hello, world

Difference between revisions of "Module:SongsInAnime/table"

From Project-EPB Commons
m (机智的小鱼君 moved page Module:SongInAnime/table to Module:SongsInAnime/table without leaving a redirect)
([InPageEdit] 没有编辑摘要)
Line 11: Line 11:
 
   },
 
   },
 
   ['第二集的名字'] = {
 
   ['第二集的名字'] = {
     -- 同上
+
     ['音乐1'] = {
 +
      ['time'] = '2分01秒', -- 出现时间
 +
      ['description'] = '在xx在干xx的时候播出。' -- 具体说明
 +
    },
 +
    ['音乐3'] = {
 +
      ['time'] = '',
 +
      ['description'] = ''
 +
    }
 +
  },
 +
  ['第三集的名字'] = {
 +
    ['音乐5'] = {
 +
      ['time'] = '5分37秒', -- 出现时间
 +
      ['description'] = '在xx在干xx的时候播出。' -- 具体说明
 +
    },
 +
    ['音乐7'] = {
 +
      ['time'] = '',
 +
      ['description'] = ''
 +
    }
 
   }
 
   }
 
   -- 以此类推
 
   -- 以此类推
 
}
 
}

Revision as of 01:24, 11 April 2020

Documentation for this module may be created at Module:SongsInAnime/table/doc

return {
  ['外行人'] = {
    ['音乐1'] = {
      ['time'] = '4分12秒', -- 出现时间
      ['description'] = '在xx在干xx的时候播出。' -- 具体说明
    },
    ['音乐2'] = {
      ['time'] = '',
      ['description'] = ''
    }
  },
  ['第二集的名字'] = {
    ['音乐1'] = {
      ['time'] = '2分01秒', -- 出现时间
      ['description'] = '在xx在干xx的时候播出。' -- 具体说明
    },
    ['音乐3'] = {
      ['time'] = '',
      ['description'] = ''
    }
  },
  ['第三集的名字'] = {
    ['音乐5'] = {
      ['time'] = '5分37秒', -- 出现时间
      ['description'] = '在xx在干xx的时候播出。' -- 具体说明
    },
    ['音乐7'] = {
      ['time'] = '',
      ['description'] = ''
    }
  }
  -- 以此类推
}