Änderungen

Wechseln zu: Navigation, Suche

MediaWiki:Common.js

602 Bytes entfernt, 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' );
}
$(function () {
$('#Vorgangssammler_XDS').html('
// Vorgangssammler aus from https://jira-neu.elga.gv.at/secure/InsertCollectorHelp!default.jspa?projectKey=ELGA&collectorId=f3a662e5
// 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=de-DE&collectorId=f3a662e5", type: "get", cache: true, dataType: "script"}); ');}());  by predefined page titleif( mw.config.get( 'wgPageName' ).match( /XDS MetadatenXDS_Metadaten/ ) ) { // Vorgangssammler aus https://jira-neu.elga.gv.at/secure/InsertCollectorHelp!default.jspa?projectKey=ELGA&collectorId=f3a662e5
// 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ü