Changes between Version 172 and Version 176 of Presets
- Timestamp:
- (multiple changes)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Presets
v172 v176 43 43 1. add content similar to existing preset wikis, e.g. [wikitr:/Presets/OneClick] 44 44 1. don't forget to enclose your preset code by a code block (`#!preset` needs to be on a **new line** after `{{{`): 45 1. `{{{` 46 1. `#!preset` 47 1. `<?xml version="1.0" encoding="UTF-8"?>` 48 1. ... 49 1. `}}}` 45 {{{ 46 {{{ 47 #!preset 48 <?xml version="1.0" encoding="UTF-8"?> 49 ... 50 }}} 51 }}} 50 52 1. save the wiki page 51 53 1. after a few minutes the new wiki preset will show up in the list and in JOSM automatically … … 61 63 62 64 === Icon handling in Available presets ===#IconHandling 63 See [wikitr:/Styles#Icons] for a description how attached files and icons are handled. 65 * See [wikitr:/Styles#Icons] for a description how attached files and icons are handled. 66 * Empty image paths like `icon=""` are not allowed. 64 67 65 68 … … 82 85 83 86 == Available presets managed in the JOSM wiki ==#List 84 [[TitleIndex(Presets/)]] 87 [[TitleIndexTr(Presets/)]] 85 88 89 Outdated and disabled: 90 91 [[TitleIndexTr(HistoricPresets/)]] 86 92 87 93 ----
