皮肤:Tweeki
![]() 發行狀態: 穩定版 |
|
---|---|
![]() |
|
描述 | Bootstrap based, fully configurable, especially suitable for wiki-as-a-website |
作者 | Tobias Haider |
最新版本 | 2.0.2 (2023-01-08) |
MediaWiki | 1.31.0+ |
許可協議 | GNU通用公眾授權條款2.0 |
下載 | |
範例 | tweeki.kollabor.at |
Public wikis using | 210 (Ranked 28th) |
Public wikis using as default skin | 72 |
翻譯Tweeki外觀(如在translatewiki.net可用) |
Tweeki基于Twitter的Bootstrap(v4.6.2)框架。 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.
安裝
- Download Tweeki from GitHub文件,并将其放置在您
skins/
文件夹中的Tweeki
目录内。 - 将下列代码放置在您的
LocalSettings.php
的底部:
wfLoadSkin( 'Tweeki' );
$wgDefaultSkin = "tweeki";
- 完成 - 在您的wiki上打开Special:Version,以确认皮肤已成功安装。
致使用MediaWiki 1.24或更早版本的用户:
上面的说明介绍的是自MediaWiki 1.25以来,使用wfLoadSkin()
安装皮肤的新方法。 如果您需要在早期版本中安装此皮肤,您需要使用这样的代码(而不是 wfLoadSkin( 'Tweeki' );
):
require_once "$IP/skins/Tweeki/Tweeki.php";
(要在早期发布版本中运行皮肤,您可能需要下载标记为来自Special:SkinDistributor发布的版本。)
The master branch contains the latest release and supports only Bootstrap 4. You can use legacy releases if you want to use Bootstrap 3.
功能
Tweeki是……
- 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...
参见
Other skins and extensions related to the Bootstrap framework:
- 分类:基于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
这个皮肤包含在以下包和/或维基农场中: 这不是一个权威的名单。一些维基农场/主机可能包含这个skin,即使它们没有在这里列出。经常检查您的维基农场/主机或包来确认。 |