Reference Organizer | |
---|---|
Description | Reference Organizer displays all article's references in graphical user interface, where you can choose whether the references should be defined in the body of article or in the reference list template (list-defined format). You can also sort the references in various ways (optionally keeping the sort order), and rename the references. |
Author(s) | Kaniivel |
Status | No known bugs, stay tuned for new options and even better functionality |
Updated | May 7, 2017 |
Source | User:Kaniivel/RefConsolidate_start.js, User:Kaniivel/RefConsolidate.js |
GitHub repository | refcon |
Reference Organizer is a Wikipedia user script that allows organizing references according to user preferences.
The script parses the article for references, it detects and stacks identical and duplicate references. The result is then presented in graphical user interface (GUI). You can choose which references should be defined in the body of article and which ones in the reference list template ({{reflist}}) – all, none, based on reference citation count, or by ticking the references individually. You can also sort the references in various ways (and optionally keep the sort order in the reference list template) and rename the references. In the next step you are presented with the "Show changes" view, and you can choose whether to save the changes made by the script.
When installed, this tool can be accessed from the "More" menu.
Please refer to the Help:List-defined references page for a description of reference list markup, as opposed to references being defined in the body of article.
Reference Organizer's code is partially based on Wikipedia gadget ProveIt.
To use this script: Copy the text below, then click here, paste the line, and hit the Publish changes button.
importScript( 'User:Kaniivel/RefConsolidate_start.js' );