MediaWiki API ヘルプ
このページは自動生成された MediaWiki API の説明文書ページです。
説明文書と例: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=timedtext
(main | timedtext)
- このモジュールは内部的または不安定です。動作が予告なく変更される場合があります。
- このモジュールは読み取りの権限を必要とします。
- ソース: TimedMediaHandler
- ライセンス: GPL-2.0-or-later
Provides timed text content for usage by <track> elements
パラメーター:
その他一般パラメーターが利用可能です。
- title
The media file title for which to retrieve timed text
- pageid
The pageid of the media file for which to retrieve timed text
- 型: 整数
- trackformat
The file format in which to return timed text
- この変数は必須です。
- 値 (次の値のいずれか1つ): srt、vtt
- lang
The language of the timed text to retrieve
例:
- Fetch an SRT subtitle file in German for the file Example.ogv
- api.php?action=timedtext&title=File:Example.ogv&lang=de&trackformat=vtt [サンドボックスで開く]