MediaWiki:Tweeki.js: различия между версиями
Askell (обсуждение | вклад) Новая страница: «→Any JavaScript here will be loaded for users using the Tweeki skin: ( function () { // Set up the words in your language var collapseCaption = 'Скрыть'; var expandCaption = 'Показать'; var navigationBarHide = '[' + collapseCaption + ']'; var navigationBarShow = '[' + expandCaption + ']'; /** * Shows and hides content and picture (if available) of navigation bars. * * @param {number} indexNavigationBar The index of navigation bar to b...» |
Askell (обсуждение | вклад) Нет описания правки |
||
Строка 1: | Строка 1: | ||
/* Any JavaScript here will be loaded for users using the Tweeki skin */ | /* Any JavaScript here will be loaded for users using the Tweeki skin */ | ||
( function () { | ( function () { | ||
mw.loader.load('/bootstrap-5.0.2-dist/js/bootstrap.bundle.min.js'); | |||
// Set up the words in your language | // Set up the words in your language |