Difference between revisions of "Issue:Article Titles/content added as sub bullets"
From FollowTheScore
(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 == | ||
− | + | 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 19: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:
- Test what links here 2
- Test cat listing
- Test imagecontainer
- Test article structure
- Test what links here
- Test includetrim
- DPL:Manual - dplmatrix
- Test matrix
- Calendar
- Listing Redirects and Location
- Test category listing
- Test addcontribution
- Events
- Test ignorecase
- Test debug
- Test table
- Test Sort order
- Test columns
- Test resultsheader
- Resultsheaderwithcolumns
- Test includematch
- Test goal
- Test onlyinclude
- Test identical chapters
- Test offset&count
- Test category hierarchy
- 2007/04/28 my event name
- Test redirects
- Test numberOfArticles
- Test subcategories
- Test createdby
- Test linksfrom
- Test
- Test regexp
- Test title
- Test revisions
- Test uses
- Test matches
- Test linksto
- Test mode category
- Test section inclusion
- Test date formatting
- Test escapelinks
- Test addfirstcategorydate
- Test shownamespace
- Test adduser
- Test addcategories
- Test headingmode
and get output like this sometimes:
- Test_article1 (41 views)
- some info
- further info ...more
- Test_article2 (40 views)