Skin:Minerva Neue
Minerva Neue (Minerva) Release status: stable |
|
---|---|
![]() |
|
MediaWiki | 1.30+ |
License | GNU General Public License 2.0 or later |
Download | |
Example | Example on this wiki |
Translate the Minerva Neue skin if it is available at translatewiki.net | |
Check usage and version matrix; | |
Issues : | Open tasks · Report a bug |
Minerva é a skin que serve o tráfego móvel para projetos Wikimedia em todo o mundo. Compared to other skins such as Vector , it provides a much more simplistic user interface and is much more aggressive about optimizing for performance so that it can cater for mobile users.
É otimizada para uso com MobileFrontend como a wgDefaultMobileSkin
mas na hora de escrever (mestre atual e versão 1.35) é uma dependência suave e funcionará sem a extensão instalada.
If using the 1.34 release or earlier it is a hard dependency.
Instalação
- Baixe e coloque o(s) arquivo(s) em uma pasta chamada
MinervaNeue
dentro da sua pastaskins/
. - Adicione o seguinte código no final do arquivo LocalSettings.php:
wfLoadSkin( 'MinervaNeue' );
$wgDefaultSkin = 'minerva';
Concluído - Vá até Special:Version em sua wiki para se certificar que a instalação da skin foi bem-sucedida.
Para usuários utilizando MediaWiki 1.24 ou anteriores:
As instruções acima descrevem a nova forma de instalar skins utilizando wfLoadSkin()
, a partir do MediaWiki 1.25. Para instalar esta skin em versões anteriores, em vez de wfLoadSkin( 'MinervaNeue' );
, você precisa usar:
require_once "$IP/skins/MinervaNeue/MinervaNeue.php";
(Para utilizar uma skin em uma versão anterior, pode ser necessário baixar a versão marcada para a versão específica em Special:SkinDistributor.)
- Nota: Configurar
$wgDefaultSkin = 'minerva'
fará a Minerva sua skin padrão, mesmo na visualização em Desktop. Ignore esta linha e use$wgMFDefaultSkinClass = 'SkinMinerva';
se você quiser apenas MobileFrontend usando a skin Minerva.

Certifique-se de chamar wfLoadSkin
depois de wfLoadExtension
.
Integração MobileFrontend
Com a integração MobileFrontend a experiência Minerva será aprimorada para incluir vários outros recursos, incluindo:
- Confirmação de edição de ligação vermelha
- Gaveta popup de referência
- Uma pesquisa aprimorada
- Melhor integração no celular com muitas predefinições populares do estilo Wikipédia.
Para beneficiar destes:
- Faça o download e instale a extensão MobileFrontend .
Configuration
Configuration is listed in the Minerva readme in your local download or online.
Recently deprecated configuration
- $wgMinervaCountErrors - previously used to count errors via statsd. In the unlikely event you were using it as a 3rd party please refer to Extension:WikimediaEvents for client side error logging.
Certain URLs in the main menu can be tweaked. These include:
- Random (via editing MediaWiki:Randompage-url)
- Portal URL (of Advanced editing mode via MediaWiki:Portal-url)
Certain menu items will be enabled automatically when the relevant extension is added.
- Nearby (provided by Extension:MobileFrontend ).
Desktop vs mobile modes
MobileFrontend provides additional capabilities that are not available in MediaWiki core. You can compare desktop vs mobile mode.
When operating in mobile mode the following features are available:
- Core workflows such as editing and talk will trigger JavaScript based workflows. This is provided by Extension:MobileFrontend . See more for details.
- Sections can be collapsed and expanded.
Expanded sections are memorized in the browser's local storage.
- The menu contains different options depending on the current mode, e.g. Special:Preferences is available on desktop
- MediaWiki:Mobile.css (for mobile mode) or MediaWiki:Common.css (for desktop mode) will be loaded
- The skin will link to pages optimized for mobile provided by MobileFrontend if enabled. See Extension:MobileFrontend for more information. e.g. Special:Watchlist (compare desktop vs mobile)
- In mobile view, navigation bars and side bars are hidden by default, as described in their documentation.
The desktop mode of the site is experimental. Bug reports and patches are appreciated.
When operating in desktop mode there are various issues that we are working towards fixing. Your patches and help are welcomed.
Questions and answers
If you have a question not answered by the page – please feel free to use the talk page to raise them.
What do I get when I install MobileFrontend?
Minerva works without MobileFrontend but installing MobileFrontend will provide several enhancements – notably reference and red link pop-up drawers, and a mobile optimized search and custom editor. These optimizations will apply to the desktop and mobile version. Currently it is not possible to disable the mobile view link but patches to that effect will gladly be accepted!
![]() | Este tema está sendo usado por um ou mais projetos da Wikimedia. Isto significa que, provavelmente, o tema é estável e funciona bem o suficiente para ser utilizado em sites de alto tráfego. Procure pelo nome desse tema nos arquivos de configuração CommonSettings.php e InitialiseSettings.php da Wikimedia para verificar onde ele foi instalado. Uma lista completa dos temas instalados numa wiki em particular podem ser visualizados na página Special:Version da wiki. |
- GPL licensed skins/pt-br
- Stable skins/pt-br
- Skins in Wikimedia version control/pt-br
- ResourceLoaderRegisterModules extensions/pt-br
- SkinPageReadyConfig extensions/pt-br
- UserLogoutComplete extensions/pt-br
- FetchChangesList extensions/pt-br
- MobileFrontendBeforeDOM extensions/pt-br
- MobileFrontendFeaturesRegistration extensions/pt-br
- RequestContextCreateSkinMobile extensions/pt-br
- SpecialPageBeforeExecute extensions/pt-br
- ResourceLoaderGetConfigVars extensions/pt-br
- OutputPageBodyAttributes extensions/pt-br
- All skins/pt-br
- Skins used on Wikimedia/pt-br