Difference between revisions of "Issue:Article Titles/content added as sub bullets"
From FollowTheScore
(adding \code example to "Problem" section) |
(→Problem) |
||
Line 9: | Line 9: | ||
== Problem == | == Problem == | ||
calling DPL like this: | calling DPL like this: | ||
+ | |||
+ | <nowiki> | ||
<dpl> | <dpl> | ||
ordermethod=firstedit | ordermethod=firstedit | ||
Line 19: | Line 21: | ||
addpagecounter=true | addpagecounter=true | ||
</dpl> | </dpl> | ||
+ | </nowiki> | ||
and get output like this sometimes: | and get output like this sometimes: | ||
Line 24: | Line 27: | ||
** some info | ** some info | ||
** further info [[...more]] | ** further info [[...more]] | ||
− | ** [[Test_article2]] (40 views) | + | ** [[Test_article2]] (40 views) |
== Reply == | == Reply == |
Revision as of 19:35, 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:
<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)