https://bugzilla.wikimedia.org/show_bug.cgi?id=39973

       Web browser: ---
             Bug #: 39973
           Summary: Harvesting problems for header values in combination
                    wirth some kind of wikitext
           Product: Monuments database
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Database
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
    Classification: Unclassified
   Mobile Platform: ---


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` = '';

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to