Images used (examples): Difference between revisions

From DynamicPageList3 Manual
Content added Content deleted
m (→‎top: clean up, replaced: [[zh:Extension::{{subst:BASEPAGENAME}}]] → [[zh:扩展:{{subst:BASEPAGENAME}}]])
(fix: removed redundant 'File:' as namespace is already included in %PAGE% output)
Line 5: Line 5:
<pre><nowiki>{{#dpl:
<pre><nowiki>{{#dpl:
imagecontainer=Watchlist
imagecontainer=Watchlist
|format=,\n[[File:%PAGE%]]\n,
|format=,\n*[[%PAGE%]]\n,
}}</nowiki></pre>
}}</nowiki></pre>


Would display all images used on the Watchlist article page:
Would display all images used on the [[Watchlist]] article page:

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



Revision as of 10:33, 30 July 2019

Manual Examples Display images used

The following example:

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

Would display all images used on the Watchlist article page: {{#dpl: imagecontainer=Watchlist |format=,\n*%PAGE%\n, }}