Images used (examples): Difference between revisions

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,
}}
}}