< BrandonXLF's scripts | JS | Base template

List Sorter
DescriptionAdds a link to sort lists
List Sorter adds a link in the page options dropdown to choose what lists on the page to sort. It sorts based on the contents of the list items after they are parsed.
Author(s)User:BrandonXLF
StatusWorking
First releasedMarch 10, 2020
SourceListSorter.js (git)
GitHub repositorywikipedia-user-scripts

List Sorter adds a link in the page options dropdown to choose what lists on the page to sort. It sorts based on the contents of the list items after they are parsed.

Installation

importScript('User:BrandonXLF/ListSorter.js'); // [[User:BrandonXLF/ListSorter.js]]
mw.loader.load('/w/index.php?title=User:BrandonXLF/ListSorter.js&action=raw&ctype=text/javascript'); // [[User:BrandonXLF/ListSorter.js]]
mw.loader.load('https://en.wikipedia.org/w/index.php?title=User:BrandonXLF/ListSorter.js&action=raw&ctype=text/javascript');

Comments/Bugs

Comments are welcome on my talk page, be sure to indicate that you're talking about this script in the title. I would really like any suggestion to make the script run better.