Help:Badges

From Wikidata
Jump to navigation Jump to search
This page is a translated version of the page Help:Badges and the translation is 100% complete.

Badges are a kind of marker attached to a sitelink, which could identify, for example, that the article is a "featured article" on a specific site. They do not describe the external entity but the page on the specific site.

Only confirmed users can add or remove badges, IP's and unconfirmed users are stopped by an abuse filter.

Some badges for some wikis are periodically set by bot.

See Wikimedia badge (Q17442550).

How to override badge icons?

Individual client wikis can override the badge icons that are used to mark interwiki 'language' links in the sidebar by adding some site CSS.

In MediaWiki:Vector.css:

li.badge-featuredarticle,
li.badge-featuredlist,
li.badge-featuredportal {
  list-style-image: url("//upload.wikimedia.org/wikipedia/commons/4/4c/Icone_AdQ.png");
}

li.badge-goodarticle {
  list-style-image: url("//upload.wikimedia.org/wikipedia/commons/8/86/Icone_BA.png");
}

In MediaWiki:Monobook.css:

.portlet li.badge-featuredarticle, .portlet li.badge-featuredlist {
  list-style-image: url('//upload.wikimedia.org/wikipedia/commons/4/4c/Icone_AdQ.png');
}

.portlet li.badge-goodarticle {
  list-style-image: url('//upload.wikimedia.org/wikipedia/commons/8/86/Icone_BA.png');
}

Other skins:

There is also default CSS for the Modern and CologneBlue skins, which wikis can override (e.g. in Modern.css):

Practice

  • Wikidata administrators will not add badges for stubs.

List of badges

For an up-to-date list, see P31=Q17442550.

See also

For related Help pages, see:

For additional information and guidance, see:

  • Project chat, for discussing all and any aspects of Wikidata
  • Wikidata:Glossary, the glossary of terms used in this and other Help pages
  • Help:FAQ, frequently asked questions asked and answered by the Wikidata community
  • Help:Contents, the Help portal featuring all the documentation available for Wikidata