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

m
no edit summary
imported>FrozenPlum
m (Forgot I had found an alternate example for now, and can link off to or replace with the other when it's fixed)
imported>FrozenPlum
mNo edit summary
Line 6:
==Example==
 
This statement will show all images which are contained in the article [[Apple]]. Setting the parameter <code>escapelinks=false</code>, however, causes the image to be see directly, rather than having the file page listed.
Lists all images used on the [[Apple]] article.
 
<pre>
{{#dpl:
|imagecontainer = Apple
|escapelinks=false
}}
</pre>
Line 16 ⟶ 17:
==Result==
{{#dpl:
|imagecontainer = Apple
|escapelinks=false
}}
 
<noinclude>
<!--Normally, we would only get the names of images that really exist. But because we have specified openreferences=true we will also see non-existing images, including those not housed locally, such as images used from Wikimedia Commons. Non-existing images will be displayed as red links. ¦Orange -->
[[Category:Uses imagecontainer parameter]]
</noinclude>
Anonymous user