Difference between revisions of "Test date formatting"

From FollowTheScore
Jump to: navigation, search
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Type:Test
+
{{Type Test
 
  |parameter = date formatting
 
  |parameter = date formatting
 
}}
 
}}
Line 52: Line 52:
 
   userdateformat= Y F d (D)
 
   userdateformat= Y F d (D)
 
</dpl>
 
</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.