28 | | meta { |
29 | | title: "Ikon-testilo"; |
30 | | version: "1.1.[[revision]]_[[date]]"; |
31 | | description: "Helpas testi novajn JOSM-ikonojn."; |
32 | | icon: "apply.svg"; |
33 | | author: "Klumbumbus"; |
34 | | link: "https://josm.openstreetmap.de/wiki/Styles/IconTester"; |
35 | | /* min-josm-version: "???"; */ /* ĉiuj JOSM-versioj krom ekstreme malnovaj */ |
36 | | } |
37 | | |
38 | | node[iconpng] { |
39 | | icon-image: eval(concat(tag(iconpng),".png")); |
40 | | } |
41 | | |
42 | | node[icon] { |
43 | | icon-image: eval(concat(tag(icon),".svg")); |
44 | | } |
45 | | |
46 | | node[width] { |
47 | | icon-width: tag(width); |
48 | | } |
49 | | |
50 | | node[height] { |
51 | | icon-height: tag(height); |
52 | | } |
53 | | |
54 | | }}} |
| 26 | [wiki:Styles/IconTester] |