Extension:LinkTitles

Category:Extensions without an imageCategory:Extensions without a compatibility policyCategory:GPL licensed extensions
MediaWiki extensions manual
LinkTitles
Release status: stableCategory:Stable extensions
Implementation Page action Category:Page action extensions
Description Automatically adds links to words that match titles of existing pages.
Author(s) Daniel Kraus (bovendertalk)
Latest version 8.1.1 (2024-01-05)
MediaWiki 1.35+Category:Extensions with manual MediaWiki version
PHP 5.3+
Database changes No
License GNU General Public License 2.0 or later
Download Category:Extensions in GitHub version control
README.md
What's new?
autolinks, noautolinks
Category:All extensionsCategory:Extensions not in ExtensionJson

The LinkTitles extension automatically adds links to existing page titles that occur on a given page. This will automatically cross-reference your wiki for you. The extension can operate in three ways that can be used independently:

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

Installation

Usage and configuration

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

Category:All extensions Category:Extensions in GitHub version control Category:Extensions included in Miraheze Category:Extensions included in WikiForge Category:Extensions included in semantic::core Category:Extensions not in ExtensionJson Category:Extensions which add rights Category:Extensions with manual MediaWiki version Category:Extensions without a compatibility policy Category:Extensions without an image Category:GPL licensed extensions Category:GetDoubleUnderscoreIDs extensions Category:InternalParseBeforeLinks extensions Category:MultiContentSave extensions Category:Page action extensions Category:Stable extensions