راهنمای واسط برنامهنویسی کاربردی مدیاویکی
این یک صفحهٔ مستندات برای واسط برنامهنویسی کاربردی مدیاویکی است که بهطور خودکار ایجاد شده است.
مستندات و نمونهها: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
meta=allmessages (am)
- این پودمان نیازمند اختیارات خواندن است.
- منبع: MediaWiki
- مجوز: GPL-2.0-or-later
Return messages from this site.
- ammessages
- Which messages to output. * (default) means all messages. 
- Separate values with | or alternative.
- حداکثر تعداد مقدارها ۵۰ است (۵۰۰ برای متقضایانی که مجوز محدودیتهای بالاتر را دارند).
- پیشفرض: *
- amprop
- Which properties to get. 
- مقدارهای (جداشده با | یا جایگزینهای آن): default
- amenableparser
- Set to enable parser, will preprocess the wikitext of message (substitute magic words, handle templates, etc.). 
- نوع: بولی (جزئیات)
- amnocontent
- If set, do not include the content of the messages in the output. 
- نوع: بولی (جزئیات)
- amincludelocal
- Also include local messages, i.e. messages that don't exist in the software but do exist as in the مدیاویکی namespace. This lists all مدیاویکی-namespace pages, so it will also list those that aren't really messages such as Common.js. 
- نوع: بولی (جزئیات)
- amargs
- Arguments to be substituted into message. 
- Separate values with | or alternative.
- حداکثر تعداد مقدارها ۵۰ است (۵۰۰ برای متقضایانی که مجوز محدودیتهای بالاتر را دارند).
- amfilter
- Return only messages with names that contain this string. 
- amcustomised
- Return only messages in this customisation state. 
- یکی از مقدارهای زیر: all، modified، unmodified
- پیشفرض: all
- amlang
- Return messages in this language. 
- amfrom
- Return messages starting at this message. 
- amto
- Return messages ending at this message. 
- amtitle
- Page name to use as context when parsing message (for amenableparser option). 
- amprefix
- Return messages with this prefix. 
- Show messages starting with ipb-.
- api.php?action=query&meta=allmessages&refix=ipb- [باز کردن در صفحهٔ تمرین]
- Show messages august and mainpage in German.
- api.php?action=query&meta=allmessages&ammessages=august|mainpage&amlang=de [باز کردن در صفحهٔ تمرین]