mirror of
https://github.com/diocloid/LinkTitles.git
synced 2025-07-13 01:39:30 +02:00
Update readme and extension.json for namespaces support.
- NEW: Support namespaces.
This commit is contained in:
@ -13,3 +13,10 @@ pages](http://bovender.github.io/LinkTitles).
|
||||
This extension is [semantically versioned](http://semver.org).
|
||||
|
||||
If you wish to contribute, please issue pull requests against the `develop` branch.
|
||||
|
||||
|
||||
Contributors
|
||||
------------
|
||||
|
||||
Daniel Kraus (@bovender), main developer
|
||||
Ulrich Strauss (@c0nnex), namespaces
|
||||
|
@ -1,6 +1,9 @@
|
||||
{
|
||||
"name": "LinkTitles",
|
||||
"author": "[https://www.mediawiki.org/wiki/User:Bovender Daniel Kraus (bovender)]",
|
||||
"author": [
|
||||
"[https://www.mediawiki.org/wiki/User:Bovender Daniel Kraus (bovender)]",
|
||||
"Ulrich Strauss (c0nnex)"
|
||||
],
|
||||
"type": "parserhook",
|
||||
"url": "https://www.mediawiki.org/wiki/Extension:LinkTitles",
|
||||
"version": "4.0.0",
|
||||
@ -25,7 +28,7 @@
|
||||
"LinkTitlesWordEndOnly": true,
|
||||
"LinkTitlesBatchTimeLimit": 1,
|
||||
"LinkTitlesNamespaces": [
|
||||
2
|
||||
0
|
||||
]
|
||||
},
|
||||
"AutoloadClasses": {
|
||||
|
Reference in New Issue
Block a user