Year of the Dragon: Through May 28th, claim free Expansion Pack (excluding Vecna Unleashed) or a Greater Elixir of Discovery! Speak to Xatheral in the Hall of Heroes. edit

Game mechanicsNewbie guideIn developmentDDO StoreSocial Media


ChallengesClassesCollectablesCraftingEnhancementsEpic DestiniesFavorFeats

GlossaryItemsMapsMonstersPlacesQuestsRacesReincarnationSkillsSpells


Please create an account or log in to build a reputation and unlock more editing privileges, and then visit DDO wiki's IRC Chat/Discord if you need any help!

MediaWiki:Gadget-codeLineNumbers.js

From DDO wiki
Jump to navigation Jump to search

Note: After saving, you may have to bypass your browser's cache to see the changes, you can click here or try one of the methods below..

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl+F5 or Ctrl+r ( Command+r on a Mac)
  • Google Chrome: Press Ctrl+ Shift+R ( Command+ Shift+R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl+F5
  • Konqueror: Click Reload or press F5
  • Opera: Clear the cache in Tools ‣ Preferences
//<nowiki>
( function ( mw, $ ) {
  var arrLines = $( '.mw-highlight pre' ).html().split( '\n' );
  var intPadding = String( arrLines.length ).length;
  arrLines.forEach( ( line, numb ) => { var paddedIndex = String( numb + 1 ).padStart( intPadding, ' ' ); var newLine = '<span class="gLN">' + paddedIndex + '</span>' + line.trimStart(); if ( line !== '' ) { $( '.mw-highlight pre' ).html( $( '.mw-highlight pre' ).html().replace( line, newLine ) ); } else { /* Skip it for now until I can figure out how to inject the number at the right spot */ } } );
} )( mediaWiki, jQuery );
//</nowiki>[[Category:Gadgets]]