Extension:LinkTitles/pt-br
From Linux Web Expert
LinkTitles Estado da versão: estável |
|
---|---|
Implementação | Ações de página |
Descrição | Adiciona automaticamente links para palavras que correspondem aos títulos das páginas existentes. |
Autor(es) | Daniel Kraus (bovendertalk) |
Última versão | 8.1.1 (2024-01-05) |
MediaWiki | 1.35+ |
PHP | 5.3+ |
Modifica o banco de dados |
Não |
Licença | GNU GPL (Licença Pública Geral) 2.0 ou superior |
Download | GitHub:
<translate> Note:</translate> README.md What's new? |
see README.md |
|
autolinks, noautolinks |
|
linktitles-batch |
|
Quarterly downloads | Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin'). |
Public wikis using | Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin'). |
A extensão LinkTitles adiciona automaticamente links para títulos de páginas existentes que ocorrem em uma determinada página. Isso cruzará automaticamente a referência do seu wiki para você. A extensão pode operar de três maneiras que podem ser usadas de forma independente:
- Whenever a page is edited and saved, the extension will look if any existing page titles occur in the text, and automatically add links (
[[...]]
) to the corresponding pages. - Links may also be added on the fly whenever a page is rendered for display. Most of the time, MediaWiki will fetch previously rendered pages from cache upon a page request, but whenever a page is refreshed, the LinkTitles extension can add its page links. These links are not hard-coded in the Wiki text. The original content will not be modified.
- Batch mode enables Wiki administrators to process all pages in a Wiki at once. Batch processing can either be started from a special page, or from the server's command line (see below).
Instalação
- <translate> <tvar name=1>Download, extract</tvar> and place the file(s) in a directory called <tvar name=name>
LinkTitles/pt-br
</tvar> in your <tvar name=ext>extensions/
</tvar> folder.</translate> - <translate> Add the following code at the bottom of your <tvar name=1>LocalSettings.php </tvar> file:</translate>
wfLoadExtension( 'LinkTitles/pt-br' );
- Configure as required.
- File:OOjs UI icon check-constructive.svg <translate> Done</translate> – <translate> Navigate to <tvar name=special>Special:Version</tvar> on your wiki to verify that the extension is successfully installed.</translate>
Instalação e configuração
Usage and configuration information can be found in the README.md file in the extension's repository.
File:OOjs UI icon information-progressive.svg | <translate> This extension is included in the following wiki farms/hosts and/or packages:</translate>
<translate> This is not an authoritative list.</translate> <translate> Some wiki farms/hosts and/or packages may contain this extension even if they are not listed here.</translate> <translate> Always check with your wiki farms/hosts or bundle to confirm.</translate> |
Categories:
- Pages with script errors
- Pages with broken file links
- Stable extensions/pt-br
- Page action extensions/pt-br
- Extensions with manual MediaWiki version
- GPL licensed extensions/pt-br
- Extensions in GitHub version control/pt-br
- Extensions which add rights/pt-br
- MultiContentSave extensions/pt-br
- InternalParseBeforeLinks extensions/pt-br
- GetDoubleUnderscoreIDs extensions/pt-br
- All extensions/pt-br
- Extensions not in ExtensionJson