We use in it.source (and the idea has been exported into some other projects) a template, who builds a user defined, invisible anchor  and   &quot;marks&quot; some text near the anchor; the marked text will be highlighed (with a coloured background) only when the anchor is the target of a link (coming from everywhere: the same project, a wiki project, or an external link).<br>
<br>The template is [[:it:s:Template:§]], and it has been recently intoduced into en.source as [[:en:s:Template:Anchor2]].<br><br>Here an example pointing to Divina Commedia: <a href="http://it.wikisource.org/wiki/Divina_Commedia/Inferno/Canto_I#Ed_ecco">http://it.wikisource.org/wiki/Divina_Commedia/Inferno/Canto_I#Ed_ecco</a><br>
<br>Consider that:<br># presently you&#39;ll see the highlighting with Firefox only;<br># the following additional row of code has to be added into your own common.css and vector.css, of should be added to Common.css by a sysop:<br>
<br><b>span.Citazione:target {background-color:#DEF;}<br><br></b>where &quot;Citazione&quot; is the name of the class used into the template:<br><br>&lt;span id=&quot;{{{1}}}&quot; title=&quot;Ancora:{{{1}}}&quot; class=&quot;Citazione&quot;&gt;{{ #ifeq:{{{2|}}}<br>
        ||<br>        |{{{2}}}&lt;/span&gt;<br>}}<br><br> It would be great if source project could add that row of css into their Common.css, allowing external users to see the highlighting feature where a template §, or similar ones, has been seeded. <br>
<br>Alex<br><br><br><br>