Opened 12 days ago
Last modified 8 days ago
#24818 needinfo defect
"wikipedia page title should have first letter capitalized" is not universally true
| Reported by: | mkoniecz | Owned by: | mkoniecz |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Core validator | Version: | |
| Keywords: | Cc: | Famlam |
Description
see https://josm.openstreetmap.de/browser/josm/trunk/resources/data/validator/wikipedia.mapcss#L79
see https://www.openstreetmap.org/node/13768278206 and https://de.wikipedia.org/wiki/dm-drogerie_markt - note {{SEITENTITEL:dm-drogerie markt}} in Wikicode
(this should be brand:wikipedia but that is a different issue)
originally reported as https://github.com/osmose-qa/osmose-backend/issues/2785
Attachments (0)
Change History (5)
comment:1 by , 12 days ago
| Cc: | added |
|---|
comment:2 by , 12 days ago
| Owner: | changed from to |
|---|---|
| Status: | new → needinfo |
comment:3 by , 10 days ago
yes, the URL at https://de.wikipedia.org/wiki/Dm-drogerie_markt has uppercase first letter
but human-visible wiki page title does NOT have uppercase first letter in the same way as "drogerie" and "markt" are separated by _ in URL and by space in human-visible wiki page title
the same goes for more complex characters in titles and some other cases where URL and title mismatch for technical reasons
comment:4 by , 10 days ago
From a technical point the page title is "Dm-drogerie markt" which is manually changed in wikipedia. But that cannot be known to any software before it downloads the page. So for a software to correctly link the page it needs to use the real title, not a manual rework using SEITENTITEL. So the warning is valid.
comment:5 by , 8 days ago
Software can rely redirect being in place
And wikikipedia tag is for human page title, not for URL.
I guess I can start forum discussion to check whether my opinion is widely shared or abberation?



This page redirects to https://de.wikipedia.org/wiki/Dm-drogerie_markt, which is upper-case. If lower-case is possible, your example isn't valid for such an entry. You also see that in the browser when you look in the URL field.
Do you have another example which does not redirect?