מדיה ויקי:Common.js: הבדלים בין גרסאות בדף
קפיצה לניווט
קפיצה לחיפוש
אין תקציר עריכה |
אין תקציר עריכה |
||
שורה 1: | שורה 1: | ||
mw.loader.using( [ 'mediawiki.util' ], function () { | mw.loader.using( [ 'mediawiki.util' ], function () { | ||
'use strict'; | 'use strict'; | ||
document. | document.write("<a onclick="view()">הצג תוכן מוסתר</a>"); | ||
var projectNamespace, | var projectNamespace, | ||
bookmarkletsPages; | bookmarkletsPages; | ||
שורה 13: | שורה 13: | ||
importScript( 'MediaWiki:BookmarkletsInit.js' ); | importScript( 'MediaWiki:BookmarkletsInit.js' ); | ||
} | } | ||
} | } | ||
function view() { | function view() { | ||
document.GetElementById("a").style="display:block"; | document.GetElementById("a").style="display:block"; | ||
} | } | ||
); |
גרסה מ־17:42, 29 בינואר 2017
mw.loader.using( [ 'mediawiki.util' ], function () {
'use strict';
document.write("<a onclick="view()">הצג תוכן מוסתר</a>");
var projectNamespace,
bookmarkletsPages;
projectNamespace = 'חב"דפדיה';
bookmarkletsPages = [
projectNamespace + ':בוקמרקלטים'
];
if ( $.inArray( wgPageName, bookmarkletsPages ) > -1 ) {
importScript( 'MediaWiki:BookmarkletsInit.js' );
}
}
function view() {
document.GetElementById("a").style="display:block";
}
);