Is there anybody who knows how to put this page in to alphabetical order ? ... <snippage> ...
\
First, copy the contents of the page to a text editor with a search and replace function, search for all of the instances of '>', and replace each one with '>, ' (NB: that is a three character string which ends with a space). Save the text file with the extension "~.csv". Then, import the file ~.csv file into a speadsheet program, and you should have each item in the list in a separate cell, and you can use the spreadsheet's sort functions on the contents. This is the simplest way, but what I would actually do is just a wee bit more complicated: in the text file I'd search for all instances of '<' and replace them with a null string, and replace '>' with ', ' (comma space) before saving the ~.csv file.
BTW, if your text editor will not allow you to save the file with the extension ~.csv, you can probably save it a s a plain text file, and use your operating system's file management utilities to change the extension. It takes me less time to do than it did to write the description.
I am not advocating doing this with the page cited, for the reasons suggested by the other contributors to the thread, but on more than one occasion I have found it useful to be able to create a sortable list of trainz assets from things that do not appear--at least, do not appear at first glance--to be sortable.
ns