Umaextensão permite a você personalizar a aparência e o funcionamento do MediaWiki.
Several extensions arebundled with MediaWiki as standard.
These extensions should generally be of high utility, perform efficiently, be stable, be well-written, and have no known major security issues.They should also be compatible with the latest versions of MediaWiki, and with each other (i.e. one extension shouldn't block the functions of another).A bundled extension may have a dependency on one or more other extensions, as long as those are also bundled.
Site admins get these automatically when installing or upgrading MediaWiki.When upgrading MediaWiki, any extension upgrades will be automatically applied as well.Site admins may choose to uninstall any of these, if they wish.
There are open, ongoing discussions about which extensions should be part of this group.You cansuggest additional extensions to be bundled.Extensions will be bundled once the developers reach a consensus to do so.
An extension may be removed from bundling if its functionality is merged intoMediaWiki core, it is replaced by an alternative, or in the unlikely event of any unsolvable major security vulnerabilities being discovered.
Navegue porCategory:Todas as extensões ouCategory:Extensões por categoria para ver todas as variedades de extensões disponíveis.
Which extensions are active on an instance of MediaWiki can be checked by accessing theSpecial:Version page, and scrolling down to the headingInstalled extensions (anchor#mw-version-ext).Por exemplo,estas extensões estão instaladas nesta wiki, eestas extensões estão ativas na Wikipédia em português.
WikiApiary counts wikis that extensions are installed on.This represents actual installations and not just downloads (i.e. it queries the wiki's APIs), but it is also (as of 2023) not completely up-to-date.It also doesn't count installations on private wikis.
O MediaWiki estará pronto para aceitar extensões logo após ainstalação concluir-se. Para adicionar uma extensão, siga os passos a seguir:
$IP/extensions/. Uma lista de extensões armazenadas norepositório Git da Wikimedia está localizada emgit:mediawiki/extensions.Some extensionsdon't use version control and are not recommended.LocalSettings.php, adicione:wfLoadExtension('ExtensionName');
$_SERVER (não recomendado). Nesse caso, elas podem ser envolvidas na condicional para que osscripts de manutenção ainda possam ser executados.if(!$wgCommandLineMode){wfLoadExtension('ExtensionName');}
LocalSettings.php, você deverá fazer issodepois de incluir a extensão. Caso contrário, os padrões definidos na extensão irão substituir suas configurações.Algumas extensões requerem serem atualizadas cada vez que você atualizar o MediaWiki, enquanto outras funcionam em múltiplas versões. Para atualizar a uma nova versão de uma extensão:
extensions/ExtensionName pelos novos arquivos. Não remova a configuração da extensão presente noLocalSettings.php.Remova a linha deLocalSettings.php com o nome da extensão para desinstalá-lo:
wfLoadExtension('ExtensionName');
MediaWiki core provides several ways for extensions to change the behavior and appearance of a wiki.Variousextension points give extensions flexibility to add features and functionality, such as displaying a special page or defining an API module.To get started, see theguide to developing extensions.Before writing a new extension, consider contributing to anexisting extension or helping with anunmaintained extension.
Users can also make a general request on Phabricator, and hope that your good idea is picked up by a developer.Seehttps://phabricator.wikimedia.org/tag/mediawiki-extension-requests/