https://bugzilla.wikimedia.org/show_bug.cgi?id=47216
--- Comment #10 from Daniel Friesen <[email protected]> --- (In reply to comment #5) > If someone really wants to request getting localized skin names from > https://en.wikipedia.org/w/api.php?action=query&meta=siteinfo&siprop=skins > instead of something like > https://en.wikipedia.org/w/api. > php?action=query&meta=allmessages&ammessages=skinname-monobook|skinname- > vector|skinname-modern|skinname-cologneblue, > file a separate bug. Note the current names being returned are not the > English > names, they're the internal names—note how "CologneBlue" is returned rather > than "Cologne Blue". Actually the're not even internal names. The value at this point is a key used to determine the class name of the skin. In the future it could be something strange and nonsensical like "{ThisIsMySkinClassName}" so we should really just be grabbing the English localized name if we're going to default anything there. -- 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
