Page MenuHomePhabricator

Harvesting problems for header values in combination with some kind of wikitext
Closed, ResolvedPublic

Description

Author: alexxw83

Description:
Some values provided by headertemplates (ie 'Gemeinde' in Austrian lists) are not filled if there is a template part of any row parameter. Specific example:

http://de.wikipedia.org/wiki/Liste_der_denkmalgesch%C3%BCtzten_Objekte_in_Pfons

In article:

{{Denkmalliste Österreich Tabellenkopf
|Gemeinde         = Pfons
|Bezirk           = Bezirk Innsbruck Land
<...>
}}
{{Denkmalliste Österreich Tabellenzeile
|Name              = Friedhof mit Kapellen und Kleindenkmalen
|Beschreibung      = 
|ObjektID          = 110694
<...>
}}
{{Denkmalliste Österreich Tabellenzeile
|Name              = Kath. Pfarrkirche Mariä Himmelfahrt
|Beschreibung      = {{Hauptartikel|Mariä-Himmelfahrt-Kirche (Pfons)}}
|ObjektID          = 64604
<...>
}}

and in database:

SELECT `objektid`, `name`, `gemeinde`, `bezirk` FROM  `p_erfgoed_p`.`monuments_at_(de)` WHERE `objektid` = 110694 or `objektid` = 64604;

| objektid | name                       | gemeinde | bezirk
| 110694   | Friedhof mit Kapellen<...> | Pfons    | Bezirk Innsbruck Land
| 64604    | Kath. Pfarrkirche Mar<...> |          |

many other examples can be found by SELECT * FROM p_erfgoed_p.monuments_at_(de) WHERE gemeinde = '';


Version: unspecified
Severity: normal

Details

Reference
bz39973

Event Timeline

bzimport raised the priority of this task from to Lowest.Nov 22 2014, 1:01 AM
bzimport set Reference to bz39973.
bzimport added a subscriber: Unknown Object (MLST).

All template parsing is Pywikipedia. This should be fixed upstream (Pywikipedia).

(In reply to comment #1)

All template parsing is Pywikipedia. This should be fixed upstream
(Pywikipedia).

...which means filing a ticket in http://sourceforge.net/tracker/?group_id=93107 . AleXXw, could you do that please and provide the link here afterwards?

[Removing RESOLVED LATER as discussed in
http://lists.wikimedia.org/pipermail/wikitech-l/2012-November/064240.html .
Reopening and setting priority to "Lowest".
For future reference, please use either RESOLVED WONTFIX (for issues that will
not be fixed), or simply set lowest priority. Thanks a lot!]

Multichill removed a project: Upstream.
Multichill set Security to None.

Removed upstream, the blocking task is in this bugtracker.

Ricordisamoa edited subscribers, added: Ricordisamoa; removed: Unknown Object (MLST).

Is this still valid? If yes, please point to the Wiki-Loves-Monuments-Database code base.

Setting "stalled" status. Please reset when answering Ricordisamoa's question.

Aklapper changed the task status from Open to Stalled.Apr 17 2015, 6:43 PM

No clue what the status is, "stalled" seems like a good one.

AleXXw claimed this task.
AleXXw added subscribers: JeanFred, AleXXw.

Works since the "reboot" of @JeanFred and @Multichill. Thank you, even if it was a side effect ;)