Skin:Medik
![]() Release status: stable |
|||
---|---|---|---|
![]() |
|||
Description | Simple and clean skin based on the Bootstrap 4 library. Originally and continuously developed for WikiSkripta. | ||
Latest version | 3.2.7 (2022-08-28) | ||
Compatibility policy | Master maintains backwards compatibility. | ||
MediaWiki | 1.29+ | ||
PHP | 7.0+ | ||
License | Creative Commons Zero v1.0 Universal | ||
Download | Download master snapshot
Bitbucket: |
||
Example | WikiSkripta | ||
|
|||
Public wikis using | 35 (Ranked 61st) | ||
Public wikis using as default skin | 20 | ||
Translate the Medik skin if it is available at translatewiki.net |
Medik is a MediaWiki skin based on Bootstrap 4, originally created for WikiSkripta.
InstallationEdit
- 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' );
$wgDefaultSkin = 'medik';
- Configure as required.
- Done - Navigate to Special:Version on your wiki to verify that the skin is successfully installed.
ConfigurationEdit
Global settingsEdit
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 longer than about 13 to 15 characters, 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
|
On 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. 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 If you need a narrow main content area, use If you need a wide main content with only a narrow left sidebar, use |
|
'default'
|
User preference optionEdit
- Basic font size
- 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.
- The wiki's default font size can be defined by adding e.g. the following line to your "LocalSettings.php":
$wgDefaultUserOptions['medik-font'] = '1.0em';
- Possible values for this setting are
0.8em
(80%),0.85em
(85%),0.9em
(90% - default),0.95em
(95%),1.0em
(100%),1.05em
(105%) and1.1em
(110%). However, you can use any other valid CSS declarations. - Notes
- Regardless of the current user settings or the settings of the entire wiki, the user will always see 90% as the default value in their settings page.
- If you would like to disallow users to choose another skin but sill allow users to select the size of the font used you need to add the following to your "LocalSettings.php" file:
$wgHiddenPrefs[] = 'skin'; $wgAllowUserCss = true;
LicenseEdit
Created at 1st Faculty of Medicine, Charles University, Czech Republic, 2019–2022.
This skin is:
- based on Skin:Example (licensed under CC0),
- using Bootstrap 4 (licensed under MIT license),
- using popper.js 1.16 (licensed under MIT license),
- created for WikiSkripta medical wiki,
- and released under Creative Commons Zero v1.0 Universal license (CC0).
This software is distributed without any warranty.
See alsoEdit
Other skins and extensions related to the Bootstrap framework:
- Category:Skins based on Bootstrap - Overview of skins based on the Bootstrap framework
- Extension:Bootstrap - Provides the Bootstrap framework to MediaWiki
- Extension:BootstrapComponents - Provides further components to the Bootstrap framework for MediaWiki
This skin is included in the following packages and/or wiki farms: This is not an authoritative list. Some wiki farms/hosts may contain this skin even if they are not listed here. Always check with your wiki farms/hosts or bundle to confirm. |