Changeset 30718 in osm


Ignore:
Timestamp:
2014-10-13T21:44:41+02:00 (10 years ago)
Author:
donvip
Message:

[josm_tag2link] fix #josm10612 - add wikidata links

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/tag2link/resources/tag2link_sources.xml

    r30716 r30718  
    4040            <condition k="wikipedia(?::(\p{Lower}{2,}))?" v="(?:(\p{Lower}{2,}):)?(.*)" />
    4141            <link name="View %name% article" href="http://%k.1:v.1:en%.wikipedia.org/wiki/%v.2:v.1%" />
     42        </rule>
     43        <rule>
     44            <condition k="wikidata" />
     45            <link name="View Wikidata page" href="http://www.wikidata.org/wiki/%v%" />
    4246        </rule>
    4347    </src>
Note: See TracChangeset for help on using the changeset viewer.