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

       Web browser: ---
            Bug ID: 55169
           Summary: Reading Templates within Templates
           Product: Pywikibot
           Version: unspecified
          Hardware: All
                OS: All
            Status: ASSIGNED
          Severity: normal
          Priority: Unprioritized
         Component: General
          Assignee: [email protected]
          Reporter: [email protected]
    Classification: Unclassified
   Mobile Platform: ---

Originally from: http://sourceforge.net/p/pywikipediabot/bugs/1525/
Reported by: Anonymous user
Created on: 2012-10-24 04:53:20
Subject: Reading Templates within Templates
Assigned to: xqt
Original description:
Hi\!

Pywikipedia is used to harvest the in-wiki monument lists to the monuments
database. I noticed the Error
https://bugzilla.wikimedia.org/show\_bug.cgi?id=39973, the following lines are
a copy of the existing bug:

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

-- 
You are receiving this mail because:
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