https://bugzilla.wikimedia.org/show_bug.cgi?id=41155
--- Comment #3 from Michael M. <[email protected]> 2012-10-18 09:46:43 UTC --- (In reply to comment #1) > About he baclkins: Backlinks as such work, and are completely unrelated to > whether the page itself is parsed or not. However, since links on JS pages > don't work, backlinks from JS pages don't work either. Can you provide an > example of how scripts are usually "used" by users? What'S the exact syntax? > Template inclusion? Something based on wiki links? A typical line in User:X/common.js is importScript('User:Name/script.js'); //[[User:Name/script.js]] Then you could see all users using your script at Special:WhatLinksHere/User:Name/script.js as User:X/common.js is in that list. This no longer works, as the link in the comment in User:X/common.js is no longer treated as link, and thus not stored in the table as a backlink to User:Name/script.js. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
