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