We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We are trying to parse an Infobox from a German muncipality (https://de.wikipedia.org/wiki/Muhr_am_See). The API response looks like this:
{{Infobox Gemeinde in Deutschland |Name = Muhr a.See |Wappen = Wappen Muhr am See.svg |Breitengrad = 49/9/19/N |Längengrad = 10/42/39/E |Lageplan = Muhr am See in WUG.svg |Bundesland = Bayern |Regierungsbezirk = Mittelfranken |Landkreis = Weißenburg-Gunzenhausen |Höhe = 417 <!-- Quelle: Geodatenzentrum --> |PLZ = 91735 |Vorwahl = 09831 |Gemeindeschlüssel = 09577114 |Gliederung = 3 [[Gemeindeteil]]e |Adresse = Rosenau 1<br />91735 Muhr a.See |Website = [https://www.muhr-am-see.de/ www.muhr-am-see.de] |Bürgermeister = Dieter Rampe |Bürgermeistertitel= [[Bürgermeister#Bayern|Erster Bürgermeister]] |Partei = [[Wählergruppe|Gemeinschaftsliste]] }}
The parsed result looks the following:
{ general: { name: 'Muhr a.See', wappen: 'Wappen Muhr am See.svg', breitengrad: '49/9/19/N', lageplan: 'Muhr am See in WUG.svg', bundesland: 'Bayern', regierungsbezirk: 'Mittelfranken', landkreis: 'Weißenburg-Gunzenhausen', plz: '91735', vorwahl: '09831', gliederung: '3 Gemeindeteile', adresse: 'Rosenau 1,91735 Muhr a.See', website: '[https://www.muhr-am-see.de/ www.muhr-am-see.de]', partei: 'Wählergruppe' }, tables: [], bsTables: null, lists: [] }
All the data identified by an Umlaut are missing in the result. E.g. "Höhe", "Bürgermeister"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We are trying to parse an Infobox from a German muncipality (https://de.wikipedia.org/wiki/Muhr_am_See). The API response looks like this:
The parsed result looks the following:
All the data identified by an Umlaut are missing in the result. E.g. "Höhe", "Bürgermeister"
The text was updated successfully, but these errors were encountered: