MediaWiki skins manual - category
Tweeki
Release status: stable
Description Bootstrap based, fully configurable, especially suitable for wiki-as-a-website
Author(s) Tobias Haider
Latest version 2.0.2 (2023-01-08)
MediaWiki 1.31.0+
License GNU General Public License 2.0
Download

GitHub:

Note:
No localisation updates are
provided by translatewiki.net .

Example tweeki.kollabor.at
Public wikis using 87 (Ranked 38th)
Public wikis using as default skin 32
Translate the Tweeki skin if it is available at translatewiki.net

Tweeki is a skin based on Bootstrap (v4.6.2) framework. It tries to implement as much of Bootstrap's functionality as possible, allowing to use it very easily and with very reduced markup, and features many configuration options.

Tweeki aims for highest compatibility with Semantic MediaWiki and Semantic Forms and should be particularly useful for wiki-as-a-website projects.

Installation

  • Download Tweeki from GitHub and place the file(s) in a directory called Tweeki in your skins/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadSkin( 'Tweeki' );
    $wgDefaultSkin = "tweeki";
    
  • Yes Done - Navigate to Special:Version on your wiki to verify that the skin is successfully installed.

The master branch contains the latest release and supports only Bootstrap 4. You can use legacy releases if you want to use Bootstrap 3.

Features

Tweeki is...

  • highly configurable – without the need to tweak Tweeki itself – no conflicts when updating!
  • userfriendly for newbies – possibility to hide specific functionality that may not be needed in your specific setup
  • well suited for wiki-as-a-website projects – act like a website and profit from MediaWiki's features internally
  • made for semantic wikis – aiming for highest compatibility with Semantic MediaWiki and Semantic Forms

It supports most of Bootstrap's features, such as Buttons, Icons, Accordions, Tabs, Modals, Panels and much more...

See also

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 article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.