<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 2015-11-25 09:00, Dave Swarthout
      wrote :<br>
    </div>
    <blockquote
cite="mid:CAKWFYhWOvUofvq86OW3gG5yV=1h=e+x_yF162+0xODaXTFEacQ@mail.gmail.com"
      type="cite">
      <div dir="ltr">Can someone provide the correct way to tag a
        wikipedia link? It seems the Wiki wants it one way and JOSM
        another. The wiki wants version 1) but JOSM reports an error
        when coded that way. WTF?
        <div><br>
        </div>
        <div>I want to use a tag written in English that describes a
          certain tree</div>
        <div>Is this correct?</div>
        <div><br>
        </div>
        <div>1) wikipedia=<a moz-do-not-send="true"
            href="http://en.wikipedia.org/wiki/Teak">en.wikipedia.org/wiki/Teak</a></div>
        <div><br>
        </div>
        <div>or this?</div>
        <div><br>
        </div>
        <div>2) wikipedia:en=<a moz-do-not-send="true"
            href="http://wikipedia.org/wiki/teak">wikipedia.org/wiki/teak</a></div>
        <br>
      </div>
    </blockquote>
    In general, smart programs make clickable links of <b>any</b> URL
    in <b>any</b> text field they display.<br>
    But, to be recognized as such, an URL must start (as always) with
    <a class="moz-txt-link-freetext" href="http://">http://</a>...<br>
    So, you may have something like source=<a class="moz-txt-link-freetext" href="http://wikipedia.org/">http://wikipedia.org/</a>...
    2015; <a class="moz-txt-link-freetext" href="http://anything.else">http://anything.else</a>... 2010<br>
    OSM.org will make two links (1).<br>
    <br>
    The wikipedia=* tag is special in that it need no <a class="moz-txt-link-freetext" href="http://">http://</a>... to make
    a link: the renderer will compose the URL.<br>
    But, to have it compose correctly, =* must have the prescribed
    contents.<br>
    Just "en:Teak" etc. as explained in Martin Koppenhoefer's excellent
    reply.<br>
    <br>
    <table>
      <tbody>
        <tr>
          <td>AndrĂ©.</td>
        </tr>
      </tbody>
    </table>
    <br>
    (1) But <a href="http://waymarkedtrails.org">waymarkedtrails.org</a>
    did not understand this. Would someone explain better than I?<br>
    <br>
  </body>
</html>