Just curious, is there any easy way how go get the list of pages that have specified template inside (e.g. list of all pages on Wikipedia that have Infobox template inside the article)?
Asked
Active
Viewed 4,305 times
1 Answers
13
Use the WhatLinksHere special page. Example

JohnD
- 3,884
- 1
- 28
- 40
-
1Thanks for the quick answer, John. Appreciate this! Forgot to mention that I'm looking for API for this... And looks like I found it. Here it is: http://en.wikipedia.org/w/api.php?action=query&list=embeddedin&eititle=Template:Infobox – Mr. Pumpkin Sep 11 '11 at 23:39
-
Funny thing, I have the [documentation page](http://www.mediawiki.org/wiki/API:Embeddedin) for that open right now as I'm working on a [PHP client](https://github.com/johnduhart/Fruity) for the API :-) – JohnD Sep 11 '11 at 23:42