Difference between revisions of "Issue:Article Titles/content added as sub bullets"

From FollowTheScore
Jump to: navigation, search
(adding sub bullet problem when bringing in information from an imported heading contains a bulleted list)
 
(adding \code example to "Problem" section)
Line 8: Line 8:
  
 
== Problem ==
 
== Problem ==
Your text goes here ..
+
calling DPL like this:
 
+
<dpl>
 +
ordermethod=firstedit
 +
order=descending
 +
category=test
 +
notnamespace=Template | Category
 +
nottitlematch=%_test
 +
noresultsheader = Sorry, no results yet
 +
includepage= #Description[500 ...more]
 +
addpagecounter=true
 +
</dpl>
  
 +
and get output like this sometimes:
 +
*[[Test_article1]] ‎(41 views)
 +
** some info
 +
** further info [[...more]]
 +
** [[Test_article2]] ‎(40 views)
  
 
== Reply ==
 
== Reply ==

Revision as of 20:18, 21 April 2009

Description: When bringing information from a particular heading that contains a bulleted list, the next article in the DPL list may appear as a sub-bullet (it looks like content to the previous article).
Extension / Version: DPL   /   1.7.4
Type / Status: Bug   /   open

Problem

calling DPL like this:

and get output like this sometimes:

Reply