Jump to content

User:Annew/DPL: Difference between revisions

From KDE UserBase Wiki
Pipesmoker (talk | contribs)
Annew (talk | contribs)
No edit summary
Line 104: Line 104:
   format = ,\n* [[%PAGE%|%TITLE%]],,
   format = ,\n* [[%PAGE%|%TITLE%]],,
   resultsheader = There are %TOTALPAGES% pages that still display the old i18n language bar\n
   resultsheader = There are %TOTALPAGES% pages that still display the old i18n language bar\n
</DPL>
==Pages not updated since 1st July 2010==
{{Input|1=<nowiki><DPL>
  namespace = Main
  lastrevisionbefore = 201007010000
  columns = 2
  ordermethod=lastedit
  format = ,\n* (%DATE%) [[%PAGE%|%TITLE%]],,
  resultsheader = There are %TOTALPAGES% pages without recent updates\n
</DPL></nowiki>}}
<DPL>
  namespace = Main
  lastrevisionbefore = 201007010000
  columns = 2
  ordermethod=lastedit
  format = ,\n* (%DATE%) [[%PAGE%|%TITLE%]],,
  resultsheader = There are %TOTALPAGES% pages without recent updates\n
</DPL>
</DPL>

Revision as of 17:02, 10 January 2011

Reference: DPL Manual
See also Pipesmoker's notes

To count translated pages in a specific language:

&lt;DPL&gt;
  titlematch = %/bg
  notnamespace = Translations
  columns = 3
  format = ,\n* [[%PAGE%|%TITLE%]],,
  resultsheader = There are %TOTALPAGES% pages (partly) translated to Bulgarian. These are:\n
&lt;/DPL&gt;

There are 43 pages (partly) translated to Bulgarian. These are:


Kopete Subpages in 3 columns

&lt;DPL&gt;
  titlematch = Kopete/%
  notnamespace = Translations
  columns = 3
  format = ,\n* [[%PAGE%|%TITLE%]],,
&lt;/DPL&gt;

Akonadi Subpages in Danish

&lt;DPL&gt;
  titlematch = Akonadi%/da
  notnamespace = Translations
  format = ,\n* [[%PAGE%|%TITLE%]],,
&lt;/DPL&gt;

Remaining old-style translations

&lt;DPL&gt;
  titlematch = %_(%)
  notnamespace = Translations
  columns = 3
  format = ,\n* [[%PAGE%|%TITLE%]],,
  resultsheader = There are %TOTALPAGES% pages (partly) remaining in old-style translations. These are:\n
&lt;/DPL&gt;

There are 1069 pages (partly) remaining in old-style translations. These are:

Pages with old i18n bar

&lt;DPL&gt;
  titlematch = %
  namespace = Main
  uses = Template:I18n/Language Navigation Bar
  columns = 3
  format = ,\n* [[%PAGE%|%TITLE%]],,
  resultsheader = There are %TOTALPAGES% pages that still display the old i18n language bar\n
&lt;/DPL&gt;


Pages with old i18n bar but w/o old-way-translated ones

&lt;DPL&gt;
  nottitlematch = %_(%)
  namespace = Main
  uses = Template:I18n/Language Navigation Bar
  columns = 3
  format = ,\n* [[%PAGE%|%TITLE%]],,
  resultsheader = There are %TOTALPAGES% pages that still display the old i18n language bar\n
&lt;/DPL&gt;


Pages not updated since 1st July 2010

&lt;DPL&gt;
  namespace = Main
  lastrevisionbefore = 201007010000
  columns = 2
  ordermethod=lastedit
  format = ,\n* (%DATE%) [[%PAGE%|%TITLE%]],,
  resultsheader = There are %TOTALPAGES% pages without recent updates\n
&lt;/DPL&gt;

Extension:DynamicPageList3 (DPL3), version 3.6.4: 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