Difference between revisions of "C"
From FollowTheScore
(New page: == Which page(s) link to B ? == {{#dpl: |linksto=B }} == Which page(s) link to B ? , include redirect pages == {{#dpl: |linksto=B |redirect=include }} == Which page(s) link to B ? ,...) |
|||
(6 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
== Which page(s) link to B ? == | == Which page(s) link to B ? == | ||
+ | |||
+ | <pre> | ||
+ | {{#dpl: | ||
+ | |linksto=B | ||
+ | }} | ||
+ | </pre> | ||
{{#dpl: | {{#dpl: | ||
Line 7: | Line 13: | ||
== Which page(s) link to B ? , include redirect pages == | == Which page(s) link to B ? , include redirect pages == | ||
+ | <pre> | ||
{{#dpl: | {{#dpl: | ||
|linksto=B | |linksto=B | ||
− | | | + | |redirects=include |
+ | }} | ||
+ | </pre> | ||
+ | |||
+ | {{#dpl: | ||
+ | |linksto=B | ||
+ | |redirects=include | ||
}} | }} | ||
== Which page(s) link to B ? , exclude redirect pages == | == Which page(s) link to B ? , exclude redirect pages == | ||
+ | <pre> | ||
{{#dpl: | {{#dpl: | ||
|linksto=B | |linksto=B | ||
− | | | + | |redirects=exclude |
+ | }} | ||
+ | </pre> | ||
+ | |||
+ | {{#dpl: | ||
+ | |linksto=B | ||
+ | |redirects=exclude | ||
}} | }} | ||
== Which page(s) link to B ? , redirect pages ONLY == | == Which page(s) link to B ? , redirect pages ONLY == | ||
+ | <pre> | ||
+ | {{#dpl: | ||
+ | |linksto=B | ||
+ | |redirects=only | ||
+ | }} | ||
+ | </pre> | ||
+ | |||
+ | {{#dpl: | ||
+ | |linksto=B | ||
+ | |redirects=only | ||
+ | }} | ||
+ | |||
+ | == Combine queries and use a nested query for redirect tracking == | ||
+ | |||
+ | <table><tr valign=top> | ||
+ | <td><pre>{{#dpl: | ||
+ | |linksto=B | ||
+ | }} | ||
+ | {{#dpl: | ||
+ | |linksto=B | ||
+ | |redirects=only | ||
+ | |format=,²{:CC¦%PAGE%}², | ||
+ | }} | ||
+ | </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: | ||
+ | |linksto=B | ||
+ | }} | ||
{{#dpl: | {{#dpl: | ||
|linksto=B | |linksto=B | ||
− | | | + | |redirects=only |
+ | |format=,²{:CC¦%PAGE%}², | ||
}} | }} | ||
+ | </table> |
Latest revision as of 22:55, 22 October 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:
|