We have a Lore FAQ page. If you have Story/Lore related questions - make sure to check it out!

MediaWiki:Common.js

From The Ark: NieR Automata Lore
Revision as of 16:53, 3 October 2017 by Admin (talk | contribs)
Jump to: navigation, search
jQuery(document).ready( function( $ ) {
 $('td[data-sort-value]').each(function() {
    var value = $(this).attr('data-sort-value');
    var name = $(this).find(a).html()
    $('td[data-sort-value]').each(function() {
       if (value == $(this).attr('data-sort-value') & name == $(this).find(a).html()) {
          $(this).css("background-color", "yellow");
         }
    });
});
});