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
 
(2 intermediate revisions by the same user not shown)
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=30000}}

Latest revision as of 18:17, 17 April 2013

Counting[[edit] | [edit source]]

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