API:Embeddedin

From MediaWiki.org
Jump to: navigation, search
Tools clipart.png This page is part of the MediaWiki API documentation.
MediaWiki API

Quick overview:

v · d · e
MediaWiki version: 1.11

List pages that transclude a certain page.

Parameters[edit | edit source]

  • eititle: List pages including this title. The title need not exist
  • einamespace: Only list pages in these namespaces
  • eifilterredir: How to filter redirects (Default: all)
    • all: List all pages regardless of their redirect flag
    • redirects: Only list redirects
    • nonredirects: Don't list redirects
  • eilimit: Maximum amount of pages to list No more than 500 (5000 for bots) allowed. (Default: 10)
  • eicontinue: Used to continue a previous request

Example[edit | edit source]

Find all pages that embed en:template:Stub.

Error Codes[edit | edit source]

Code Info
eibadcontinue Invalid continue param. You should pass the original value returned by the previous query.