扩展名:LinkTitles

From mediawiki.org
This page is a translated version of the page Extension:LinkTitles and the translation is 100% complete.
MediaWiki扩展手册
LinkTitles
发行状态: 稳定版
实现 页面操作
描述 自动添加指向与现有页面标题匹配的单词的链接。
作者 Daniel Kraus (bovender留言)
最新版本 8.1.1 (2024-01-05)
MediaWiki 1.35+
PHP 5.3+
数据库更改
许可协议 GNU通用公眾授權條款2.0或更新版本
下載
README.md
What's new?
autolinks, noautolinks
linktitles-batch

LinkTitles 扩展会自动添加指向给定页面上出现的现有页面标题的链接。 这将自动为您交叉引用您的 wiki。 该扩展可以通过三种可独立使用的方式进行操作:

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

安裝

用户配置

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