User:THIS IS TERRIBLE/temp

From Guild Wars Wiki
Jump to navigationJump to search

if anyone else sees this and wants to help, here's some javascript code that will highlight the links that need to be disambiguated

var highlightPages = /^(Divine Symbol|Earth Staff|Flame Artifact|Restoration Staff|Air Staff|Fire Staff|Longbow \(weapon\)|Water Staff|Battle Axe|Grim Cesta|War Hammer|Cane|Cleaver|Inscribed Chakram|Jeweled Chakram|Jeweled Staff)$/i;
var links = document.getElementsByTagName("a");
for (var i=0; i<links.length; i++)
	if( highlightPages.test(links[i].getAttribute('title')) )
		links[i].style.backgroundColor = 'yellow';

Prophecies[edit]

Factions[edit]

Nightfall[edit]

Eye of the North[edit]