Index:Time zones/template

From OpenGeofiction
Revision as of 23:07, 20 May 2022 by Wangi (talk | contribs) (test template)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

{

   "+08:00": {
       "fillColor": "#ffcc66",
       "text": [
           "test 8"
       ]
   },
   "+09:00": {
       "fillColor": "#ff69b4",
       "text": [
           "test 9"
       ]
   },
   "+10:00": {
       "fillColor": "#ee4400",
       "text": [
           "test 10"
       ]
   },
   "+11:00": {
       "fillColor": "#77eeff",
       "text": [
           "test 11"
       ]
   },
   "+12:00": {
       "fillColor": "#8855cc",
       "text": [
           "test 12"
       ]
   }

}