Difference between revisions of "Example 3"

From FollowTheScore
Jump to: navigation, search
(Show date and user of latest edit for country articles)
Line 220: Line 220:
 
<dpl>
 
<dpl>
 
   namespace=
 
   namespace=
 +
  titlematch=B%
 
   addpagesize=true
 
   addpagesize=true
 
   ordermethod=size
 
   ordermethod=size
Line 230: Line 231:
 
<dpl>
 
<dpl>
 
   namespace=
 
   namespace=
 +
  titlematch=B%
 
   addpagesize=true
 
   addpagesize=true
 
   ordermethod=size
 
   ordermethod=size

Revision as of 00:47, 21 April 2008

Find Articles which have at least / at most [n] categories

Members of the OAU with at least 3 categories, at most 6:

{{#dpl:categoriesminmax=3,6|category=African Union member states|addpagesize=true}}


Show date and user of latest edit for country articles

<DPL>
  category = Fictitious country
  ordermethod = lastedit
  order = ascending
  resultsheader = ====latest edits:====\n
  shownamespace = false
  addeditdate = true
  adduser = true
  mode = ordered
</DPL>

latest edits:

  1. 2009-04-14 16:02:23 DPL Example 007 main page 1 . . Bwyseur
  2. 2009-04-14 16:32:28 Nigunda . . Kw123
  3. 2010-01-19 15:41:07 Somango . . Gero
  4. 2010-01-19 15:49:26 Nigunda Test . . Gero

Find uncategorized articles

Note: the following statement works only if you created a special SQL view in the wiki database. You need admin rights (including "CREATE VIEW permissions") for this. This demo site runs on a server where the author does not have such rights. So you will see an error message ...

<dpl>
  category=
</dpl>

Extension:DynamicPageList (DPL), version 3.2.1: Warning: Skipping bad option for parameter 'category'.


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.

Produce an image gallery

<DPL>
  namespace=Image
  mode=userformat
  listseparators=<gallery>,%PAGE%\n,,</gallery>
</DPL>

Image gallery with alternative syntax

This allows passing of parameters et.c.

{{#dpl:
   |namespace=Image
   |format=«gallery»,%PAGE%¦%NR%. %TITLE%\n,,«/gallery»
}}

Show number of articles instead of name list

{{#dpl:category=African Union member states|resultsheader=There are %PAGES% articles on OAU member states.|mode=userformat}}

There are 4 articles on OAU member states.


Multi column output and article numbers

ordering articles by size

<dpl>
  namespace=
  addpagesize=true
  ordermethod=size
  mode=userformat
  listseparators={|class=sortable\n!Rank\n!Article\n!Bytes\n|-,\n|%NR%.\n|[[%PAGE%]]\n|align=right|%SIZE%,\n|-,\n|}
  count=10
  columns=3
</dpl>
Rank Article Bytes
1. Test5554 0
2. 2008-02-16 best time ever 1
3. Nowa kategoria 4
4. Test 001 4
Rank Article Bytes
5. Test 002 4
6. Test 003 4
7. Test 004 4
8. Test 005 4
Rank Article Bytes
9. Test 006 4
10. Test 007 4


Multi row output and article numbers

ordering articles by size, the table heading will be repeated 3 times

<dpl>
  namespace=
  addpagesize=true
  ordermethod=size
  mode=userformat
  listseparators={|class=sortable\n!Rank\n!width=200|Article\n!Bytes\n|-,\n|%NR%.\n|[[%PAGE%]]\n|align=right|%SIZE%,\n|-,\n|}
  count=10
  rows=3
</dpl>
Rank Article Bytes
1. Test5554 0
2. 2008-02-16 best time ever 1
3. Nowa kategoria 4
4. Test 001 4
Rank Article Bytes
5. Test 002 4
6. Test 003 4
7. Test 004 4
8. Test 005 4
Rank Article Bytes
9. Test 006 4
10. Test 007 4


Multi row output and article numbers

ordering articles by size, the table heading will be repeated after every group of 5 lines

<dpl>
  namespace=
  addpagesize=true
  ordermethod=size
  mode=userformat
  listseparators={|class=sortable\n!Rank\n!width=200|Article\n!Bytes\n|-,\n|%NR%.\n|[[%PAGE%]]\n|align=right|%SIZE%,\n|-,\n|}
  count=10
  rowsize=5
</dpl>
Rank Article Bytes
1. Test5554 0
2. 2008-02-16 best time ever 1
3. Nowa kategoria 4
4. Test 001 4
5. Test 002 4
Rank Article Bytes
6. Test 003 4
7. Test 004 4
8. Test 005 4
9. Test 006 4
10. Test 007 4


Varying font size based on article size, RANDOM selection

This example shows how the size of an article can be used to display its name in a corresponding size; we select 6 articles by random:

<dpl>
  namespace=
  addpagesize=true
  ordermethod=size
  mode=userformat
  randomcount=6
  listseparators={|class=sortable\n!Article\n!Bytes\n|-,\n|<font size="%SIZEFS%">[[%PAGE%]]</font>\n|align=right|%SIZE%,\n|-,\n|}
</dpl>
Article Bytes
Trombone 58
Date 59
2007/05/11 Calender Check 79
2007-02-15 My very special event 101
Activity 3 352
Test escapelinks 610

Varying font size based on popularity

This example shows how the popularity of an article can be used to display its name in a corresponding size; Two different scalings (%COUNTFS% and %COUNTFS2%) are available.

{{#dpl:namespace=Template
  |addpagecounter=true
  |mode=userformat
  |listseparators=,<font size="%COUNTFS%">[[%PAGE%|%TITLE%]]</font>,
  |inlinetext=  •  
}}

Templates based on %COUNTFS%:

! • !! • !) • !- • (! • + • - • .+.pfunc • .+.pfunc.default • .cat definition • .cat make • .cat show • .class browse • .class create • .class definition • .class description • .class inheritance • .class instances • .class intro • .class menu • .class parents • .class parents 2 • .class parents 3 • .class parents 4 • .class preload • .class properties • .class properties 2 • .class properties 3 • .class properties 4 • .class references • .class references.ask • .class summary • .form field • .form header • .instances export wiki • .instances list html • .instances list html (form) • .list • .model class • .model extends • .model graph • .model meta graph • .model meta show • .model prop • .model show • .obj create • .obj create with form • .obj data template make • .obj get • .obj getMy • .obj getMyText • .obj getText • .obj intro • .obj intro Freshman • .obj intro Game • .obj intro Location • .obj intro Musical Instrument • .obj intro Person • .obj intro Student • .obj intro Subject • .obj intro ask • .obj intro car • .obj intro make • .obj intro top • .obj intro vehicle • .obj is a • .obj is instance of • .obj is referenced by • .obj is referenced by.ask • .obj preload • .obj preload Freshman • .obj preload Game • .obj preload Location • .obj preload Musical Instrument • .obj preload Person • .obj preload Student • .obj preload Subject • .obj preload car • .obj preload make • .obj preload vehicle • .obj set • .prop assigned by • .prop built-in • .prop create • .prop definition • .prop derived from • .prop describes • .prop intro • .prop mandatory • .prop preload • .prop refers to • .prop reverse • .prop scope • .prop unique • .report • .type built-in • = • Abc/x123 • About • ActivitySummary • Activity Description • African Country • Alias Wgraph • Amp • Articles • Ask is a • Audio • Basepage subpage • Belongs to • Book • Book.published • Book.published.default • Born at • Born in • Bulk Update • Calendar/MonthStartFri • Calendar/MonthStartMon • Calendar/MonthStartSat • Calendar/MonthStartSun • Calendar/MonthStartThu • Calendar/MonthStartTue • Calendar/MonthStartWed • CalendarSingle • CalendarSingle zh-tw • Calendar anchor • Calendar link • Calendar link zh-tw • Calendar month • Calendar month zh-tw • Calendar navigation • Car • Car.list • CatTree • CatTreeSub • CategoryGallery • Category handler • Category handler/blacklist • Category handler/numbered • Category with count • Catgraph • Catlist • Catlist/zh • Catlist/zh 2 • Catlist1 • Catlist zh • Citation/core • Citation/identifier • Citation/make link • Citation needed • Cite book • Cite encyclopedia • Cite journal • Cite news • Cite web • Cmdref headline • Cmdref menu • Column-count • Column-width • Comma • Commons • Commons category • Continue with part • Convert • Convert/LoffAoffDbSoff • Convert/LoffAonSoff • Convert/kg • Convert/lb • Convert/numdisp • Convert/outsep • Convert/test/A • Coordinates • Country • Country.listByCapital • Country.phantom-004 • Country Population • Country dpl • Create Event • Create Event zh-tw • CurrentUsers • DMCA • DPL/ImgUsed/LinkedFrom • DPL/ImgUsed/ResNum • DPL/Navi/3 • DPLSNMakerSF • DPL Cache Warning • DPL Calendar code generater zh-tw • DPL Count • DPL Example 007 sub • DPL Example 007 sub 2 • DPL Example 009 sub • DPL Example 010 sub • DPL Example 010 tpl • DPL Example 018 sub • DPL Example 102 piechart • DPL Example 103 barchart • DPL Page Name S/N Maker • DPL Page Name S/N Maker test • DPL parameter • DPL parameter.overview • DPL stable version • DT Article • DT Article Edit (Form) • DT Article Edit (Intro) • DT Article Edit (Intro).de • DT Article Edit (Syntax) • DT Article Edit (Syntax).de • DT Article Header • DT Article Help (Form) • DT Article Help (Intro) • DT Article Help (Intro).de • DT Article Intro (Form) • DT Article Intro (Intro) • DT Article Intro (Intro).de • DT Article Wiki (Form) • DT Article Wiki (Intro) • DT Article Wiki (Intro).de • DT Article XML (Form) • DT Article XML (Intro) • DT Article XML (Intro).de • DT Article copy • DT Article copy (Intro) • DT Article copy (Intro).de • DT Article csv (Form) • DT Article csv (Intro) • DT Article csv (Intro).de • DT Article show Refs • DT Articles list HTML • DT Articles list HTML (Form) • DT Articles list Wiki • DT Articles list Wiki (Form) • DT Articles list Wiki export.default • DT Articles list XML • DT Articles list csv • DT Articles view (Form) • DT Articles view (Intro) • DT Articles view (Intro).de • DT Category • DT Form Field • DT Form Field Link • DT Form Field Newline • DT Form Field Ref • DT Form Field Text • DT Form Header • DT Form Header.meta • DT Language • DT Link • DT Meta • DT Ref • DT Ref.report • DT Ref.report.default • DT Report create • DT Report create (Form) • DT Report create (Intro) • DT Report create (Intro).de • DT Scripts index • DT Type (Form) • DT Type create • DT Type create (Form) • DT Type create (Intro) • DT Type create (Intro).de • DT XML Field Text • DT csv • Dated maintenance category • Datetest • Datetest.dpl • DocTypes • Documentation • Documentation/docspace • Documentation/end box • Documentation/end box2 • Documentation/start box • Documentation/start box2 • Documentation/template page • Doi • Dpl.pfunc • Dpl.pfunc.default • Dpl.tag • Dpl.tag.default • DummyTemplate • EB1911 • ECP • ECP-00055 • ECP Issue • ECP number maker • Event • Event template • Event template zh-tw • Event zh-tw • Example • Export.dpl.default • ExportTransitive • ExportTransitive.img • ExportTransitive.sub • Extension DPL • Extension DPL cache • Extension DPL continue • Extension DPL scroll • FULLROOTPAGENAME • Fix • Fix/category • Flickr code generater • Fmbox • For page size test page 2 • Freshman • Freshman.list • Friend • Game • Game.list • Goglemap.*.dpl • Goglemap.*.dpl.default • GoogleMap • Googlemap.*.dpl • Greenwood&Earnshaw2nd • Group • Harvard citation/core • Has document part • Has team mate • Hatnote • Hide in print • High • If pagename • Ifsubst • Index • Index.dpl1 • Index.dpl2 • Infobox • Infobox/row • Infobox Country or territory • Infobox Country or territory.dpl • Infobox Country or territory.edit • Infobox Country or territory dpl • Infobox Country or territory dpl2 • Infobox mineral • Infobox mineral.list 1 • Invalid page • Invented in • Is a • Is friend of • Is friend of.dpl • Is friend of.dpl.default • Is part of • Is to come • Issue • Jewellery • Link GA • Linkedimage • LinksTo • LinksToWithRedirect • Links 1 • Links 2 • Links 2.1 • List articles on people by last name • Listing Redirects and Location Sub • LoadTest • LoadTestChapter • Location • Location.csv • Location.edit • Location.help • Location.intro • Location.list • Location.report.barchart inhabitants • Location.report.geoplot inhabitants • Location.report.inhabitants.data • Location.report.piechart inhabitants • Location.text • Location.view • Location.xml • Low • Magazine • Magazine.published • Magazine.published.default • Main • Musical Instrument • Musical Instrument.list • My special article lister • Nachkommen • Namespace detect • Navbox • None • Nosigr • Ns has subpages • OEtymD • Only in print • Other uses • Overline • Paar • Page size test page 1 • Painter • Part of master document • Person • Person.csv • Person.edit • Person.help • Person.intro • Person.list • Person.ref.Location • Person.ref.Person • Person.text • Person.view • Placement • Plays • PoI • PoI gm • Population • Population.dpl • Population.dpl1 • Population Check • Population Check1 • Population Checker • Population Checker1 • Pp-template • Print as one piece • Print whole text • Publication • Publication.default • Px • RP.dpl.default • Redirect • Redirs • Reflist • Sandbox • Sandbox2 • Schnittstellen Übersicht Mini • Schnittstellen Übersicht Mini dpl • See Wgraph • See also • Set Template Parameter • Sfn • Short • ShortLink • ShortLink/Examples • ShortLink/Examples/List • ShortURL • ShortURL/Examples • ShortURL/Examples/List • ShortenString • Siblings • Side box • Silica minerals • Sister • Slow • Some Template • Some Template.dpl • Some Template.dpl2 • Some Template.dpl3 • Sortable Tables • Step.dpl • Str left • Student • Student.list • Studies • Studies in • Subject • Subject.list • Symbols • TOCright • Teaser • TempTree • Template.edit • Template other • Templink • Test • Test2 • Test Amp3/Template • Test Amp3/Template2 • Test Country Population • Test get chapter • Test subgoal • Tl • Tmp2 • Todo • Todo.dpl • Todo.pri • Todo2 • Topic • Topic group • Topic group.dpl • Transclude • Translation • Translation.table • Trip • Trip.csv • Trip.edit • Trip.help • Trip.intro • Trip.ref.Location • Trip.ref.Person • Trip.text • Trip.view • Type?.help • Type?.intro • Type?.text • Type Manual • Type Manual.overview • Type Test • UsageCount • Use dmy dates • UsesTest • Vehicle

Articles based on %COUNTFS2%:

Test5554 • 2008-02-16 best time ever • Nowa kategoria • Test 001 • Test 002 • Test 003 • Test 004 • Test 005 • Test 006 • Test 007 • Test 008 • Tmp2 • 2008/08/23 SD test • Event template zh-tw • Event intro zh-tw • A1 • 2008-04-24 nnn • Yyy • Ford • Property:Age • Student • Semantic MediaWiki with Property Clusters (print version) • Task act • Task think • Test what links here with categories page • Abc/def • Music • Page in Test-1 • Physics • Page in Test 1 • My very special event (2007/03/01) • DPLMATRIX • Mechanics • Philosophy • Bruxelles city • Town A • Town B • Task prepare meal • Task buy food • A ECP-00055 test page • Pseudo Namespace:Dummy • 2007-08-24 jehhu • Test Dummy • Testpage • Test transclusion bug 2 • Stachoo test • The Colour of Magic • The Smell of Future • Bug Apo • Article with underscore • The Light Fantastic • Page A • Page H • Todotest3 • Page D • Page E • Activity Page 1 • Activity Page 2 • Fr • Chess • Cezanne • URL • A2 • Trombone • Aa • Page • Text • Date • Taiwan • Email • Test calendar May 2007 • Test calendar June 2007 • Test calendar July 2007 • Test calendar August 2007 • Test calendar September 2007 • Test calendar October 2007 • Test calendar November 2007 • Number • String • Boolean • Glossary • Z • Temperature • Todotest1 • 2009-06-26 asdf • Page B • Page C • Annotation URI • Page F • Signac • VolkoV Test A Cat B • VolkoV Test B Cat C • Bug Apo 3 • Bug'Apo 4 • 'Bug Apo 5 • 2007-06-01 Test Event • Geographic coordinate • Distinct test • 1007/05/26 Nice Calendar :) • 2007/08/02 Holiday starts • 00001 • Van Gogh • Todotest2 • Xxx • 2007/05/11 Calender Check • Muro di Berlino • 2007-06-21 boo waz here • 2007-10-31 Holiday! • YYYY-12-24 Christmas Eve • YYYY/mm/dd my event name • 2007/06/12 some other event • 2007-07-18 EPAF • DPL Example 007 main page 2 • Test Amp/2 • 2007/05/29 TEST EVENT • 2007/06/15 Test2 event • DPL Example 007 sub page 11 • DPL Example 007 sub page 12 • DPL Example 007 sub page 21 • DPL Example 007 sub page 22 • DPL Example 007 sub page 23 • DPL Example 007 sub page 24 • DPL Example 007 sub page 25 • DPL Example 007 sub page 26 • 2007/06/24 Desparate • Munich • 2007-08-29 Workshop • 2007-08-13 testing • Berlin • 207/05/10 Bolwing • 2007/07/31 !!!!!!!!!!!!!!!!! • 2007/07/25 St Jaume! • Paris • Page G • Gallery 3 • 2007/04/22 test1 • 2007/06/09 Test by tao.li • Page size test page 1 • Test Amp2 • Bob Jones Out Sick • 2009-01-24 test2 • 2007/05/19 Update • 2007-06-09 My Vacation Day • Table Bug 4 • 2007-11-27 Test number 12345 • Some Article 6 • Heidelberg • Table Bug 3 • VolkoV Test C Cat A • 2008-04-24 xml • 2009-01-01 iyo test • 2007-04-19 test 19th april • 2007/12/25 • 2007-09-05 Out of office • Vienna • 2008-04-01 test • UNTITLED • CC • 2008-02-28 party • 2008-08-31 SRM recovery test • 19/04/2007 stpeterkomet • 2008-01-29 Test2 • Test 1.13 issue • City B • 2007-02-15 My very special event • 2007-04-19 Test Florian • 2007-06-03 Project Alpha • Test Simple Forms 2 • 2007/06/13 ok • 2007-08-31 19:00 Vorstandssitzung • 2007/06/05 Evenement maintenance • 2007/06/30 Month name not displaying • 2007/05/25 TEST • Ploticus Demodata • 2007/06/16 Paul's Event • 2007/06/22 haha • W:de:Benutzer:Unendlich • 2007/10/31 Halloween • Table Bug 2 • 2007-08-30 Installation Calendar in personal wiki • Equal Rites • 2007-04-05 Some Event • 2007/07/25 craig birthday • 2007/04/06 my event • 2007/06/30 gave up to install this calendar • 2007/07/07 • 2007/04/03 vacantion • 2007/08/28 today is the day • 2007-09-15 my evers • 2007/04/03 Daniels verjaardag • Piano • 2009-06-28 butt day • Gallery 3 sub • 2007/07/17 Mom's B-day • 2007/06/29 FS ToDo • DPL Example 007 main page 1 • 2007/04/30 Mon événement • 2007-08-23 testing • Bug SQL 1064 • 2007/06/07 Gaudium in Poing • 2007/08/05 notiso • Flute • An article which is only referenced by a DPL query • 2007-08-05 shit happens • Test5555 • Muha Test • Test uses • 2007/07/30 Я ухожу в отпуск • 2008-10-31 Project1 Kick-off • 2009-07-02 vacaciones • 2007/07/04 Jeremy BDay • 2007/05/17 test event • MtiTrans1 • MtiTrans2 • MtiTrans3 • Berliner Mauer • 2007-03-30 My very special event • 2007/03/05 third test event • 2010-02-14 San Valentín • 2007/04/28 my event name • 2007/05/03 my event name • 2008/11/12 Test • 2007/05/25 algo • 2007-08-10 birthdaytest • 2007/05/09 WooHoo • 2007/05/26 pvp • 2007/05/31 Bladadadmam • 2007/06/04 en la fing • 2007/06/06 Test • 2007/06/22 test • 2007/6/11 try out calendaring in mediawiki • 2007/06/15 Kevin out today • 2007/06/22 hello • YYYY/mm/dd FSTest • 2007/07/10 A new wiki is born • 2007-07-13 Friday 13th • 2007-05-19 DIMON • 2008-04-24 wwww • 2008-08-28 vtest testing • 2010-05-05 testowy event • Templates in Redirection • 2007-04-25 March for rights • 2007/06/03 June event • 2007/06/01 some event • 2007/04/26 some event • 05/04/2007 Chris • 2007/04/30 Un autre événement • 2007/05/03 hghg • 2007/05/05 hackeln • 2008-09-28 I think I have it working • 2007/04/16 my test event • /mm/dd my event name • 2007-07-15 Baiardi • 2007/07/31 my bday • 2007-03-05 test event two • 2007-08-10 iso8601test • 2007/03/06 prova • 2007-09-01 ABC Birthday • YYYY-mm-dd my event name • Nitin • 2007-09-06me me me • 2007-09-21 Day after tomorrow • 2007/07/02 Boulot • 2007/06/24 just another test • Some Article 4 • 2007-07-22 Jocs especials a la Trinitat • 2007/04/25 DougTest • 2007/05/02 Sat Test • 2007/03/05 Test Event • 2007 04 03 daniels verjaardag • 2007/04/05 my event name • 2007-09-22 test • 2007/05/07 take wife out for movie -- Spiderman? • 2007/04/18 this events is still upcomng • 2007-01-01 Tims Test • 2007/07/07 testing cool • 2007/02/05 test test test • Test debug • 2009-07-02 implantación • 2007-08-02 mew • Berlin Wall • 2007/05/03 Training Basketball Team • 2007/06/13 Wiki meeting at 12 PM • Oktoberfest • Datetest • Bassoon • Test unescaped SQL • Manet • 2007/08/15 my event name • City A • 2007/06/14 Practice Cal Entry • 2007-12-25 Xmas Day • 2007/06/21 milestone 4 • MissingTocMain2 • AbC • Test linksfrom 2 • 2007/06/13 Sat and Russ Event • 2008-01-30 today by kd • Random Chapter Content 1 • Random Chapter Content 2 • Random Chapter Content 3 • 2007/07/27 FooBar's event • 5/3/07 8PM new event • DPL Example 029/DummyPage • Sandbox • Tablesort and columns • 2007/06/22 sprawdzanie kalendarza • Some Article 5 • Renoir • 2007/07/05 Post 4th Party • 2008-May-23 deliver assortment to Maple Ave • 2010-11-25 Anniversary • 2007/07/25 finally • 2007-10-17 milestone - tests completed • Nig1 • Nig2 • Test inx Nuts • Shamim's Note • 2007/07/26 Greg's Event • MissingTocMain • Nig3 • 2007/08/22 this is just a test • 2007/03/29 Something is happening • B • Test Amp/1 • Test inx Fruit • 2007-09-29 Viajó Ana Feli a USA • ECP-00001 • Test inputbox • Test matches • 2007/09/15 better not forget anniversary!! • 2007-09-28 Cours • 2007-11-05 Scary Monsters! • 2007/05/01 launch blogzapfel! • 2007-09-30 Just a check • Holzmaden • Nig4 • 2007-09-30 Another quick test • 2007-12-01 Meeting • Some other trips • DPL Example 019 • Republic of Cape Verde • Test onlyinclude - included page • Lucie • 2007-06-06 Meeting in Paris • Class car • Tony • Republic of Burundi • MapDemo • 2007/04/27 iloveEvents • Some Article 3 • 2007/04/28 中文 • Republic of Cameroon • 2007-12-20 Blablabla • I3:Matrix1 • YYYY-MM-27 Test calendar • Class test • Class Game • Class vehicle • Class Subject • Cache Demo 2 • ECP-00000 • ECP (Form) • Events • Test reset categories • Article connected by DPL category keyword • Test matrix2 • Henry • France • Eric • Some Article 2 • Italy • YYYY-MM-25 prepare plan for next month • Class Location • 2007-08-22 The Birthday Party • DPL Example 024 • Test subcategories • Class Person • Class Freshman • People 2 • Germany • Republic of Madagascar • 2007-09-28 my birthday; send me many gifts! • New Issue (Form) • 2007-08-01 Masterplan: World domination • YYYY-10-03 National Holiday in Germany • Test linksto • Class Musical Instrument • Abc • Spain • Translation list • Y • Test2 • Test what links here with categories • MtiMain • MtiMain2 • Example 3a • 防DDOS模块mod evasive的使用说明出自开源百科 • 2007-09-20 Tsotha-Lanti meets Britney Spears • Harry Potter • Hermione Jean Granger • United Republic of Tanzania • People 1 • Muha Test 2 • Test regexp • Example 4 • Test Sort order • Lisa • Test • 2008-06-30 something clever • Activity 1 • Activity 2 • Activity 3 • Turnier Gruppe2 • DPL Example 011 • New Issue (Intro) • Tom • Test columns • 测试内容 • 我来测试wiki • Test what links here • Class Student • SMWpc Documentation API Category • Test what links here 2 • DPL Example 010 page 1 • DPL Example 010 • Test transclusion bug data • DPL Example 021 • Test ignorecase • Nigunda Test • Table with template inclusions • Test calendar previous month • Current events • Resultsheaderwithcolumns • Bug sortkey • Test goal • Execandexit not setting dplvars • Some Article 1 • Test category cloud sub • DPL Example 002 • DPL Example 012 • DPL Example 103 • Test redirects • Buloma • Some trips • DPL Example 025 • Test offset&count • Test cat listing • DPL Example 009 • Grube Messel • Test imagecontainer • SMWpc Documentation API ObjectForm • Test escapelinks • Current events zh-tw • Extension Ploticus • Event intro • Table bug • Test revisions • Inputbox extension • Test shownamespace • Somango • DPL Example 028 • Test title • Tmp • Test onlyinclude • DPL Example 018 • Patch to LinkHoldersArray • Test Simple Forms • Test export • SMWpc Documentation API Type • Test article structure • DPL Example 001 • A • DPL Example 102 • Examples of including a template • Tatiana Nahas • DPL Example 101 • Page size test page 2 • SMWpc Documentation API Model • Test category listing • SMWpc Documentation API Instances • Test section inclusion • Interface list • Apache服务器架设的简单,由小P发布 • Test date formatting • DPL Example 005 • DocTypes Example • Turnier Gruppe • Peter • Test calendar February 2007 • DPL Example 004 • DPL Example 026 • 2007-06-06 London Wiki Wednesday • Test calendar April 2007 • Test calendar March 2007 • Test adduser • Test category cloud • Test linksfrom • Listing Redirects and Location • StripMarkup extension

simple multi column output

<dpl>
  namespace=
  titlematch=B%
  addpagesize=true
  ordermethod=size
  mode=userformat
  listseparators=,[[%PAGE%]]     <br>,,
  columns=4
</dpl>

Bruxelles city    
Bug Apo    
Boolean    
Bug'Apo 4    

Bug Apo 3    
Berlin    
Bob Jones Out Sick    
Bug SQL 1064    

Berliner Mauer    
Berlin Wall    
Bassoon    
B    

Bug sortkey    
Buloma    


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.