Änderungen

Wechseln zu: Navigation, Suche

MediaWiki:Common.js

23 Bytes hinzugefügt, 13:04, 9. Feb. 2021
keine Bearbeitungszusammenfassung
/* Any JavaScript here will be loaded for all users on every page load. */
 
// Add "mainpage" class to the body element
if ( wgMainPageTitle === wgPageName && wgAction === 'view' ) {
// $( document ).ready( function() {
// document.body.className += ' mainpage';
// });
}
 
// Editpage scripts
if( wgAction == 'edit' || wgAction == 'submit' ) {
importScript( 'MediaWiki:Editpage.js' );
}
 
// Vorgangssammler from https://jira-neu.elga.gv.at/secure/InsertCollectorHelp!default.jspa?projectKey=ELGA&collectorId=f3a662e5
// by predefined page title
if( mw.config.get( 'wgPageName' ).match( /XDS_Metadaten/ ) ) {
// Requires jQuery!
jQuery.ajax({
url: "https://jira-neu.elga.gv.at/s/4f2f997f1ae041b640a115574944a42f-T/9x80a/813001/72b3cd2aeaa6371a1512537ff34d667b/4.0.3/_/download/batch/com.atlassian.jira.collector.plugin.jira-issue-collector-plugin:issuecollector-embededjs/com.atlassian.jira.collector.plugin.jira-issue-collector-plugin:issuecollector-embededjs.js?locale=deen-DEUS&collectorId=f3a662e5",
type: "get",
cache: true,
}
// Add "mainpage" class to the body element
if ( wgMainPageTitle === wgPageName && wgAction === 'view' ) {
// $( document ).ready( function() {
// document.body.className += ' mainpage';
// });
}
 
// Editpage scripts
if( wgAction == 'edit' || wgAction == 'submit' ) {
importScript( 'MediaWiki:Editpage.js' );
}
/* End of extra pages */
};
})();
 
/** Collapsible tables *********************************************************
585
Bearbeitungen

Navigationsmenü