Examples/Parameter: execandexit (example 1): Difference between revisions

From DynamicPageList3 Manual
Content added Content deleted
imported>FrozenPlum
(Move example (table version) to subpage)
 
imported>FrozenPlum
mNo edit summary
 
Line 35: Line 35:
<noinclude>
<noinclude>
[[Category:Other parameters]]
[[Category:Other parameters]]
[[Category:Uses debug parameter]]
[[Category:Uses execandexit parameter]]
[[Category:Uses category parameter]]
[[Category:Uses category parameter]]
[[Category:Uses category parameter]]
[[Category:Uses offset parameter]]
[[Category:Uses scroll parameter]]
[[Category:Uses include parameter]]
[[Category:Uses include parameter]]
[[Category:Uses table parameter]]
[[Category:Uses table parameter]]
[[Category:Uses tablerow parameter]]
[[Category:Uses resultsheader parameter]]
[[Category:Uses resultsfooter parameter]]
[[Category:Uses allowcachedresults parameter]]
[[Category:Uses count parameter]]
[[Category:Uses count parameter]]
</noinclude>
</noinclude>

Latest revision as of 07:27, 21 April 2023

Please do not edit this page unless you're wanting to edit the manual itself, it is an example included in the manual.

Example

{{#dpl:execandexit=geturlargs}}
{{#dpl:
|category      = Fruit examples
|count         = {%DPL_count:3%}
|offset        = {%DPL_offset:0%}
|scroll        = yes
|include = {Fruit-Infobox}:grows:image[15]
|table = class="wikitable sortable", Page, Parameter, Description
|resultsheader = ²{DPL3 scroll¦total={{PAGESINCATEGORY:Fruit examples|R}}¦offset={%DPL_offset:0%}¦count={%DPL_count:3%}¦page={{FULLPAGENAME}}}²\n
|resultsfooter = ²{DPL3 scroll¦total={{PAGESINCATEGORY:Fruit examples|R}}¦offset={%DPL_offset:0%}¦count={%DPL_count:3%}¦page={{FULLPAGENAME}}}²\n
|allowcachedresults = false
}}

Result

{{#dpl:execandexit=geturlargs}} {{#dpl: |category = Fruit examples |count = {%DPL_count:3%} |offset = {%DPL_offset:0%} |scroll = yes |include = {Fruit-Infobox}:grows:image[15...] |table = class="wikitable sortable", Page, Parameter, Description |resultsheader = ²{DPL3 scroll¦total=7¦offset={%DPL_offset:0%}¦count={%DPL_count:3%}¦page=Examples/Parameter: execandexit (example 1)}²\n |resultsfooter = ²{DPL3 scroll¦total=7¦offset={%DPL_offset:0%}¦count={%DPL_count:3%}¦page=Examples/Parameter: execandexit (example 1)}²\n |allowcachedresults = false }}