Difference between revisions of "Test regexp"

From FollowTheScore
Jump to: navigation, search
(New page: {{Type:Test |parameter = titleregexp }} == show articles with two "m" == first we look for %m%m% with titlematch: <DPL> titlematch=%m%m% </DPL> ---- Now we look for m.m with title...)
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Type:Test
+
{{Type Test
 
  |parameter = titleregexp
 
  |parameter = titleregexp
 
}}
 
}}
Line 11: Line 11:
  
 
----
 
----
Now we look for m.m with titleregexp
+
Now we look for m.m with titleregexp, which gives us only those pages where there is just one letter between the two "m"s:
 
<DPL>  
 
<DPL>  
 
   titleregexp=m.m  
 
   titleregexp=m.m  
 
</DPL>
 
</DPL>
 +
 +
<dpl>reset=all</dpl>

Latest revision as of 12:28, 28 January 2008

Test titleregexp

show articles with two "m"

first we look for %m%m% with titlematch:

Extension:DynamicPageList (DPL), version 3.2.1: Warning: No parameter option supplied for ' '. (Missing '=')


Now we look for m.m with titleregexp, which gives us only those pages where there is just one letter between the two "m"s:

Extension:DynamicPageList (DPL), version 3.2.1: Warning: No parameter option supplied for ' '. (Missing '=')

Extension:DynamicPageList (DPL), version 3.2.1: Error: No selection criteria found! You must use at least one of the following parameters: category, namespace, titlematch, linksto, uses, createdby, modifiedby, lastmodifiedby, or their 'not' variants


Extension:DynamicPageList (DPL), version 3.2.1: Warning: No results.