Difference between revisions of "C"

From FollowTheScore
Jump to: navigation, search
(Combine queries and use a nested query for redirect tracking: inclusion link)
 
Line 86: Line 86:
 
}}
 
}}
 
</table>
 
</table>
 
==Eliminate links from this page (via <tt>[[reset]]</tt>)==
 
<pre>{{#dpl:reset=all}}</pre>
 
 
{{#dpl:reset=all}}
 

Latest revision as of 23:55, 22 October 2007

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: