User:Pipesmoker/Dynamic Page Lists: Difference between revisions

From KDE UserBase Wiki
No edit summary
No edit summary
Line 1: Line 1:
:Reference: [http://semeb.com/dpldemo/index.php?title=DPL:Manual DPL Manual]
:Reference: [http://semeb.com/dpldemo/index.php?title=DPL:Manual DPL Manual]


Interface language code: {{CONTENTLANGUAGE}}
Interface language code: {{#ifeq:{{int:lang}}|<lang>|en|{{int:lang}}}}


==Call w/o Formatting==
==Call w/o Formatting==

Revision as of 17:26, 24 October 2010

Reference: DPL Manual

Interface language code: ⧼lang⧽

Call w/o Formatting

<DPL>
  linksfrom = User:Pipesmoker
</DPL>

Call with (default) Formatting

<DPL>
  linksfrom = User:Pipesmoker
  format = ,\n* [[%PAGE%|%TITLE%]],,
</DPL>

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>

All Pages Translated to German

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

There are 337 pages (partly) translated to Germn. These are:

Old Style German Translations

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

There are 12 pages (partly) translated to Germn. These are:

All Existing Templates

<DPL>
  namespace = Template
  columns = 3
  format = ,\n* [[%PAGE%|%TITLE%]],,
</DPL>