Difference between revisions of "Test date formatting"

From FollowTheScore
Jump to: navigation, search
Line 23: Line 23:
 
   addeditdate=true
 
   addeditdate=true
 
   ordermethod=lastedit
 
   ordermethod=lastedit
   userdateformat= y-m-d (D)
+
   userdateformat= y-m-d
 
</dpl>
 
</dpl>
 
</nowiki></pre>
 
</nowiki></pre>
Line 30: Line 30:
 
   addeditdate=true
 
   addeditdate=true
 
   ordermethod=lastedit
 
   ordermethod=lastedit
   userdateformat= y-m-d (D)
+
   userdateformat= y-m-d
 +
</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 M d (D)
 
</dpl>
 
</dpl>

Revision as of 13:49, 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
</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 '=')