mirror of
https://github.com/StarCitizenTools/mediawiki-extensions-TabberNeue.git
synced 2024-11-27 09:42:48 +00:00
docs: update minimum MW version (#86)
Update minimal version of MediaWiki, as per update which is done in extension.json.
This commit is contained in:
parent
b7a90f9ad3
commit
3f59d1e039
|
@ -8,7 +8,7 @@ The TabberNeue extension allows wikis to create tabs within a page. It is a fork
|
|||
[Extension:TabberNeue on MediaWiki](https://www.mediawiki.org/wiki/Extension:TabberNeue).
|
||||
|
||||
## Requirements
|
||||
* [MediaWiki](https://www.mediawiki.org) 1.35 or later
|
||||
* [MediaWiki](https://www.mediawiki.org) 1.39 or later
|
||||
|
||||
## Installation
|
||||
You can get the extension via Git (specifying TabberNeue as the destination directory):
|
||||
|
@ -95,4 +95,4 @@ Third Page Name|Third Tab Title
|
|||
Name | Description | Values | Default
|
||||
:--- | :--- | :--- | :---
|
||||
`$wgTabberNeueEnableAnimation` | Enable or disable smooth scroll animation |`true` - enable; `false` - disable | `false`
|
||||
`$wgTabberNeueUpdateLocationOnTabChange` | If enabled, when a tab is selected, the URL displayed on the browser changes. Opening this URL makes that tab initially selected |`true` - enable; `false` - disable | `true`
|
||||
`$wgTabberNeueUpdateLocationOnTabChange` | If enabled, when a tab is selected, the URL displayed on the browser changes. Opening this URL makes that tab initially selected |`true` - enable; `false` - disable | `true`
|
||||
|
|
Loading…
Reference in a new issue