Daniel Kraus 9d11c5b270 Implement <autolinks> tag.
- 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.
2017-08-24 14:18:13 +02:00
2016-06-07 00:42:24 +02:00
2017-08-24 14:18:13 +02:00
2015-09-30 01:52:17 +02:00
2016-06-06 23:44:07 +02:00
2017-03-21 22:18:54 +01:00
2017-03-21 22:17:58 +01:00

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.
Readme 3.9 MiB
Languages
PHP 98%
Dockerfile 0.8%
Shell 0.8%
Makefile 0.4%