[Wikitech-l] Javascript to find other articles having the same external link

2013-08-26 Thread Lars Aronsson
By putting the following code (written by User:EnDumEn) in user:YOURNAME/common.jsany external link gets an extra little symbol (⎆), which leads to a link search for that link. This is very useful for finding other articles that cite the same source. jQuery( a.external ).after( function() {

Re: [Wikitech-l] Javascript to find other articles having the same external link

2013-08-26 Thread Gerard Meijssen
Hoi, With sources stored in Wikidata finding where the same source is used as well is implicit. This is a hack, admittedly a nice hack/. Thanks, GerardM On 26 August 2013 09:27, Lars Aronsson l...@aronsson.se wrote: By putting the following code (written by User:EnDumEn) in

Re: [Wikitech-l] Javascript to find other articles having the same external link

2013-08-26 Thread Ole Palnatoke Andersen
I'd love to see a similar thing for articles linking to the same book via ISBN. regards, Ole On Mon, Aug 26, 2013 at 9:46 AM, Gerard Meijssen gerard.meijs...@gmail.comwrote: Hoi, With sources stored in Wikidata finding where the same source is used as well is implicit. This is a hack,

Re: [Wikitech-l] Javascript to find other articles having the same external link

2013-08-26 Thread Gerard Meijssen
Hoi, grin the same book or also the same book in translation? /grin Can be theoretically be linked in Wikidata too. Thanks, GerardM On 26 August 2013 10:07, Ole Palnatoke Andersen o...@palnatoke.org wrote: I'd love to see a similar thing for articles linking to the same book via ISBN.

Re: [Wikitech-l] Javascript to find other articles having the same external link

2013-08-26 Thread Mark Holmquist
On Mon, Aug 26, 2013 at 10:07:16AM +0200, Ole Palnatoke Andersen wrote: I'd love to see a similar thing for articles linking to the same book via ISBN. You can do that in the JavaScript just by adding to the selector at the beginning, and you can also get other magic links at the same time.

Re: [Wikitech-l] Javascript to find other articles having the same external link

2013-08-26 Thread Brian Wolff
On 2013-08-26 8:55 AM, Mark Holmquist mtrac...@member.fsf.org wrote: On Mon, Aug 26, 2013 at 10:07:16AM +0200, Ole Palnatoke Andersen wrote: I'd love to see a similar thing for articles linking to the same book via ISBN. You can do that in the JavaScript just by adding to the selector at

Re: [Wikitech-l] Javascript to find other articles having the same external link

2013-08-26 Thread Daniel Friesen
On 2013-08-26 8:06 AM, Brian Wolff wrote: On 2013-08-26 8:55 AM, Mark Holmquist mtrac...@member.fsf.org wrote: On Mon, Aug 26, 2013 at 10:07:16AM +0200, Ole Palnatoke Andersen wrote: ... But it looks like Special:Linksearch doesn't support searching for magic links, at least not yet. So I'm