Extension:LinkTitles/vi
Appearance
LinkTitles Trạng thái phát hành: ổn định |
|
---|---|
Cài đặt | Page action |
Mô tả | Automatically adds links to words that match titles of existing pages. |
Tác giả | Daniel Kraus (bovenderthảo luận) |
Phiên bản | 8.1.1 (2024-01-05) |
MediaWiki | 1.35+ |
PHP | 5.3+ |
Database changes | Không |
Giấy phép | GNU General Public License 2.0 or later |
Tải xuống | GitHub: Note: README.md What's new? |
see README.md |
|
autolinks, noautolinks |
|
linktitles-batch |
|
The LinkTitles extension automatically adds links to existing page titles that occur on a given page. Điều này sẽ tự động liên kết wiki của bạn cho bạn. The extension can operate in three ways that can be used independently:
- 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).
Installation
- Tải và đặt (các) tệp trong một thư mục với tên
LinkTitles
trong thư mụcextensions/
của bạn. - Thêm mã sau vào dưới cùng tệp $LocalSettings của bạn:
wfLoadExtension( 'LinkTitles' );
- Configure as required.
- Xong – Chuyển tới Special:Version trên wiki của bạn để xác nhận phần mở rộng được cài đặt thành công.
Usage and configuration
Usage and configuration information can be found in the README.md file in the extension's repository.
This extension is included in the following wiki farms/hosts and/or packages: This is not an authoritative list. Some wiki farms/hosts and/or packages may contain this extension even if they are not listed here. Always check with your wiki farms/hosts or bundle to confirm. |
Categories:
- Stable extensions/vi
- Page action extensions/vi
- GPL licensed extensions/vi
- Extensions in GitHub version control/vi
- Extensions which add rights/vi
- MultiContentSave extensions/vi
- InternalParseBeforeLinks extensions/vi
- GetDoubleUnderscoreIDs extensions/vi
- All extensions/vi
- Extensions included in Miraheze/vi
- Extensions included in semantic::core/vi
- Extensions included in WikiForge/vi