Wiki
Wiki, short for Wikipedia; an open, online archive of documents in the form of an encyclopedia created by individuals. Wikipedia is an online encyclopedia that uses the Mediawiki software that this BK encyclopedia uses.
Whoops! The default skin for your wiki, defined in $wgDefaultSkin as vector, is not available.
Your installation seems to include the following skins. See Manual: Skin configuration for information how to enable them and choose the default.
cologneblue / CologneBlue (disabled)modern / Modern (disabled)monobook / MonoBook (disabled)vector / Vector (disabled)skins/ directory from it.LocalSettings.php to enable all installed skins:wfLoadSkin( 'CologneBlue' ); wfLoadSkin( 'Modern' ); wfLoadSkin( 'MonoBook' ); wfLoadSkin( 'Vector' );
LocalSettings.phpWiki, short for Wikipedia; an open, online archive of documents in the form of an encyclopedia created by individuals. Wikipedia is an online encyclopedia that uses the Mediawiki software that this BK encyclopedia uses.