Site Notice

hello, world

Difference between revisions of "Module:SongsInAnime/table"

From Project-EPB Commons
([InPageEdit] 没有编辑摘要)
([InPageEdit] 没有编辑摘要)
Line 1: Line 1:
 
return {
 
return {
 +
  -- 第一集
 
   ['外行人'] = {
 
   ['外行人'] = {
 
     ['音乐1'] = {
 
     ['音乐1'] = {
Line 10: Line 11:
 
     }
 
     }
 
   },
 
   },
   ['第二集的名字'] = {
+
  -- 第四集
     ['音乐1'] = {
+
   ['国王'] = {
       ['time'] = '2分01秒', -- 出现时间
+
     ['All Of You Is All Of Me'] = {
       ['description'] = '在xx在干xx的时候播出。' -- 具体说明
+
       ['time'] = '16分09秒',
    },
+
       ['description'] = '作为[[空白]]就任[[人类种]]国王前,[[空]]在全人类种面前发表演讲时的BGM。'
    ['音乐3'] = {
 
      ['time'] = '',
 
      ['description'] = ''
 
 
     }
 
     }
 
   },
 
   },
   ['第三集的名字'] = {
+
  -- 第六集
     ['音乐5'] = {
+
   ['一步'] = {
       ['time'] = '5分37秒', -- 出现时间
+
     ['All Of You Is All Of Me'] = {
       ['description'] = '在xx在干xx的时候播出。' -- 具体说明
+
       ['time'] = '18分40秒',
    },
+
       ['description'] = '作为空白与[[吉普莉尔]]的[[实体化文字接龙游戏]]进行到<暗弱→库仑力>环节的BGM。'
    ['音乐7'] = {
 
      ['time'] = '',
 
      ['description'] = ''
 
 
     }
 
     }
 
   }
 
   }
 
   -- 以此类推
 
   -- 以此类推
 
}
 
}

Revision as of 02:03, 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'] = ''
    }
  },
  -- 第四集
  ['国王'] = {
    ['All Of You Is All Of Me'] = {
      ['time'] = '16分09秒',
      ['description'] = '作为[[空白]]就任[[人类种]]国王前,[[空]]在全人类种面前发表演讲时的BGM。'
    }
  },
  -- 第六集
  ['一步'] = {
    ['All Of You Is All Of Me'] = {
      ['time'] = '18分40秒',
      ['description'] = '作为空白与[[吉普莉尔]]的[[实体化文字接龙游戏]]进行到<暗弱→库仑力>环节的BGM。'
    }
  }
  -- 以此类推
}