/*
"Daha çox" pəncərəsinə səhifənin patrul tarixçəsinin göstərilməsi
Müəllif: Toghrul R @azwiki
*/
$( function () {
if (mw.config.get('wgNamespaceNumber') < 0 || !mw.config.get('wgArticleId')) {
return;
}
var node = mw.util.addPortletLink(
'p-cactions',
'/wiki/Special:Log?type=patrol&page=' + encodeURIComponent( mw.config.get( 'wgPageName' ) ),
mw.config.get( 'skin' ) === 'vector' || mw.config.get( 'skin' ) === 'vector-2022' ? 'Patrul tarixçəsi' : '*',
'ca-patrol',
'Bu səhifənin patrul tarixçəsi',
'*'
);
});