DPL Example 020

From FollowTheScore
Jump to: navigation, search

back to list of examples

Improved Version of result scrolling

This is an improved version of result page scrolling. The example uses the header AND the footer to show links for scrolling; of course one of them may be enough in many cases. It requires the Variables extension (with that bugfix).


{{Extension DPL scroll|total=243|offset={{|count=5|page=DPL Example 020 }}

Issue Description
Including Sections Trying to include sections that have a link in their headline
Error message - undefined Index 100 using notnamespace causes php error in line 3128
DPL and Glossary clashing using the Glossary extension seems to have adverse effects on DPL result sets
Chinese message texts are wrong All Chinese messages are wrong in DynamicPageList2.i18n.php
False result count result count is affected by the max result limit of DPL
{{Extension DPL scroll|total=243|offset={{|count=5|page=DPL Example 020 }}


{{#dpl:
| namespace     = Issue
| uses          = Template:Issue
| include       = {Issue}:Description
| table         = class="wikitable sortable",Issue,Description
| count         = {%DPL_count:5%}
| resultsheader = ²{Extension DPL scroll¦total=%TOTALPAGES%¦offset={%DPL_offset:0%}¦count={%DPL_count:5%}¦page={{FULLPAGENAME}} }²\n
| resultsfooter = ²{Extension DPL scroll¦total=%TOTALPAGES%¦offset={%DPL_offset:0%}¦count={%DPL_count:5%}¦page={{FULLPAGENAME}} }²\n
}}