Difference between revisions of "DPL Example 027"

From FollowTheScore
Jump to: navigation, search
(New page: {{Example|Optimum perfromance result scrolling for huge wikis}} This page demonstrates how DPL can be used in really huge wikis like WIKIPEDIA to allow efficient scrolling through huge re...)
 
Line 3: Line 3:
 
This page demonstrates how DPL can be used in really huge wikis like WIKIPEDIA to allow efficient scrolling through huge result sets.
 
This page demonstrates how DPL can be used in really huge wikis like WIKIPEDIA to allow efficient scrolling through huge result sets.
 
{{#dpl:
 
{{#dpl:
 +
|debug=3
 
| namespace          =
 
| namespace          =
 
| count              = {%DPL_count:50%}
 
| count              = {%DPL_count:50%}

Revision as of 07:44, 25 June 2009

back to list of examples

Optimum perfromance result scrolling for huge wikis

This page demonstrates how DPL can be used in really huge wikis like WIKIPEDIA to allow efficient scrolling through huge result sets.

startbacknext(50 listed / 652 left)
startbacknext(50 listed / 652 left)
{{#dpl:
| namespace          =
| count              = {%DPL_count:50%}
| resultsheader      = ²{Extension DPL continue¦dir=%SCROLLDIR%¦pages=%PAGES%¦total=%TOTALPAGES%¦firsttitle=%FIRSTTITLE%¦lasttitle=%LASTTITLE%¦page={{PAGENAME}}}²\n
| resultsfooter      = ²{Extension DPL continue¦dir=%SCROLLDIR%¦pages=%PAGES%¦total=%TOTALPAGES%¦firsttitle=%FIRSTTITLE%¦lasttitle=%LASTTITLE%¦page={{PAGENAME}}}²\n
}}