Index:Time zones/template: Difference between revisions

From OpenGeofiction
(Wangi changed the content model of the page Admin:TestTZ/template from "wikitext" to "JSON")
Tag: content model change
(testing)
Line 1: Line 1:
{
{
     "+08:00": {
     "TZ_A": {
         "fillColor": "#ffcc66",
         "fillColor": "#FF0000",
        "fillOpacity": 0.4,
         "text": [
         "text": [
             "test 8"
             "test 8"
         ]
         ]
     },
     },
     "+09:00": {
     "TZ_B": {
         "fillColor": "#ff69b4",
         "fillColor": "#00FF00",
        "fillOpacity": 0.5,
         "text": [
         "text": [
             "test 9"
             "test 9"
         ]
         ]
     },
     },
     "+10:00": {
     "TZ_C": {
         "fillColor": "#ee4400",
         "fillColor": "#0000FF",
        "fillOpacity": 0.6,
         "text": [
         "text": [
             "test 10"
             "test 10"
        ]
    },
    "+11:00": {
        "fillColor": "#77eeff",
        "text": [
            "test 11"
        ]
    },
    "+12:00": {
        "fillColor": "#8855cc",
        "text": [
            "test 12"
         ]
         ]
     }
     }
}
}

Revision as of 16:42, 21 May 2022

TZ_A
fillColor"#FF0000"
fillOpacity0.4
text
"test 8"
TZ_B
fillColor"#00FF00"
fillOpacity0.5
text
"test 9"
TZ_C
fillColor"#0000FF"
fillOpacity0.6
text
"test 10"