扩展名:LinkTitles
Appearance
LinkTitles 发行状态: 稳定版 |
|
---|---|
实现 | 页面操作 |
描述 | 自动添加指向与现有页面标题匹配的单词的链接。 |
作者 | Daniel Kraus (bovender留言) |
最新版本 | 8.1.1 (2024-01-05) |
MediaWiki | 1.35+ |
PHP | 5.3+ |
数据库更改 | 否 |
许可协议 | GNU通用公眾授權條款2.0或更新版本 |
下載 | README.md What's new? |
see README.md |
|
autolinks, noautolinks |
|
linktitles-batch |
|
LinkTitles 扩展会自动添加指向给定页面上出现的现有页面标题的链接。 这将自动为您交叉引用您的 wiki。 该扩展可以通过三种可独立使用的方式进行操作:
- 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).
安裝
- Download, extract文件,并将其放置在您
extensions/
文件夹中的LinkTitles
目录内。 - 将下列代码放置在您的LocalSettings.php 的底部:
wfLoadExtension( 'LinkTitles' );
- Configure as required.
- 完成 – 在您的wiki上导航至Special:Version,以验证已成功安装扩展。
用户配置
Usage and configuration information can be found in the README.md file in the extension's repository.
此扩展在以下wiki农场/托管网站和/或软件包中提供: 這不是一份權威名單。 即使某些wiki农场/托管网站和/或软件包未在这里列出,它们也可能提供此扩展。 请检查你的wiki农场/托管网站或软件包以确认提供情况。 |
Categories:
- Stable extensions/zh
- Page action extensions/zh
- GPL licensed extensions/zh
- Extensions in GitHub version control/zh
- Extensions which add rights/zh
- MultiContentSave extensions/zh
- InternalParseBeforeLinks extensions/zh
- GetDoubleUnderscoreIDs extensions/zh
- All extensions/zh
- Extensions included in Miraheze/zh
- Extensions included in semantic::core/zh
- Extensions included in WikiForge/zh