Changes between Version 31 and Version 35 of Help/Plugin/Wikipedia
- Timestamp:
- (multiple changes)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Plugin/Wikipedia
v31 v35 1 [[TranslatedPages]] 1 [[TranslatedPages(outdated=This page is outdated. The buttons in the panel have changed.)]] 2 2 = Plugin » Wikipedia = 3 3 4 4 [[Image(/pluginicon/wikipedia.jar/images/dialogs/wikipedia.png,48,link=,middle,margin-right=20)]] A plugin to support tagging objects with `wikipedia=*` and `wikidata=*` (for the [osmwiki:WIWOSM WIWOSM] project, among others). 5 5 6 [[Image(wikipedia.png)]] 6 [[Image(wikipedia.png,link=)]] 7 7 8 8 == Features == 9 * Located in **[wikitr:/Help/ToggleDialogs Sidebar]** on the right (enable that via menu [wikitr ;/Help/Menu9 * Located in **[wikitr:/Help/ToggleDialogs Sidebar]** on the right (enable that via menu [wikitr:/Help/Menu/Windows Windows] » **Wikipedia**) 10 10 * Obtain Wikipedia/Wikidata entries … 11 11 * [[Image(/pluginicon/wikipedia.jar/images/dialogs/wikipedia.png,20,link=,middle)]] **Coordinates**: nearby (wrt. current view, using geolocated articles) … … 18 18 * [[Image(https://raw.githubusercontent.com/JOSM/wikipedia/master/src/main/resources/images/browser.png,20,link=,middle)]] **Open Article**: opens selected entry in browser 19 19 * [[JOSMImage(dialogs/autoscale/selection,20,link=,middle)]] **Zoom to selection** 20 * [[JOSMImage( dialogs/settings,20,link=,middle)]] **Language**: sets Wikipedia language (see [#Configuration Configuration] below)20 * [[JOSMImage(preference,20,link=,middle)]] **Language**: sets Wikipedia language (see [#Configuration Configuration] below) 21 21 * Located in **[wikitr:/Help/Menu/Edit edit menu]** 22 22 * [[Image(/pluginicon/wikipedia.jar/images/dialogs/wikipedia.png,20,link=,middle)]] **Copy ... template**: copies the corresponding template to the system clipboard instantiated with the coordinates of the first selected node (see [#Configuration Configuration] below how to add custom template) … … 24 24 * [[Image(wikidata.svg,20,link=,middle)]] **Fetch Wikidata IDs**: for the selected objects, looks up the Wikidata IDs based on the Wikipedia tag 25 25 * [[Image(wikidata.svg,20,link=,middle)]] **Search Wikidata items**: shows a dialog for querying Wikidata items (in the language set in [#Configuration Configuration]) 26 * Located in **[wikitr:/Help/Action/Download Download window]**26 * Located in **[wikitr:/Help/Action/Download Download dialog]** 27 27 * [[Image(https://raw.githubusercontent.com/JOSM/wikipedia/master/src/main/resources/images/dialogs/sophox.png,20,link=,middle)]] **Download from Sophox API** tab 28 28 * Demystifies Wikidata IDs in the [wikitr:/Help/Dialog/TagsMembership tags panel] … … 33 33 1. Install the wikipedia plugin (see [wikitr:/Help/Preferences/Plugins Plugins] for details) 34 34 1. Display Wikipedia panel (menu Windows » Wikipedia) 35 1. Set/check Wikipedia language: in Wikipedia panel click [[JOSMImage( dialogs/settings,20,link=,middle)]]35 1. Set/check Wikipedia language: in Wikipedia panel click [[JOSMImage(preference,20,link=,middle)]] 36 36 1. Click ''[[JOSMImage(data/sequence,20,link=,middle)]] Category'', enter a Wikipedia category to download the name of its articles 37 37 1. Use [wikitr:/Help/Action/Download#DownloadfromOverpassAPI Download from Overpass API] to download interesting OSM data … … 45 45 46 46 == Configuration == #Configuration 47 * Wikipedia **language**: in panel on the right click [[JOSMImage( dialogs/settings,20,link=,middle)]]47 * Wikipedia **language**: in panel on the right click [[JOSMImage(preference,20,link=,middle)]] 48 48 * **Copy templates** (for edit menu) 49 49 * [wikitr:/Help/Preferences/Advanced Advanced preferences] (only in [wikitr:/Help/ExpertMode expert mode]) 50 50 * Navigate to `wikipedia.copytemplates` entry, double click 51 51 * Add entry using [[JOSMImage(dialogs/add,20,link=,middle)]] 52 * Insert keys `name` (name used in menu), `id` (unique identifier for toolbar), `pattern` (string with `{lat}` and `{lon}` as placeholders) accordingly. Example:[[BR]][[Image(wikipedia.copytemplates.png,link=)]] 52 * Insert keys `name` (name used in menu), `id` (unique identifier for toolbar), `pattern` (string with `{lat}` and `{lon}` as placeholders) accordingly. Example: \\ 53 [[Image(wikipedia.copytemplates.png,link=)]] 53 54 * Click **OK** twice to close preference menu 54 55 * Restart JOSM