User:Claus chr/DPL/Test: Difference between revisions
Appearance
< User:Claus chr | DPL
No edit summary |
|||
(4 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> | ||
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 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}}