Difference between revisions of "Test date formatting"

From FollowTheScore
Jump to: navigation, search
Line 7: Line 7:
 
   titlematch=%N%
 
   titlematch=%N%
 
   addeditdate=true
 
   addeditdate=true
   ordermethod=name,editdate
+
   ordermethod=lastedit
 
</dpl>
 
</dpl>
 
</nowiki></pre>
 
</nowiki></pre>
Line 13: Line 13:
 
   titlematch=%N%
 
   titlematch=%N%
 
   addeditdate=true
 
   addeditdate=true
   ordermethod=name,editdate
+
   ordermethod=lastedit
 
</dpl>
 
</dpl>
  
Line 22: Line 22:
 
   titlematch=%N%
 
   titlematch=%N%
 
   addeditdate=true
 
   addeditdate=true
 +
  ordermethod=lastedit
 
   userdateformat= y-m-d (D)
 
   userdateformat= y-m-d (D)
 
</dpl>
 
</dpl>
Line 28: Line 29:
 
   titlematch=%N%
 
   titlematch=%N%
 
   addeditdate=true
 
   addeditdate=true
 +
  ordermethod=lastedit
 
   userdateformat= y-m-d (D)
 
   userdateformat= y-m-d (D)
 
</dpl>
 
</dpl>

Revision as of 13:48, 26 February 2007

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 (D)
</dpl>

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