Hauptmenü öffnen
Start
Zufall
Anmelden
Einstellungen
Über madipedia
Haftungsausschluss
madipedia
Suchen
Änderungen
← Zum vorherigen Versionsunterschied
Zum nächsten Versionsunterschied →
MediaWiki:Mobile.js
(Quelltext anzeigen)
Version vom 13. April 2016, 08:19 Uhr
878 Bytes entfernt
,
08:19, 13. Apr. 2016
keine Bearbeitungszusammenfassung
Zeile 1:
Zeile 1:
/* Das folgende JavaScript wird für alle Nutzer der Mobilen Version geladen. */
/* Das folgende JavaScript wird für alle Nutzer der Mobilen Version geladen. */
−
−
−
( function( $, mw ) {
−
'use strict';
−
−
// Prefill the summary field on the Upload page with an Information template.
−
// Remove this when Bug 70146 is fixed.
−
function loadInformationTemplate() {
−
var $uploadDescription = $( '#wpUploadDescription' );
−
−
// Don't show when reuploading
−
if ( mw.util.getParamValue( 'wpDestFile' ) !== null ) return;
−
−
if ( $uploadDescription !== null && $uploadDescription.val() === '' ) {
−
−
// Prefill with template
−
$uploadDescription.val( '{{Information\n|Description=\n|Source=\n|Date=\n|Author=\n|Permission=\n|other_versions=\n}}\n' );
−
−
// Hide copy & pastable template in intro, since we just prefilled it automatically
−
$( '#Uploadtext-template-box' ).hide();
−
}
−
}
−
−
$( function() {
−
if ( mw.config.get( 'wgCanonicalSpecialPageName' ) === 'Upload' ) {
−
loadInformationTemplate();
−
}
−
} );
−
−
}( jQuery, mediaWiki ) );
−
−
ASchmidt
Passive Sichter
,
Sichter
,
Administratoren
6.756
Bearbeitungen