미디어위키 API 도움말

이 페이지는 自動으로 生成된 미디어위키 API 도움말 文書입니다.

說明 文書 및 例示: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page

action=timedtext

( main | timedtext )
  • 이 모듈은 內部用이거나 不安定합니다. 動作은 豫告 없이 變更될 수 있습니다.
  • 이 모듈은 read 權限을 要求합니다.
  • 出處: TimedMediaHandler
  • 라이선스: GPL-2.0-or-later

<track> 要素들의 使用에 對한 타임드 텍스트 內容을 提供합니다

特定 變數:
다른 一般 變數를 使用할 수 있습니다.
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

이 變數는 必須입니다.
다음 값 中 하나: srt, vtt 또는 다른 文字列 : 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 [演習場에서 열기]