Apariencia:Tweeki
![]() Estado de lanzamiento: estable |
|
---|---|
![]() |
|
Descripción | Bootstrap based, fully configurable, especially suitable for wiki-as-a-website |
Autor(es) | Tobias Haider |
Última versión | 2.0.2 (2023-01-08) |
MediaWiki | 1.31.0+ |
Licencia | GNU Licencia Pública general 2.0 |
Descarga | GitHub: Nota: |
Ejemplo | tweeki.kollabor.at |
Public wikis using | 87 (Ranked 35th) |
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.
Instalación
- Download Tweeki from GitHub y extrae los archivos en el directorio «
Tweeki
» dentro del directorioskins/
existente. - Añade el siguiente código al final de tu LocalSettings.php:
wfLoadSkin( 'Tweeki' );
$wgDefaultSkin = "tweeki";
- Hecho - Navega a Special:Version en tu wiki para verificar que la apariencia se ha instalado correctamente.
Para quienes usan MediaWiki 1.24 o versiones anteriores:
Estas instrucciones describen la nueva forma de instalar apariencias a partir de MediaWiki 1.25, usando wfLoadSkin()
. Si necesitas instalar esta apariencia en versiones anteriores, debes usar lo siguiente en lugar de wfLoadSkin( 'Tweeki' );
:
require_once "$IP/skins/Tweeki/Tweeki.php";
(Para usar una apariencia en una versión anterior, deberías bajar la versión marcada para tu versión desde 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.
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...
Véase también
Other skins and extensions related to the Bootstrap framework:
- Categoría:Apariencias basadas en 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
Esta apariencia está incluida en los siguientes paquetes y/o granjas wiki: 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. |