Tweeki
Tweeki copied to clipboard
MediaWiki skin based on Twitter's Bootstrap
Some users rely on widespread branching convention for git repositories of MediaWiki skins and extensions. The current solution is to create branches at the time when new MediaWiki versions are...
VisualEditor fails to load on MW1.35 with Tweeki loaded, even if it isn't in use. All that is necessary is to add `wfLoadSkin( 'Tweeki' );`
Usage: ```{{#tweekinav:SECTION|CONTENT}}```, e.g. ```{{#tweekinav:subnav|Dropdown,*First Item,*Second Item,*Third Item}}``` would create a special subnavigation only on the page where the parser function is used
here's the guide: https://www.mediawiki.org/wiki/Gerrit/New_repositories before: - code cleanup - get licences right - check implications for code dependencies
using system messages for configuration can cause problems on non-English multilingual sites – other languages than the content language will fallback to the English default messages resulting in completely different...
A page that has a large number of headers and sub-headers will render a table of contents off the bottom of the screen in a sidebar using TOC. I am...
As the comma is the default separator for query results there are problems when page titles contain this character as well. Solution: Instead of parsing a query as a string...
see https://www.mediawiki.org/wiki/Manual:Composer.json_best_practices
this would help minifying page load and allows dynamic manipulation of less variables see [Extension:Bootstrap](http://www.mediawiki.org/wiki/Extension:Bootstrap)
this is relevant e.g. for buttons with 'btn-block' class or with fixed width