Changes between Version 1 and Version 2 of El:Styles/ColourTag


Ignore:
Timestamp:
2025-05-05T14:24:35+02:00 (9 months ago)
Author:
stoecker
Comment:

Drop code

Legend:

Unmodified
Added
Removed
Modified
  • El:Styles/ColourTag

    v1 v2  
    1313
    1414== Κώδικας ==
    15 {{{
    16 #!style type="mapcss"
    17 meta {
    18     title: "colour tag";
    19     version: "[[revision]]_[[date]]";
    20     description: "Displays ways in the colour of their colour tag. Supported formats are 6 digit RGB hexadecimal (#112233), 3 digit RGB hexadecimal (#123) and CSS color names (green).";
    21    /* icon: "colourtag.svg"; */
    22     author: "Klumbumbus";
    23     link: "https://josm.openstreetmap.de/wiki/Styles/ColourTag";
    24     /* min-josm-version: "????"; not sure*/
    25 }
    2615
    27 meta[lang=de] {
    28     title: "Farb-Merkmal";
    29     description: "Zeigt Linien in der Farbe ihres colour-Merkmals an. Unterstützte Formate sind RGB-hexadezimal mit 6 Zeichen (#112233), RGB-hexadezimal mit 3 Zeichen (#123) und CSS Farbnamen (green).";
    30     link: "https://josm.openstreetmap.de/wiki/De:Styles/ColourTag";
    31 }
    32 
    33 
    34 way[colour] {
    35     width: 3;
    36     color: tag(colour);
    37 }
    38 }}}
     16[[wiki:Styles/ColourTag]]