"सदस्य:Patilkedar/monobook.js" च्या विविध आवृत्यांमधील फरक

विकिपीडिया, मुक्‍त ज्ञानकोशातून
Content deleted Content added
No edit summary
छो Trying new common.js
ओळ १: ओळ १:
/** Import module *************************************************************
*
* Description: Includes a raw wiki page as javascript or CSS,
* used for including user made modules.
* Maintainers: [[User:AzaToth]] on English Wikipedia.
* Taken from English Wikipedia.
*/
importedScripts = {}; // object keeping track of included scripts, so a script ain't included twice
function importScript( page ) {
if( importedScripts[page] ) {
return;
}
importedScripts[page] = true;
var url = wgScriptPath
+ '/index.php?title='
+ encodeURIComponent( page.replace( / /g, '_' ) )
+ '&action=raw&ctype=text/javascript';
var scriptElem = document.createElement( 'script' );
scriptElem.setAttribute( 'src' , url );
scriptElem.setAttribute( 'type' , 'text/javascript' );
document.getElementsByTagName( 'head' )[0].appendChild( scriptElem );
}
importScript('सदस्य:Patilkedar/MudraRakshas.js');
importScript('सदस्य:Patilkedar/MudraRakshas.js');

११:१५, १६ ऑक्टोबर २००७ ची आवृत्ती

importScript('सदस्य:Patilkedar/MudraRakshas.js');