Changes between Version 1 and Version 2 of Eo:Styles/IconTester


Ignore:
Timestamp:
2025-04-10T17:21:49+02:00 (3 weeks ago)
Author:
stoecker
Comment:

Only link source code

Legend:

Unmodified
Added
Removed
Modified
  • Eo:Styles/IconTester

    v1 v2  
    2323
    2424== Kodo ==
    25 {{{
    26 #!style type="mapcss"
    2725
    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]