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 <[email protected]> wrote:

> 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() {
> return jQuery( "<a>⎆</a>)" )
> .attr( "href", 
> "//sv.wikipedia.org/wiki/**Special:Linksearch/<http://sv.wikipedia.org/wiki/Special:Linksearch/>"
> + this.href )
> .before( " " );
> });
>
>
>
> --
>   Lars Aronsson ([email protected])
>   Aronsson Datateknik - http://aronsson.se
>
>
>
> ______________________________**_________________
> Wikitech-l mailing list
> [email protected]
> https://lists.wikimedia.org/**mailman/listinfo/wikitech-l<https://lists.wikimedia.org/mailman/listinfo/wikitech-l>
_______________________________________________
Wikitech-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Reply via email to