Difference between revisions of "Test ignorecase"

From FollowTheScore
Jump to: navigation, search
Line 8: Line 8:
 
<dpl>
 
<dpl>
 
   linksto = abc
 
   linksto = abc
  format = ,\n:[[%PAGE%|%TITLE%]] links to [[%PAGESEL%]]
 
</dpl>
 
----
 
A normal query with linksto "Abc" would deliver:
 
<dpl>
 
  linksto = Abc
 
 
   format = ,\n:[[%PAGE%|%TITLE%]] links to [[%PAGESEL%]]
 
   format = ,\n:[[%PAGE%|%TITLE%]] links to [[%PAGESEL%]]
 
</dpl>
 
</dpl>

Revision as of 09:49, 26 September 2007

Template:Type:Test

linksto abc

We have two documents "abc" with with differences in the case of their names (Abc and AbC). A normal query with linksto "abc" would deliver:

AbC links to Abc
Abc/def links to Abc
DPL does not work with Cite-Extension under MW1.12/Demo1 links to Abc
Discussion links to Abc

A query with linksto "abc" and "ignorecase=yes' delivers:

AbC links to Abc
Abc/def links to Abc
DPL does not work with Cite-Extension under MW1.12/Demo1 links to Abc
Discussion links to Abc