User:Sohom Datta/Link-dispenser

Soft redirect to:toolforge:link-dispenser
This page is a soft redirect.

Link dispenser is a stripped down rewrite of User:Dispenser/Checklinks. It allows editors to check the health of external links present in references on a specific page.

As a tool edit

Link-dispenser can be accessed at this URL. To link to a specific result from the tool, you can use https://link-dispenser.toolforge.org/analyze/<your_article_name_here>

As a script edit

To have a link to the tool in your "tools" section, you can use the following Javascript snippet.

mw.util.addPortletLink( 'p-cactions', 
	'https://link-dispenser.toolforge.org/analyze/' + mw.config.get( 'wgPageName' ), 
	'Check health of links on page');

FAQ: Frequently anticipated questions edit

The tool is stuck on a particular version of a article?

The tool caches responses for 30 minutes, if you have made edits in the last day, those changes will not show up. If you want to run the tool on the updated article, you can bypass the cache by appending ?nocache=true to the URL.

What about other languages?

Adding support for other languages should be relatively easy, as long as certain information regarding the wiki is provided. If there is interest in supporting additional language editions of wikipedia, feel free to contact me on my talk page here and we can talk from there :)