MediaWiki:Common.js: Unterschied zwischen den Versionen
Admin (Diskussion | Beiträge) |
K (remove GA4 snippet that was added completely wrongly without thinking by myself) |
||
(30 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
− | / | + | /** |
− | + | * MediaWiki:Common.js | |
− | |||
− | |||
− | * | ||
− | |||
− | |||
− | |||
− | |||
− | |||
*/ | */ | ||
− | + | // remove empty p-Tags & hide p-Tags only containing br-Tags | |
− | + | $content = jQuery( '#content' ); | |
− | + | $content.remove( 'p:empty' ); | |
− | + | $content.find( 'p > br' ).each( function ( i, e ) { | |
− | + | $br = jQuery( e ); | |
− | + | if ( | |
− | + | $br.siblings().length === 0 && | |
− | + | $br.parent().text().trim().length === 0 | |
− | + | ) { | |
− | + | $br.parent().hide() | |
− | + | } | |
+ | } ); | ||
− | + | // set language code | |
− | + | var languageCode = "de"; | |
− | + | var urlParameterDeEasy = "einfach"; | |
− | + | if ( window.location.href.indexOf( urlParameterDeEasy ) > -1 ) { | |
− | + | languageCode = "de-easy"; | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
− | + | jQuery( '#mw-content-text' ).attr( 'lang', languageCode ); | |
− | + | jQuery( 'body' ).attr( 'lang', languageCode ); | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | / | + | // increase body height to match sidebar height |
− | + | var sidebarHeight = jQuery( '#mw-panel' ).outerHeight(); | |
− | + | var bodyHeight = jQuery( 'body.mediawiki' ).outerHeight(); | |
− | + | if ( sidebarHeight > bodyHeight ) { | |
− | + | jQuery( '#footer' ).css( 'margin-bottom', sidebarHeight - bodyHeight ); | |
− | + | } else { | |
− | + | jQuery( '#mw-panel' ).height( jQuery( 'body' ).height() ) | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
− | // | + | // replace registration link |
+ | jQuery( '#pt-createaccount' ) | ||
+ | .attr( 'id', 'pt-gettingstarted' ); | ||
+ | jQuery( '#pt-gettingstarted a' ) | ||
+ | .attr( 'href', '/index.php/Kiwithek:Getting_Started' ) | ||
+ | .attr( 'title', 'Lies nach, wie du mit uns in Kontakt treten kannst um an der KiwiThek mitzuarbeiten.' ) | ||
+ | .text( 'Getting Started' ); | ||
+ | // insert Bildinformationen template into uploaded file page | ||
+ | var template = '{{Bildinformationen\n' + | ||
+ | '| Beschreibung = Bitte bearbeite mich und fülle die Bildinfos aus!\n' + | ||
+ | '| Urheber =\n' + | ||
+ | '| Herausgeber =\n' + | ||
+ | '| QuelleText =\n' + | ||
+ | '| QuelleUrl =\n' + | ||
+ | '| LizenzText =\n' + | ||
+ | '| LizenzUrl =\n' + | ||
+ | '| Originaltitel =\n' + | ||
+ | '| Bearbeitung =\n' + | ||
+ | '| GeoLand =\n' + | ||
+ | '| GeoRegion =\n' + | ||
+ | '| GeoGPSNorth =\n' + | ||
+ | '| GeoGPSEast =\n' + | ||
+ | '| Sonstiges =\n' + | ||
+ | '}}' | ||
+ | jQuery( '#wpUploadDescription' ).val(template) | ||
− | + | // Badge: Page created by children | |
− | + | var hasCreatedByChildrenCategory = jQuery('#catlinks'). | |
− | + | text(). | |
− | + | indexOf('Seiten von Schulteams') >= 0 | |
− | + | if (hasCreatedByChildrenCategory) { | |
− | + | var $pageByChildrenNode = jQuery('<div class="badge badge--children"><img src="/resources/assets/klassenseite_logo.svg" alt="Diese Seite wurde von SchülerInnen erstellt" title="Diese Seite wurde von SchülerInnen erstellt"></div>') | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | jQuery($pageByChildrenNode).insertAfter('#firstHeading') | |
− | |||
− | |||
− | |||
} | } | ||
− | |||
− | // | + | jQuery('#footer-places-disclaimer').find('a') |
+ | .attr('href', 'https://lehrerweb.wien/footer-nav/impressum') | ||
+ | .attr('target', '_blank'); |
Aktuelle Version vom 11. September 2024, 10:25 Uhr
/**
* MediaWiki:Common.js
*/
// remove empty p-Tags & hide p-Tags only containing br-Tags
$content = jQuery( '#content' );
$content.remove( 'p:empty' );
$content.find( 'p > br' ).each( function ( i, e ) {
$br = jQuery( e );
if (
$br.siblings().length === 0 &&
$br.parent().text().trim().length === 0
) {
$br.parent().hide()
}
} );
// set language code
var languageCode = "de";
var urlParameterDeEasy = "einfach";
if ( window.location.href.indexOf( urlParameterDeEasy ) > -1 ) {
languageCode = "de-easy";
}
jQuery( '#mw-content-text' ).attr( 'lang', languageCode );
jQuery( 'body' ).attr( 'lang', languageCode );
// increase body height to match sidebar height
var sidebarHeight = jQuery( '#mw-panel' ).outerHeight();
var bodyHeight = jQuery( 'body.mediawiki' ).outerHeight();
if ( sidebarHeight > bodyHeight ) {
jQuery( '#footer' ).css( 'margin-bottom', sidebarHeight - bodyHeight );
} else {
jQuery( '#mw-panel' ).height( jQuery( 'body' ).height() )
}
// replace registration link
jQuery( '#pt-createaccount' )
.attr( 'id', 'pt-gettingstarted' );
jQuery( '#pt-gettingstarted a' )
.attr( 'href', '/index.php/Kiwithek:Getting_Started' )
.attr( 'title', 'Lies nach, wie du mit uns in Kontakt treten kannst um an der KiwiThek mitzuarbeiten.' )
.text( 'Getting Started' );
// insert Bildinformationen template into uploaded file page
var template = '{{Bildinformationen\n' +
'| Beschreibung = Bitte bearbeite mich und fülle die Bildinfos aus!\n' +
'| Urheber =\n' +
'| Herausgeber =\n' +
'| QuelleText =\n' +
'| QuelleUrl =\n' +
'| LizenzText =\n' +
'| LizenzUrl =\n' +
'| Originaltitel =\n' +
'| Bearbeitung =\n' +
'| GeoLand =\n' +
'| GeoRegion =\n' +
'| GeoGPSNorth =\n' +
'| GeoGPSEast =\n' +
'| Sonstiges =\n' +
'}}'
jQuery( '#wpUploadDescription' ).val(template)
// Badge: Page created by children
var hasCreatedByChildrenCategory = jQuery('#catlinks').
text().
indexOf('Seiten von Schulteams') >= 0
if (hasCreatedByChildrenCategory) {
var $pageByChildrenNode = jQuery('<div class="badge badge--children"><img src="/resources/assets/klassenseite_logo.svg" alt="Diese Seite wurde von SchülerInnen erstellt" title="Diese Seite wurde von SchülerInnen erstellt"></div>')
jQuery($pageByChildrenNode).insertAfter('#firstHeading')
}
jQuery('#footer-places-disclaimer').find('a')
.attr('href', 'https://lehrerweb.wien/footer-nav/impressum')
.attr('target', '_blank');