Difference between revisions of "C"
From FollowTheScore
(duped code to see what is going on without having to edit page...) |
|||
Line 1: | Line 1: | ||
== Which page(s) link to B ? == | == Which page(s) link to B ? == | ||
+ | |||
+ | <pre> | ||
+ | {{#dpl: | ||
+ | |linksto=B | ||
+ | }} | ||
+ | </pre> | ||
{{#dpl: | {{#dpl: | ||
Line 6: | Line 12: | ||
== Which page(s) link to B ? , include redirect pages == | == Which page(s) link to B ? , include redirect pages == | ||
+ | |||
+ | <pre> | ||
+ | {{#dpl: | ||
+ | |linksto=B | ||
+ | |redirects=include | ||
+ | }} | ||
+ | </pre> | ||
{{#dpl: | {{#dpl: | ||
Line 13: | Line 26: | ||
== Which page(s) link to B ? , exclude redirect pages == | == Which page(s) link to B ? , exclude redirect pages == | ||
+ | |||
+ | <pre> | ||
+ | {{#dpl: | ||
+ | |linksto=B | ||
+ | |redirects=exclude | ||
+ | }} | ||
+ | </pre> | ||
{{#dpl: | {{#dpl: | ||
Line 20: | Line 40: | ||
== 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: | {{#dpl: | ||
Line 28: | Line 55: | ||
== Combine queries and use a nested query for redirect tracking == | == Combine queries and use a nested query for redirect tracking == | ||
+ | <pre> | ||
{{#dpl: | {{#dpl: | ||
|linksto=B | |linksto=B | ||
Line 36: | Line 64: | ||
|format=,²{:CC¦%PAGE%}², | |format=,²{:CC¦%PAGE%}², | ||
}} | }} | ||
+ | </pre> | ||
+ | {{#dpl: | ||
+ | |linksto=B | ||
+ | }} | ||
+ | {{#dpl: | ||
+ | |linksto=B | ||
+ | |redirects=only | ||
+ | |format=,²{:CC¦%PAGE%}², | ||
+ | }} | ||
===== eliminate links from this page ===== | ===== eliminate links from this page ===== | ||
+ | <pre>{{#dpl:reset=all}}</pre> | ||
+ | |||
{{#dpl:reset=all}} | {{#dpl:reset=all}} |
Revision as of 22:56, 15 August 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%}², }}
- A2 -> B2
eliminate links from this page
{{#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.