User:Technical 13/Scripts/OrphanStatus
Due to Technical 13's retirement, this tool is currently unmaintained. Other users are encouraged to take on the task of developing and maintaining it. |
Browser/skin compatibility table
| |||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Author(s) | Technical 13 |
---|---|
Status | Beta |
Updated | November 25, 2019 (4 years ago) |
Browsers | Firefox 33 |
Skins | Vector |
Source | User:Technical 13/Scripts/OrphanStatus.js |
This script runs while viewing pages in article space that are tagged with {{Orphan}} or some version of it (anything that has ended up in Category:Orphaned articles) and gives the orphan status of the page by checking the number of incoming links.
If there is at least one incoming link from article space (it will offer a link to "other pages" which is a filtered WhatLinksHere so you can see exactly which articles), then there will be a deOrphan link. Clicking that link will try and remove the {{Orphan}} tag from the page.
When the attempt (successful or not) is completed it will either give a link to load only the diff of the edit (in cases where it detected the old syntax for Multiple issues which it has trouble with in some cases) or links to reload or view the diff.
To-do list for User:Technical 13/Scripts/OrphanStatus:
|
Using this script
[edit]On the English Wikipedia
[edit]This script can be imported to skin.js or common.js by adding:
importScript( 'User:Technical 13/Scripts/OrphanStatus.js' );// [[User:Technical 13/Scripts/OrphanStatus]]
Step two
[edit]Once you have saved the above to your common.js, you will have to WP:BYPASS your cache to see the effects.