Mediawiki:common.js

Вернуться

Строка 3: Строка 3:
     var secondUrl = "https://spacestories.club/Marine_Corps";
     var secondUrl = "https://spacestories.club/Marine_Corps";


     var secondLogoImgUrl = "https://spacestories.club/images/0/0d/CMlog.png";  
     var secondLogoImgUrl = "https://spacestories.club/images/0/0d/CMlog.png";


     if ($('.second-custom-logo').length === 0) {
     if ($('.second-mw-logo').length === 0) {


         var $secondLogo = $('<a>', {
         var $secondLogo = $('<a>', {
             href: secondUrl,
             href: secondUrl,
             class: 'second-custom-logo',
             class: 'second-mw-logo citizen-cdx-button--size-large cdx-button cdx-button--fake-button cdx-button--fake-button--enabled cdx-button--icon-only cdx-button--weight-quiet',
             title: 'Перейти на заглавную страницу Marines Corps',
             title: 'Перейти на заглавную страницу Marines Corps',
         }).append($('<img>', {
         }).append(
            src: secondLogoImgUrl,
            $('<img>', {
            alt: 'MC'
                class: 'mw-logo-icon',
        }));
                src: secondLogoImgUrl,
                alt: 'Второе лого',
                'aria-hidden': 'true',
                height: '32',
                width: '32'
            })
        );


         $('.mw-logo').after($secondLogo);
         $('.mw-logo').after($secondLogo);
     }
     }
});
});


/* Аудиоплееры */
/* Аудиоплееры */