User:Annew/DPL: Difference between revisions

From KDE UserBase Wiki
No edit summary
Line 71: Line 71:
   titlematch = %
   titlematch = %
   namespace = Main
   namespace = Main
   includematch = Template:I18n/Language Navigation Bar
   uses = Template:I18n/Language Navigation Bar
   columns = 3
   columns = 3
   format = ,\n* [[%PAGE%|%TITLE%]],,
   format = ,\n* [[%PAGE%|%TITLE%]],,
Line 80: Line 80:
   titlematch = %
   titlematch = %
   namespace = Main
   namespace = Main
   includematch = Template:I18n/Language Navigation Bar
   uses = Template:I18n/Language Navigation Bar
   columns = 3
   columns = 3
   format = ,\n* [[%PAGE%|%TITLE%]],,
   format = ,\n* [[%PAGE%|%TITLE%]],,

Revision as of 13:56, 10 January 2011

Reference: DPL Manual
See also Pipesmoker's notes

To count translated pages in a specific language:

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

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


Kopete Subpages in 3 columns

<DPL>
  titlematch = Kopete/%
  notnamespace = Translations
  columns = 3
  format = ,\n* [[%PAGE%|%TITLE%]],,
</DPL>

Akonadi Subpages in Danish

<DPL>
  titlematch = Akonadi%/da
  notnamespace = Translations
  format = ,\n* [[%PAGE%|%TITLE%]],,
</DPL>

Remaining old-style translations

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

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

Pages with old i18n bar

<DPL>
  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
</DPL>


Note

Why doesn't this produce 3 columns?

Note

Is "|valign=top|" related to this?