Difference between revisions of "C"
From FollowTheScore
(duped code to see what is going on without having to edit page...) |
(→Combine queries and use a nested query for redirect tracking: inclusion link) |
||
Line 55: | Line 55: | ||
== Combine queries and use a nested query for redirect tracking == | == Combine queries and use a nested query for redirect tracking == | ||
− | <pre> | + | <table><tr valign=top> |
− | {{#dpl: | + | <td><pre>{{#dpl: |
|linksto=B | |linksto=B | ||
}} | }} | ||
Line 65: | Line 65: | ||
}} | }} | ||
</pre> | </pre> | ||
+ | |||
+ | <td>This example includes [[CC]], which contains: | ||
+ | |||
+ | <pre> | ||
+ | {{#dpl:debug=1 | ||
+ | |linksto={{{1}}} | ||
+ | |format=,*[[%PAGE%¦%TITLE%]] <small>-> {{{1}}}</small>\n, | ||
+ | } | ||
+ | </pre> | ||
+ | |||
+ | <td>...resulting in: | ||
{{#dpl: | {{#dpl: | ||
Line 74: | Line 85: | ||
|format=,²{:CC¦%PAGE%}², | |format=,²{:CC¦%PAGE%}², | ||
}} | }} | ||
+ | </table> | ||
− | == | + | ==Eliminate links from this page (via <tt>[[reset]]</tt>)== |
<pre>{{#dpl:reset=all}}</pre> | <pre>{{#dpl:reset=all}}</pre> | ||
{{#dpl:reset=all}} | {{#dpl:reset=all}} |
Revision as of 06:47, 15 September 2007
Contents
Which page(s) link to B ?
{{#dpl: |linksto=B }}
Which page(s) link to B ? , include redirect pages
{{#dpl: |linksto=B |redirects=include }}
Which page(s) link to B ? , exclude redirect pages
{{#dpl: |linksto=B |redirects=exclude }}
Which page(s) link to B ? , redirect pages ONLY
{{#dpl: |linksto=B |redirects=only }}
Combine queries and use a nested query for redirect tracking
{{#dpl: |linksto=B }} {{#dpl: |linksto=B |redirects=only |format=,²{:CC¦%PAGE%}², }} | This example includes CC, which contains:
{{#dpl:debug=1 |linksto={{{1}}} |format=,*[[%PAGE%¦%TITLE%]] <small>-> {{{1}}}</small>\n, } | ...resulting in:
|
Eliminate links from this page (via reset)
{{#dpl:reset=all}}
Extension:DynamicPageList (DPL), version 3.2.1: Error: No selection criteria found! You must use at least one of the following parameters: category, namespace, titlematch, linksto, uses, createdby, modifiedby, lastmodifiedby, or their 'not' variants
Extension:DynamicPageList (DPL), version 3.2.1: Warning: No results.