Títulos de enlace

This page is a translated version of the page Extension:LinkTitles and the translation is 100% complete.
MediaWiki extensions manual
LinkTitles
Release status: stable
Implementation Page action
Description Añada enlaces automáticamente en las palabras que coinciden con los títulos de las páginas existentes.
Author(s) Daniel Kraus (bovenderdiscusión)
Latest version 8.1.1 (2024-01-05)
MediaWiki 1.35+
PHP 5.3+
Database changes No
License GNU General Public License 2.0 or later
Download
README.md
What's new?
autolinks, noautolinks
linktitles-batch

La extensión LinkTitles añade enlaces automáticamente a los títulos de páginas existentes que pueden estar en una página determinada. Esto hará una referencia cruzada de forma automática a su wiki. La extensión puede operar en tres maneras que pueden usarse de forma independiente.

  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).

Instalación

  • Download, extract y extraiga los archivos en el directorio «LinkTitles» dentro del directorio extensions/ existente.
  • Añada el siguiente código a su $LocalSettings (preferiblemente al final):
    wfLoadExtension( 'LinkTitles' );
    
  • Configure as required.
  •   Hecho – Navegue a Special:Version en su wiki para verificar que la apariencia se haya instalado correctamente.

Configuración y uso

Usage and configuration information can be found in the README.md file in the extension's repository.