Bantuan API MediaWiki
Ini merupakan laman dokumentasi MediaWiki API yang dihasilkan secara automatik.
Dokumentasi dan contoh-contoh: https://www.mediawiki.org/wiki/API
list=contenttranslationfavoritesuggestions
- Modul ini memerlukan hak membaca.
- Source: ContentTranslation
- License: GPL-2.0-or-later
Get user's favorite suggestions for Content Translation.
Parameter:
Other general parameters are available.
- limit
Nombor maksimum terjemahan-terjemahan untuk mengambil.
- Type: integer or max
- The value must be between 1 and 500.
- Default: 100
- offset
Offset for paginated results.
Contoh:
- Fetch the favorite suggestions for the current user
- api.php?action=query&list=contenttranslationfavoritesuggestions [open in sandbox]