182
edits
No edit summary |
No edit summary |
||
| Line 62: | Line 62: | ||
const url = tempurl2.split("\?").shift(); | const url = tempurl2.split("\?").shift(); | ||
// adds Special:PrefixIndex to toolbox | // adds Special:PrefixIndex to toolbox | ||
ModifySidebar( 'add', 'navigation', 'Prefix index', 'https://trigunwiki.com/ | ModifySidebar( 'add', 'navigation', 'Prefix index', 'https://trigunwiki.com/wiki/Special:PrefixIndex?prefix=' + url ); | ||
} | } | ||
jQuery( CustomizeModificationsOfSidebar ); | jQuery( CustomizeModificationsOfSidebar ); | ||