fixed some mentions of vector

This commit is contained in:
ryliejamesthomas 2020-10-24 03:24:47 +11:00
parent 7025807dc3
commit 2f4f316f8a
1 changed files with 2 additions and 2 deletions

View File

@ -7,11 +7,11 @@ Theme fitting the Mediawiki 'timeless' skin, for use with the [Game Making Tools
- Requires the Mediawiki extension 'Theme': https://www.mediawiki.org/wiki/Extension:Theme <br>
See instructions behind that link (you just put stuff in a folder and add a line to LocalSettings.php).
- Place this stylesheet within your wiki's `extensions/Theme/vector` directory (Vector is the skin it modifies).
- Place this stylesheet within your wiki's `extensions/Theme/timeless` directory ('Timeless' is the skin it modifies).
- Within `extensions/Theme` there's a file called `extension.json`. You need to find the `ResourceModules` bit and add the theme there. For example mine looks like this:
```
"ResourceModules": {
"themeloader.skins.vector.gmt": {
"themeloader.skins.timeless.gmt": {
"styles": {
"vector/gmt.css": {
"media": "screen"