Difference between revisions of "Extension DPL"
From FollowTheScore
(→Load DPL result set into an ARRAY for further manipulation) |
(→Load DPL result set into an ARRAY for further manipulation) |
||
Line 37: | Line 37: | ||
* Transfer the complete DPL result to an array using [http://www.mediawiki.org/wiki/Extension:ArrayExtension ArrayExtension] [[DPL Example 014]] | * Transfer the complete DPL result to an array using [http://www.mediawiki.org/wiki/Extension:ArrayExtension ArrayExtension] [[DPL Example 014]] | ||
+ | |||
+ | == Filtering transcluded contents == | ||
+ | |||
+ | * Suppress unwanted parts of content (text, links, catgeory assignments) transcluded from articles [[DPL Example 015]] |
Revision as of 16:47, 10 May 2009
As its name (Dynamic Page Lister) implies, DPL is a report generator for MediaWikis. This is the most important extension we provide. The name of this website (dpldemo) is derived from the idea to demonstrate the many uses of DPL. DPL is a true monster in terms of functionality. Although there is a detailed DPL manual most people will find it easier to look for an existing DPL example which is similar to their needs.
Nevertheless: I put a lot of effort into the manual - so please read!
Contents
How to select articles
Show template values
- Create a table of articles where the columns show parameter values of template calls DPL Example 001
- Make that table sortable and define a headline for the first column DPL Example 002
- Add meta data (hit count) and apply individual formatting to the fields DPL Example 003
- change the sequence of fields and apply a nested DPL within a phantom template DPL Example 004
List articles by category
- Create a list of articles belonging to a certain category DPL Example 005
- Create a list of articles belonging or not belonging to certain categories DPL Example 006
- List articles belonging to subcategories DPL Example 007
Tree output
- category tree DPL Example 008
- category tree (improved) DPL Example 009
- tree of relations, templates and categories for a given page DPL Example 010
Show chapter content
- Show the content of a certain chapter of some articles DPL Example 011
- Show the content of a certain chapter of some articles if a given text pattern occurs DPL Example 012
Split large result sets into several pages
- Flip through a long result set DPL Example 013
Load DPL result set into an ARRAY for further manipulation
- Transfer the complete DPL result to an array using ArrayExtension DPL Example 014
Filtering transcluded contents
- Suppress unwanted parts of content (text, links, catgeory assignments) transcluded from articles DPL Example 015