Extension talk:Sort
From MediaWiki.org
[edit] Issues
The README refers to another extension as a reference
require_once( "{$IP}/extensions/MinimumNameLength/MinimumNameLength.php" );
if you have [1] [2] style links in your sort they will come out in random order on your page. so in the following example one.a's link could be [3] or it could be [1], same with two.a
== one == <sort> * item b [http://google.com/] * item a [http://google.com/] </sort> == two == <sort> * item b [http://google.com/] * item a [http://google.com/] </sort>

