Difference between revisions of "Test Sort order"

From FollowTheScore
Jump to: navigation, search
(New page: {{Type:Test |parameter = collationorder }} == standard sort == <dpl> titlematch=Test % </dpl> == case insensitive sort == <dpl> titlematch=Test % ordercollation=latin1_swedish_ci ...)
 
Line 3: Line 3:
 
}}
 
}}
  
 +
watch the order position of "Test Dummy" !
 +
{|
 +
!
 
== standard sort ==
 
== standard sort ==
 +
!
 +
== case insensitive sort ==
 +
|-
 +
|
 
<dpl>
 
<dpl>
 
   titlematch=Test %
 
   titlematch=Test %
 
</dpl>
 
</dpl>
 
+
|
== case insensitive sort ==
 
 
<dpl>
 
<dpl>
 
   titlematch=Test %
 
   titlematch=Test %
 
   ordercollation=latin1_swedish_ci
 
   ordercollation=latin1_swedish_ci
 
</dpl>
 
</dpl>
 +
|-
 +
|}

Revision as of 16:40, 30 August 2007

Template:Type:Test

watch the order position of "Test Dummy" !

standard sort

case insensitive sort