Issue:Redirects=include fails with hashmark

From FollowTheScore
Revision as of 17:50, 4 June 2008 by Maiden taiwan (talk | contribs) (Problem)
Jump to: navigation, search
Description: "redirects=include" fails with "include=#": no article text
Extension / Version: DPL   /   1.7.4
Type / Status: Bug   /   open

Problem

This example outputs no article text for redirects:

<dpl>
 category = Whatever
 include = #
 redirects = include
 </dpl>

That is, for articles of the form:

#REDIRECT [[foo]]
 [[Category:Whatever]]

You get the article name in the bullet, but no article text from "foo". If "redirects=include" really works, you should get the initial text from the target article.

It works if you use "include=%0[100]", so there's something special (and wrong) about "#".

Reply