mirror of
https://github.com/diocloid/LinkTitles.git
synced 2025-07-13 01:39:30 +02:00
9d11c5b2703b32da65272418d0d22de56e94e7b2
- New: Mark sections that are to be automatically linked with the new `<autolinks>..</autolinks>` tag. This tag only makes sense on pages with the `__NOAUTOLINKS__` magic word, or if both `$wgLinkTitlesParseOnEdit` and `$wgLinkTitlesParseOnRender` are set to false. Note that this tag is parsed when a page is rendered, not when it is saved. Therefore, the links will not appear in the page source. Addresses #29.
LinkTitles
MediaWiki extension that automatically adds links to words that match titles of existing pages.
For more information, see http://www.mediawiki.org/wiki/Extension:LinkTitles
Minimum requirements: MediaWiki 1.25, PHP 5.3
Source code documentation can be found at the Github project pages.
This extension is semantically versioned.
Contributing
If you wish to contribute, please issue pull requests against the develop
branch, as I follow Vincent Driessen's advice on A successful Git branching
model (knowing that there are alternative
workflows).
Contributors
- Daniel Kraus (@bovender), main developer
- Ulrich Strauss (@c0nnex), namespaces
- Brent Laabs (@labster), code review and bug fixes
Description
MediaWiki extension that automatically adds links to words that match titles of existing pages.
Languages
PHP
98%
Dockerfile
0.8%
Shell
0.8%
Makefile
0.4%