User:CzechOut/DPL tricks: Difference between revisions

From Tardis Wiki, the free Doctor Who reference
(Created page with "== Counting == Here's how to get just the number of pages linked to a page <pre>{{#dpl:linksto=RTD|distinct=strict|mode=userformat|resultsfooter=%PAGES%}}</pre> {{#dpl:linksto...")
 
No edit summary
Line 8: Line 8:
* The Doctor: {{#dpl:linksto=The Doctor|distinct=strict|mode=userformat|resultsfooter=%PAGES%}}
* The Doctor: {{#dpl:linksto=The Doctor|distinct=strict|mode=userformat|resultsfooter=%PAGES%}}
* Dalek: {{#dpl:linksto=Dalek|distinct=strict|mode=userformat|resultsfooter=%PAGES%}}
* Dalek: {{#dpl:linksto=Dalek|distinct=strict|mode=userformat|resultsfooter=%PAGES%}}
* TARDIS: {{#dpl:linksto=TARDIS|distinct=strict|mode=userformat|resultsfooter=%PAGES%}}
* TARDIS: {{#dpl:linksto=TARDIS|distinct=strict|mode=userformat|resultsfooter=%PAGES%|count=}}

Revision as of 18:16, 17 April 2013

Counting

Here's how to get just the number of pages linked to a page

{{#dpl:linksto=RTD|distinct=strict|mode=userformat|resultsfooter=%PAGES%}}

30

Seems to have upper limit of 500 though:

  • The Doctor:

500

  • Dalek:

500

  • TARDIS:

500