Page MenuHomePhabricator

EXIF data and Personendaten in german wikipedia off by default
Closed, DeclinedPublic

Description

Author: wikipedia

Description:
In de.wikipedia.org every article about a person has "Personendaten" - meta data
including information about birth, death and so on. We need this for producing
the Wikipedia DVD. The table class is called "metadata". This is exactly the
same name, which the EXIF data to images has. The "Personendaten" are off by
default - they should not be shown in rendered state to the reader:
table.metadata {
border: 1px solid #aaaaaa;
display: none; /* Muss von Benutzern eingeschaltet werden */
in http://de.wikipedia.org/wiki/MediaWiki:Monobook.css

But because of this setting also the EXIF data to images is not shown. I think
this is not intentional.
I don't know if this is considered a "bug" but Bdka forced me to file it, so
it's on the "not forget this"-list :-)


Version: unspecified
Severity: normal

Details

Reference
bz3967

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 8:53 PM
bzimport set Reference to bz3967.
bzimport added a subscriber: Unknown Object (MLST).

It's a different class since some time ago.