Last modified: 2009-07-19 23:36:00 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T9110, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 7110 - Some templates are not properly detected by flexbisonparse
Some templates are not properly detected by flexbisonparse
Status: RESOLVED INVALID
Product: MediaWiki
Classification: Unclassified
General/Unknown (Other open bugs)
unspecified
All All
: Normal normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2006-08-23 21:09 UTC by CyrilB
Modified: 2009-07-19 23:36 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description CyrilB 2006-08-23 21:09:26 UTC
Hi, 

When parsing the following page with flexbisonparse, there is a rather long
(spanning on many lines) template that is not correctly handled (it is not
detected at all and is copied verbatim in the output of the parser).

The url:
http://en.wikipedia.org/wiki/Task_Force_Faith#External_links

The wikicode:
* {{cite web
| last = Seelinger
| first = Matthew J.
| authorlink =
| coauthors = 
| date = 
| year = 2006
| month =
| url = http://www.armyhistory.org/armyhistorical.aspx?pgID=868&id=40&exCompID=32
| title = ''Nightmare at the Chosin Reservoir''
| format = 
| work = Korean War 1950-1953
| pages =
| publisher = Army Historical Foundation
| language =
| accessdate = 2006-07-15
| accessyear =
}}

and the corresponding xml output:
<list type="bullet">
<listitem>{{cite web</listitem>
</list><paragraph>
| last = Seelinger | first = Matthew J. | authorlink = | coauthors =  | date = 
| year = 2006 | month = | url =
http://www.armyhistory.org/armyhistorical.aspx?pgID=868&id=40&exCompID=32 | title = 
<italics>Nightmare at the Chosin Reservoir</italics>
 | format =  | work = Korean War 1950-1953 | pages = | publisher = Army
Historical Foundation | language = | accessdate = 2006-07-15 | accessyear = }}
</paragraph>
Comment 1 Brion Vibber 2009-07-19 23:36:00 UTC
flexbisonparse is an unmaintained old experiment; closing as INVALID.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links