Difference between revisions of "Test ignorecase"
From FollowTheScore
(New page: {{Type:Test |parameter = ignorecase }} ===linksto abc=== <dpl> linksto = abc ignorecase = yes format = ,\n:%TITLE links to %PAGESEL% </dpl>) |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | {{Type | + | {{Type Test |
|parameter = ignorecase | |parameter = ignorecase | ||
}} | }} | ||
===linksto abc=== | ===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: | ||
+ | <dpl> | ||
+ | linksto = abc | ||
+ | format = ,\n:[[%PAGE%|%TITLE%]] links to [[%PAGESEL%]] | ||
+ | </dpl> | ||
+ | ---- | ||
+ | A query with linksto "abc" and "ignorecase=yes' delivers: | ||
<dpl> | <dpl> | ||
linksto = abc | linksto = abc | ||
ignorecase = yes | ignorecase = yes | ||
− | format = ,\n:[[%PAGE%|%TITLE]] links to [[%PAGESEL%]] | + | format = ,\n:[[%PAGE%|%TITLE%]] links to [[%PAGESEL%]] |
</dpl> | </dpl> |
Latest revision as of 11:43, 28 January 2008
Test | ignorecase |
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