Images used (examples): Difference between revisions

From DynamicPageList3 Manual
Content added Content deleted
No edit summary
No edit summary
Line 5: Line 5:
<pre><nowiki>{{#dpl:
<pre><nowiki>{{#dpl:
imagecontainer=Watchlist
imagecontainer=Watchlist
|format= [[%PAGE%]]\n
|format=,\n[[File:%PAGE%]]\n,
}}</nowiki></pre>
}}</nowiki></pre>


Line 12: Line 12:
{{#dpl:
{{#dpl:
imagecontainer=Watchlist
imagecontainer=Watchlist
|format=,[[File:%PAGE%]]\n
|format=,\n[[File:%PAGE%]]\n,
}}
}}

Revision as of 19:26, 29 July 2015

Template:DPL Manual

The following example:

{{#dpl:
imagecontainer=Watchlist
|format=,\n[[File:%PAGE%]]\n,
}}

Would display all images used on the Watchlist article page:

{{#dpl: imagecontainer=Watchlist |format=,\nFile:%PAGE%\n, }}