Skin:Medik
Medik Release status: stable |
|||
---|---|---|---|
![]() |
|||
Description | Simple and clean skin based on the Bootstrap 4 library. Originally and continuously developed for WikiSkripta. | ||
Author(s) | Petr Kajzar (e-mail) | ||
Latest version | 3.0.11 (2021-01-19) | ||
MediaWiki | 1.29+ | ||
License | Creative Commons Zero v1.0 Universal | ||
Download | Download master snapshot
Bitbucket: |
||
Example | WikiSkripta | ||
|
|||
Translate the Medik skin if it is available at translatewiki.net | |||
Check usage and version matrix; |
The Medik skin is a simple skin based on Bootstrap 4 which was originally developed for WikiSkripta.
Installation[edit]
- Download and place the file(s) in a directory called
Medik
in yourskins/
folder. - Add the following code at the bottom of your LocalSettings.php:
wfLoadSkin( 'Medik' );
- Configure as required.
Done - Navigate to Special:Version on your wiki to verify that the skin is successfully installed.
Configuration[edit]
Global settings[edit]
You can use the following configuration variables in your "LocalSettings.php" file:
Variable | Description | Possible values | Default |
---|---|---|---|
Theme color | |||
$wgMedikColor
|
The Medik color scheme (navbar background, underlines etc.). | CSS colors (e.g. '#ACFE00' or 'blue' )
|
'#FFBE00'
|
Site logo | |||
$wgMedikShowLogo
|
Show logo in the navbar or in the sidebar. By default, the logo is hidden. |
|
'none'
|
$wgMedikLogoWidth
|
Width of the logo in the main navbar (i.e. you have to set $wgMedikShowLogo = 'main'; first).
|
CSS width (e.g. '210px' or '2em' etc.).
|
'default'
|
$wgMedikUseLogoWithoutText
|
Use only logo and hide the site name in the left upper corner of the wiki. Note that you have to set $wgMedikShowLogo to either 'main' or 'sidebar' .
|
|
false
|
Other options | |||
$wgMedikMobileSitename
|
If your wiki's name is very long, you can define a shorter one only for the mobile screen. On desktop, $wgSitename will be displayed as usual.
|
|
null
|
$wgMedikResponsive
|
If you need to disable the responsiveness of the skin (i.e. you don't want the skin to adjust to the screen size), set this to false .
|
|
true
|
$wgMedikContentWidth
|
At large screens, the main content container (with articles, texts, etc.) is 9/12 of the screen width and sidebar menu takes 2/12 of the screen width. It means that 1/12 of the screen width on the right side remains white. This is the default and looks good. But there can be cases when you need your wiki to extend to the full width of the screen even on the large screens. Then you can use |
|
'default'
|
User settings[edit]
Basic font size[edit]
Every user is able to change the default font size in their user settings. It's found on page "Special:Preferences" under the skin preferences.
License[edit]
Created by Petr Kajzar, 1st Faculty of Medicine, Charles University, Czech Republic, 2019–2021.
This skin is:
- based on Skin:Example (licensed under CC0),
- using Bootstrap 4 (licensed under MIT license),
- using popper.js (licensed under MIT license),
- created for WikiSkripta medical wiki,
- and released under Creative Commons Zero v1.0 Universal license.
To the extent possible under law, I have dedicated all copyright and related and neighboring rights to this software to the public domain worldwide. This software is distributed without any warranty.
See also[edit]
Other skins and extensions based on Bootstrap: