mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-12 09:09:54 +00:00
Added all configurations to doc
This commit is contained in:
parent
d1c33a9c77
commit
11f6408ed3
|
@ -55,6 +55,8 @@ Name | Description | Values | Default
|
||||||
### Miscellaneous
|
### Miscellaneous
|
||||||
Name | Description | Values | Default
|
Name | Description | Values | Default
|
||||||
:--- | :--- | :--- | :---
|
:--- | :--- | :--- | :---
|
||||||
|
`$wgCitizenShowPageTools` | The condition of page tools visibility | `true` - always visible; `login` - visible to logged-in users; `permission` - visible to users with the right permissions | `true`
|
||||||
|
`$wgCitizenThumbnailSize` | Thumbnail size in pixels to use for lazy-loading placeholder | Integer > 0 | `10`
|
||||||
`$wgCitizenEnablePreconnect` | Enable or disable [preconnect to required origin](https://web.dev/uses-rel-preconnect/) | `true` - enable; `false` - disable | `false`
|
`$wgCitizenEnablePreconnect` | Enable or disable [preconnect to required origin](https://web.dev/uses-rel-preconnect/) | `true` - enable; `false` - disable | `false`
|
||||||
`$wgCitizenPreconnectURL` | The URL for preconnect to required origin | URL |
|
`$wgCitizenPreconnectURL` | The URL for preconnect to required origin | URL |
|
||||||
`$wgCitizenThemeColor` | The color defined in the `theme-color` meta tag | Hex color code | `#11151d`
|
`$wgCitizenThemeColor` | The color defined in the `theme-color` meta tag | Hex color code | `#11151d`
|
||||||
|
|
Loading…
Reference in a new issue