What are some Wikipedia pages that have permanent protection?

How does one get a list of all the Wikipedia redirect pages to a given Wikipedia article?

Steven Walling at Quora Visit the source

Was this solution helpful to you?

Other answers

This tool, on the Toolserver, is what you're looking for. (For what it's worth, it is linked from the "what links here" page on English Wikipedia.") http://toolserver.org/~dispenser/cgi-bin/rdcheck.py I'm not sure whether there is a tool that works on non-English editions of Wikipedia.

Pete Forsyth

As mentioned by Steven Walling, the "What links here" function can be used. If you need to do this in a program, the API can also be used: Reference: http://www.mediawiki.org/wiki/API:Backlinks Example (all backlinks for 'Eiffel Tower'): http://en.wikipedia.org/w/api.php?action=query&list=backlinks&bltitle=Eiffel_Tower&bllimit=max&format=json Example (only redirects to 'Eiffel Tower'): http://en.wikipedia.org/w/api.php?action=query&list=backlinks&bltitle=Eiffel_Tower&blfilterredir=redirects&bllimit=max&format=json (These have 'bllimit' set to 'max' to return all results and 'format' set to 'json'.

Manic Laughter

Under the "what links here" list, is it possible to filter redirects specifically?

Anderson Green

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.