OOUI

From mediawiki.org
(Redirected from OOjs UI)
Jump to navigation Jump to search
Other languages:
Bahasa Indonesia • ‎English • ‎Nederlands • ‎Türkçe • ‎français • ‎português do Brasil • ‎українська • ‎العربية • ‎বাংলা • ‎中文 • ‎日本語

OOUI allows developers to create responsive web user-interfaces and applications.

It is internationalization ready with full support of right-to-left languages, is accessible complying to Web Content Accessibility Guidelines and operates consistently across a multitude of browsers.

The OOUI library contains:

  • ready-to-use widgets, layouts, and windows that can be instantiated directly or easily extended,
  • a PHP server-side compatible output for cases where JavaScript is not supported,
  • elements that can be easily mixed and matched to create custom user interfaces.

OOUI is available in MediaWiki Core, as well as on npm, Composer, and through cdnjs. OOUI implements a "WikimediaUI" theme – conforming to Wikimedia Foundation's design style guide. Interfaces built within MediaWiki use this theme by default, though different MediaWiki skins can and do over-ride this. See documentation about using OOUI in MediaWiki. It is successfully in use in 40+ web products by Wikimedia Foundation and volunteer developers. Note, that the library was originally created for entire user interface of VisualEditor, on top of the OOjs primer (Object-Oriented JavaScript, hence OOUI's former name "OOjs UI"). It has later been extended to serve MediaWiki Core with PHP implemented widgets or responsive interfaces in project Advanced Mobile Contributions.

The source code is hosted on Gerrit and mirrored on GitHub.

Documentation[edit source]

See the sidebar for a full list of documentation subpages.

See also: