Extension:LinkTitles/pt-br

From Linux Web Expert

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Manual de extensões do MediaWiki
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
README.md
What's new?
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:

  1. 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.
  2. 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.
  3. 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.