راهنمای واسط برنامهنویسی کاربردی مدیاویکی
این یک صفحهٔ مستندات برای واسط برنامهنویسی کاربردی مدیاویکی است که بهطور خودکار ایجاد شدهاست.
مستندات و نمونهها: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=timedtext
(main | timedtext)
- This module is internal or unstable. Its operation may change without notice.
- این پودمان نیازمند اختیارات خواندن است.
- منبع: 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
- این پارامتر الزامی است.
- یکی از مقدارهای زیر: 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 [باز کردن در صفحهٔ تمرین]