User:Claus chr/DPL/Test: Difference between revisions

From KDE UserBase Wiki
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Testing DPL ==
== Testing DPL ==


{{Input|1=<nowiki>{{Search|\[\[Special:myLanguage/Applications}}</nowiki>}}
<!--
{{Search|\[\[Special:myLanguage/Applications}}
-->
This only finds new style links, and conversely find links to subpages as well. Better use the LinksTo template
{{Input|1=<nowiki>{{LinksTo|Applications}}</nowiki>}}
<!--
{{LinksTo|Applications}}
-->
<!--
{{Input|1=<nowiki>
{{Input|1=<nowiki>
<DPL>
<DPL>
   namespace=Main |User
   namespace=Main |User
   nottitleregexp = .*(/..(-..)?|_[(].*[)])$
   nottitleregexp = .*(/..(.|-..)?|_[(].*[)])$
   titlematch = A%|B%|C%|D%|E%|F%|G%|H%|I%|J%
   titlematch = A%|B%|C%|D%|E%|F%|G%|H%|I%|J%
   include = *
   include = *
Line 16: Line 31:
<DPL>
<DPL>
   namespace=Main
   namespace=Main
   nottitleregexp = .*(/..(-..)?|_[(].*[)])$
   nottitleregexp = .*(/..(.|-..)?|_[(].*[)])$
   titlematch = A%|B%|C%|D%|E%|F%|G%|H%|I%|J%
   titlematch = A%|B%|C%|D%|E%|F%|G%|H%|I%|J%
   include = *
   include = *
Line 27: Line 42:
<DPL>
<DPL>
   namespace=Main
   namespace=Main
   nottitleregexp = .*(/..(-..)?|_[(].*[)])$
   nottitleregexp = .*((/[a-z][a-z](.|-..)?)|([ _][(][a-z][a-z][)]))$
   titlematch = K%
   titlematch = K%
   include = *
   include = *
Line 38: Line 53:
<DPL>
<DPL>
   namespace=Main
   namespace=Main
   nottitleregexp = .*(/..(-..)?|_[(].*[)])$
   nottitleregexp = .*(/..(.|-..)?|_[(].*[)])$
   titlematch = L%|M%|N%|O%|P%|Q%|R%|S%|T%|U%|V%|W%|X%|Y%|Z%
   titlematch = L%|M%|N%|O%|P%|Q%|R%|S%|T%|U%|V%|W%|X%|Y%|Z%
   include = *
   include = *
Line 46: Line 61:
   format = ,\n* [[%PAGE%|%TITLE%]],,
   format = ,\n* [[%PAGE%|%TITLE%]],,
</DPL>
</DPL>
->>
<!--
<!--
<DPL>
<DPL>

Latest revision as of 07:35, 10 August 2023

Testing DPL

{{Search|\[\[Special:myLanguage/Applications}}


This only finds new style links, and conversely find links to subpages as well. Better use the LinksTo template

{{LinksTo|Applications}}