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

From DynamicPageList3 Manual
Content added Content deleted
imported>FrozenPlum
(Created page with "<noinclude>{{note|Please '''do not edit''' this page unless you're wanting to edit the manual itself, it is an example included in the manual.|error}}</noinclude><!-- This is the example preloaded for testing, press "Show Preview" to see the example working (at the bottom of the page). If you save this page, it saves as a new section at the bottom of your '''User:Username/Sandbox''' --> ==Example== This list will output pages that use a template called ''Fruit-Infobox'...")
 
imported>FrozenPlum
(Formatting and link)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>{{noedit}}</noinclude><!--
<noinclude>{{note|Please '''do not edit''' this page unless you're wanting to edit the manual itself, it is an example included in the manual.|error}}</noinclude><!--
This is the example preloaded for testing, press "Show Preview" to see
This is the example preloaded for testing, press "Show Preview" to see
the example working (at the bottom of the page). If you save this page,
the example working (at the bottom of the page). If you save this page,
Line 6: Line 6:
==Example==
==Example==


This list will output pages that use a template called ''Fruit-Infobox'', limited to three results using {{DPL|count}}.
This list will output pages that use a template called [[Template:Fruit-Infobox|Fruit-Infobox]], limited to three results using <code>{{DPL|count}}</code>.


<pre>
<pre>
Line 23: Line 23:


<noinclude>
<noinclude>
[[Category:Select by template-related criteria‎]]
[[Category:Uses uses parameter]]
[[Category:Uses uses parameter]]
[[Category:Uses count parameter]]
[[Category:Uses count parameter]]

Latest revision as of 07:35, 1 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

This list will output pages that use a template called Fruit-Infobox, limited to three results using count.

{{#dpl:
|uses = Template:Fruit-Infobox
|count = 3
}}

Result

{{#dpl: |uses = Template:Fruit-Infobox |count = 3 }}