User:Pipesmoker/Dynamic Page Lists: Difference between revisions

From KDE UserBase Wiki
No edit summary
Line 1: Line 1:
:Reference: [http://semeb.com/dpldemo/index.php?title=DPL:Manual DPL Manual]
==Call w/o Formatting==
==Call w/o Formatting==
{{Input|1=<nowiki><DPL>
{{Input|1=<nowiki><DPL>

Revision as of 13:20, 23 October 2010

Reference: DPL Manual

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/%
  shownamespace = true
  notnamespace = Translations
  columns = 3
  format = ,\n* [[%PAGE%|%PAGE%]],,
</DPL>