Difference between revisions of "Test date formatting"

From FollowTheScore
Jump to: navigation, search
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
{{Type Test
 +
|parameter = date formatting
 +
}}
 
== Show user specific date formatting ==
 
== Show user specific date formatting ==
  
Line 7: Line 10:
 
   titlematch=%N%
 
   titlematch=%N%
 
   addeditdate=true
 
   addeditdate=true
   ordermethod=name,editdate
+
   ordermethod=lastedit
 
</dpl>
 
</dpl>
 
</nowiki></pre>
 
</nowiki></pre>
Line 13: Line 16:
 
   titlematch=%N%
 
   titlematch=%N%
 
   addeditdate=true
 
   addeditdate=true
   ordermethod=name,editdate
+
   ordermethod=lastedit
 
</dpl>
 
</dpl>
  
Line 22: Line 25:
 
   titlematch=%N%
 
   titlematch=%N%
 
   addeditdate=true
 
   addeditdate=true
   userdateformat= y-m-d (D)
+
  ordermethod=lastedit
 +
   userdateformat= y-m-d
 
</dpl>
 
</dpl>
 
</nowiki></pre>
 
</nowiki></pre>
Line 28: Line 32:
 
   titlematch=%N%
 
   titlematch=%N%
 
   addeditdate=true
 
   addeditdate=true
   userdateformat= y-m-d (D)
+
  ordermethod=lastedit
 +
   userdateformat= y-m-d
 
</dpl>
 
</dpl>
 +
 +
=== Day only, more verbose ===
 +
 +
<pre><nowiki>
 +
<dpl>
 +
  titlematch=%N%
 +
  addeditdate=true
 +
  ordermethod=lastedit
 +
  userdateformat= Y M d (D)
 +
</dpl>
 +
</nowiki></pre>
 +
<dpl>
 +
  titlematch=%N%
 +
  addeditdate=true
 +
  ordermethod=lastedit
 +
  userdateformat= Y F d (D)
 +
</dpl>
 +
 +
<dpl>reset=all</dpl>

Latest revision as of 12:45, 28 January 2008

Test date formatting

Show user specific date formatting

standard format

<dpl> 
  titlematch=%N%
  addeditdate=true
  ordermethod=lastedit
</dpl>

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

Day only

<dpl> 
  titlematch=%N%
  addeditdate=true
  ordermethod=lastedit
  userdateformat= y-m-d
</dpl>

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

Day only, more verbose

<dpl> 
  titlematch=%N%
  addeditdate=true
  ordermethod=lastedit
  userdateformat= Y M d (D)
</dpl>

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.