"मीडियाविकि:Gadget-refToolbar.js": अवतरणों में अंतर
भारत डिस्कवरी प्रस्तुति
No edit summary |
No edit summary |
||
पंक्ति 1: | पंक्ति 1: | ||
<source lang=javascript> | |||
if( typeof wgWikiEditorPreferences != 'undefined' && wgWikiEditorPreferences.toolbar ) { | if( typeof wgWikiEditorPreferences != 'undefined' && wgWikiEditorPreferences.toolbar ) { | ||
if (wgServer == "https://secure.wikimedia.org") { | if (wgServer == "https://secure.wikimedia.org") { | ||
पंक्ति 6: | पंक्ति 7: | ||
} | } | ||
if( wgWikiEditorPreferences.toolbar.enable && wgWikiEditorPreferences.toolbar.dialogs /*&& navigator.userAgent.indexOf('MSIE') == -1*/ ) { | if( wgWikiEditorPreferences.toolbar.enable && wgWikiEditorPreferences.toolbar.dialogs /*&& navigator.userAgent.indexOf('MSIE') == -1*/ ) { | ||
importScriptURI('http://en.wikipedia.org/w/index.php?title=User:Mr.Z-man/refToolbar_2.0.js&action=raw&ctype=text/javascript'); | |||
} else if( wgWikiEditorPreferences.toolbar.enable ) { | } else if( wgWikiEditorPreferences.toolbar.enable ) { | ||
importScriptURI('http://en.wikipedia.org/w/index.php?title=User:Mr.Z-man/refToolbarIE.js&action=raw&ctype=text/javascript'); | |||
} | } | ||
} else if (wgAction == 'edit' || wgAction == 'submit') { | } else if (wgAction == 'edit' || wgAction == 'submit') { | ||
importScriptURI('http://en.wikipedia.org/w/index.php?title=User:Apoc2400/refToolbarPlus.js&action=raw&ctype=text/javascript'); | |||
} | } | ||
</source> |
13:21, 31 अक्टूबर 2010 का अवतरण
<source lang=javascript> if( typeof wgWikiEditorPreferences != 'undefined' && wgWikiEditorPreferences.toolbar ) { if (wgServer == "https://secure.wikimedia.org") { importScriptURI("https://secure.wikimedia.org/wikipedia/en/w/index.php?title=User:Mr.Z-man/refToolbar_2.0/base.js&action=raw&ctype=text/javascript"); } else { importScriptURI('http://en.wikipedia.org/w/index.php?title=User:Mr.Z-man/refToolbar_2.0/base.js&action=raw&ctype=text/javascript'); } if( wgWikiEditorPreferences.toolbar.enable && wgWikiEditorPreferences.toolbar.dialogs /*&& navigator.userAgent.indexOf('MSIE') == -1*/ ) { importScriptURI('http://en.wikipedia.org/w/index.php?title=User:Mr.Z-man/refToolbar_2.0.js&action=raw&ctype=text/javascript'); } else if( wgWikiEditorPreferences.toolbar.enable ) { importScriptURI('http://en.wikipedia.org/w/index.php?title=User:Mr.Z-man/refToolbarIE.js&action=raw&ctype=text/javascript'); } } else if (wgAction == 'edit' || wgAction == 'submit') { importScriptURI('http://en.wikipedia.org/w/index.php?title=User:Apoc2400/refToolbarPlus.js&action=raw&ctype=text/javascript'); } </source>