Difference between revisions of "Issue:Category browsing with title from / until"

From FollowTheScore
Jump to: navigation, search
(Created page with "{{Issue |Type = Change Request |Extension = DPL |Version = ? |Description = Add titlefrom and titleuntil parameters to clone proper category browsing |Status ...")
 
(Problem)
Line 12: Line 12:
  
 
Example: http://en.wikipedia.org/wiki/Category:Articles_about_multiple_people has 424 pages. You can jump to letter "M" directly: http://en.wikipedia.org/w/index.php?title=Category:Articles_about_multiple_people&from=M - This still shows 424 pages but it starts disaplaying at "M". With titlematch there would be only 33 results an no navigation before or beyond "M".
 
Example: http://en.wikipedia.org/wiki/Category:Articles_about_multiple_people has 424 pages. You can jump to letter "M" directly: http://en.wikipedia.org/w/index.php?title=Category:Articles_about_multiple_people&from=M - This still shows 424 pages but it starts disaplaying at "M". With titlematch there would be only 33 results an no navigation before or beyond "M".
 +
 +
: Same in <code>mode=category</code>. Mega bug :( --[[User:Subfader|Subfader]]
  
 
== Reply ==
 
== Reply ==

Revision as of 20:49, 9 April 2012

Description: Add titlefrom and titleuntil parameters to clone proper category browsing
Extension / Version: DPL   /   ?
Type / Status: Change Request   /   open

Problem

Category pages can take the from= and until= parameters. This is not possible with DPL's titlematch because it would like there are no other results with missing navigation links.

Example: http://en.wikipedia.org/wiki/Category:Articles_about_multiple_people has 424 pages. You can jump to letter "M" directly: http://en.wikipedia.org/w/index.php?title=Category:Articles_about_multiple_people&from=M - This still shows 424 pages but it starts disaplaying at "M". With titlematch there would be only 33 results an no navigation before or beyond "M".

Same in mode=category. Mega bug :( --Subfader

Reply