The article badges stored in Wikidata (WikibaseRepo) should be displayed on each client's interwiki list. As stored in the config, there is a mapping from badge id to an icon url. This icon should be used. At the moment, the icons are added via the css list-style-image property. Perhaps we can just use this css code:
li.badge-q42 {
list-style-image: url("link-to-icon");
}
Version: unspecified
Severity: enhancement
Whiteboard: u=dev c=frontend p=5 s=2014-04-23