Справка MediaWiki API

This is an auto-generated MediaWiki API documentation page.

Documentation and examples: https://www.mediawiki.org/wiki/API

prop=templates (tl)

(main | query | templates)
  • Этот модуль требует прав на чтение.
  • Этот модуль может быть использован в качестве генератора.
  • Источник: MediaWiki
  • Лицензия: GPL-2.0+

Returns all pages transcluded on the given pages.

Параметры:
tlnamespace

Показывать шаблоны только из данного списка имен

Values (separate with |): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 102, 103, 100, 101, 104, 105
tllimit

Как много шаблонов для возврата

Разрешено не более чем 500 (5000 для ботов).
Тип: целое число или max
По умолчанию: 10
tlcontinue

Когда доступно больше результатов, использовать этот чтобы продолжить.

tltemplates

Only list these templates. Useful for checking whether a certain page uses a certain template.

Разделяйте значения с помощью |. Максимальное количество значений должно быть 50 (500 для ботов).
tldir

The direction in which to list.

One value: ascending, descending
По умолчанию: ascending
Примеры:
Get the templates used on the page Main Page.
api.php?action=query&prop=templates&titles=Main%20Page
Get information about the template pages used on Main Page.
api.php?action=query&generator=templates&titles=Main%20Page&prop=info
Get pages in the Участник and Шаблон namespaces that are transcluded on the page Main Page.
api.php?action=query&prop=templates&titles=Main%20Page&tlnamespace=2|10