Page MenuHomePhabricator

Notelist refs not parsed correctly
Closed, ResolvedPublicBUG REPORT

Description

compare the two screenshots below, in each app and browser, of the following article section:
https://en.wikipedia.org/wiki/Polygonal_chain#Notes

Screenshot_20240405-002827.png (2×1 px, 172 KB)

Screenshot_20240405-002837.png (2×1 px, 337 KB)

it's because of the following code snippet:

{{Notelist|refs=
{{Efn|name=Names|A polygonal chain may also be called a '''polygonal curve''',<ref name=ref1/> '''polygonal path''',<ref name=ref2/> '''polyline''',<ref name="ecg"/> '''piecewise linear curve''',<ref name="ecg"/> '''broken line'''<ref name=ref4/> or, in [[geographic information system]]s, a '''linestring''' or '''linear ring'''.<ref name="OGC"/>}}
}}

Event Timeline

Dbrant renamed this task from Notelist refs confuse Android app to Notelist refs not parsed correctly.Apr 5 2024, 12:13 PM
Dbrant moved this task from Needs Triage to Tracking on the Wikipedia-Android-App-Backlog board.
Dbrant added a project: Parsoid.
Dbrant subscribed.

Appears to be an issue in Parsoid, so tagging.

https://en.wikipedia.org/api/rest_v1/page/html/Polygonal_chain

This was PROBABLY a dupe of https://phabricator.wikimedia.org/T349981, which has recently been fixed.