MediaWiki talk:Common.js/Archive
Revision as of 20:11, 29 October 2018 by >@DeletedUser41383047 (Created page with "Hi, I need<br/> <code> var abilitygroupFilters = $('.filter-group-abilitygroup > .mw-ui-button.mw-ui-progressive').toArray();</code><br/> and<br/> <code> filteredList = filt...")
Hi, I need
var abilitygroupFilters = $('.filter-group-abilitygroup > .mw-ui-button.mw-ui-progressive').toArray();
and
filteredList = filter(filteredList, abilitygroupFilters);
added so we can use the a filter for ability's based on group like in-game. I also need the filter to search for various valours in a single key with the ~ wild-card, so we can have all 3 abilities of a wyrmprint or character into a single key. Any question just @me on discord. --Zeza366 (talk) 01:11, 30 October 2018 (UTC)