Difference between revisions of "Test date formatting"

From FollowTheScore
Jump to: navigation, search
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Type:Test
+
{{Type Test
 
  |parameter = date formatting
 
  |parameter = date formatting
 
}}
 
}}
Line 51: Line 51:
 
   ordermethod=lastedit
 
   ordermethod=lastedit
 
   userdateformat= Y F d (D)
 
   userdateformat= Y F d (D)
</dpl>
 
 
{{Type:Test
 
|parameter = columns
 
}}
 
 
===multi-column output===
 
 
<dpl>
 
  resultsheader=__NOEDITSECTION____NOTOC__\n
 
  titlematch = %re%
 
  columns=3
 
</dpl>
 
 
===multi-column output with headingmode===
 
 
<dpl>
 
  resultsheader=__NOEDITSECTION____NOTOC__\n
 
  titlematch = %re%
 
  headingmode=H2
 
  ordermethod=category,sortkey
 
  columns=3
 
 
</dpl>
 
</dpl>
  
 
<dpl>reset=all</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.