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

From DynamicPageList3 Manual
Content added Content deleted
imported>FrozenPlum
m (FrozenPlum moved page Criteria for page selection/Parameter: imageused (example 1) to Examples/Parameter: imageused (example 1): Simplifying how things are structured)
imported>FrozenPlum
(limit count, formatting, category added)
 
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==


Lists pages that use the image "Red Apple Fruit With Black Background.jpeg" '''OR''' the image "Grapes on White Table.jpeg".
Lists pages that use the image "Red Apple Fruit With Black Background.jpeg" {{tt|OR}} the image "Grapes on White Table.jpeg", with the result count limited to three.


<pre>
<pre>
{{#dpl:
{{#dpl:
|imageused = Red Apple Fruit With Black Background.jpeg ¦ Grapes on White Table.jpeg
|imageused = Red Apple Fruit With Black Background.jpeg ¦ Grapes on White Table.jpeg
|count=3
}}
}}
</pre>
</pre>
Line 18: Line 19:
{{#dpl:
{{#dpl:
|imageused = Red Apple Fruit With Black Background.jpeg ¦ Grapes on White Table.jpeg
|imageused = Red Apple Fruit With Black Background.jpeg ¦ Grapes on White Table.jpeg
|count=3
}}
}}


Line 23: Line 25:
[[Category:Select by link-related criteria‎]]
[[Category:Select by link-related criteria‎]]
[[Category:Uses imageused parameter]]
[[Category:Uses imageused parameter]]
[[Category:Uses count parameter]]
</noinclude>
</noinclude>

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

Lists pages that use the image "Red Apple Fruit With Black Background.jpeg" OR the image "Grapes on White Table.jpeg", with the result count limited to three.

{{#dpl:
|imageused = Red Apple Fruit With Black Background.jpeg ¦ Grapes on White Table.jpeg
|count=3
}}

Result

{{#dpl: |imageused = Red Apple Fruit With Black Background.jpeg ¦ Grapes on White Table.jpeg |count=3 }}