User:Marlamin/common.js: Difference between revisions

From wowdev
Jump to navigation Jump to search
(Created page with "var split = window.location.pathname.split("/"); if(split.length == 3 && split[1] == "DB"){ $('#mw-content-text').prepend("<div style='border-top: 1px dashed black; border-bot...")
 
(Blanked the page)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
var split = window.location.pathname.split("/");
 
if(split.length == 3 && split[1] == "DB"){
$('#mw-content-text').prepend("<div style='border-top: 1px dashed black; border-bottom: 1px dashed black; padding: 3px; background: #eee; font-size: 0.8em; display: block;'><a style='text-decoration: none; display: block;' href='https://github.com/wowdev/WoWDBDefs/blob/master/definitions/" + split[2] + ".dbd'> A (possibly) more up-to-date version of definitions for this DBC can also be found in the WoWDBDefs repo on GitHub. <b>Click this box view it.</b></a></div>");
}

Latest revision as of 17:20, 28 April 2019