Difference between revisions 9102 and 9103 on newikibooks/** * @authors: Biplab Anand ([[user:बिप्लब आनन्द]]) * @date 20104-10-092-30 * License: GPLv3, CC-BY-SA 3.0 */ /* === Edittoolsystem === */ (contracted; show full) var searchEngines = { mediawiki: { ShortName: "आन्तरिक खोज", Template: mw.config.get('wgScript') + "?search={searchTerms}" }, exalead: { ShortName: "इक्सालीड", Template: "http://www.exalead.com/wikipedia/results?q={searchTerms}&language= hine" }, google: { ShortName: "गूगल", Template: "http://www.google.co.inm.np /search?as_sitesearch=hine.wikipedia.org&hl={language}&q={searchTerms}" }, wikiwix: { ShortName: "विकीविक्स", Template: "http://hine.wikiwix.com/index.php?action={searchTerms}&lang={language}" }, wlive: { ShortName: "बिङ", Template: "http://www.bing.com/search?q={searchTerms}&q1=site:http://hine.wikipedia.org" }, yahoo: { ShortName: "याहू!", Template: "http://search.yahoo.com/search?p={searchTerms}&vs=hine.wikipedia.org" }, globalwpsearch: { ShortName: "अइन्तटर विकीिमा", Template: "http://vs.aka-online.de/cgi-bin/globalwpsearch.pl?timeout=120&search={searchTerms}" } }; jQuery( document ).ready( function( $ ) { externalSearchEngines(); } ); } /** * Interwiki links to featured articles *************************************** * * Description: Highlights interwiki links to featured articles (or * equivalents) by changing the bullet before the interwiki link * into a star. */ function LinkFA() { if ( document.getElementById( 'p-lang' ) ) { var InterwikiLinks = document.getElementById( 'p-lang' ).getElementsByTagName( 'li' ); for ( var i = 0; i < InterwikiLinks.length; i++ ) { var className = InterwikiLinks[i].className.match(/interwiki-[-\w]+/); if ( document.getElementById( className + '-fa' ) && InterwikiLinks[i].className.indexOf( 'badge-featuredarticle' ) === -1 ) { InterwikiLinks[i].className += ' FA'; InterwikiLinks[i].title = 'यो यस भाषामा एउटाको एक निर्वाचित लेख हो ।'; } else if ( document.getElementById( className + '-ga' ) && InterwikiLinks[i].className.indexOf( 'badge-goodarticle' ) === -1 ) { InterwikiLinks[i].className += ' GA'; InterwikiLinks[i].title = 'यो यस भाषामा एउटाको उत्कृष्ट लेख हो ।'; } } } } mw.hook( 'wikipage.content' ).add( LinkFA ); (contracted; show full) * * Description: Allows tables to be collapsed, showing only the header. See * [[Wikipedia:NavFrame]]. * Maintainers: [[User:R. Koot]] */ var autoCollapse = 2; var collapseCaption = 'लुकाउन ेुस'; var expandCaption = 'हेर्नेदेखाउनुस'; window.collapseTable = function ( tableIndex ) { var Button = document.getElementById( 'collapseButton' + tableIndex ); var Table = document.getElementById( 'collapsibleTable' + tableIndex ); if ( !Table || !Button ) { return false; (contracted; show full) } } NavFrame.setAttribute( 'id', 'NavFrame' + indexNavigationBar ); } } } mw.hook( 'wikipage.content' ).add( createNavigationBarToggleButton ); All content in the above text box is licensed under the Creative Commons Attribution-ShareAlike license Version 4 and was originally sourced from https://ne.wikibooks.org/w/index.php?diff=prev&oldid=9103.
![]() ![]() This site is not affiliated with or endorsed in any way by the Wikimedia Foundation or any of its affiliates. In fact, we fucking despise them.
|