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>
[edit] Sublevel sort
Hello, i want to sort a list like this:
<sort> * Level 1 ** bla a ** bla b *** bla c * Level 2 ** blub a ** blub c *** blub b </sort>
Has someone an idea to realize this?? Thank you very much for your help!