@wwawing/all 3.6.11 → 3.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -501,9 +501,32 @@ div.savedata > div.ss > span {
501
501
 
502
502
  .wwa-vardump-wrapper > table tr.var-number > th {
503
503
  background-color: #FFFF66;
504
+ position: relative;
505
+ }
506
+ .wwa-vardump-wrapper > table tr.var-number > th[data-labelled-var-index=true] {
507
+ font-weight: bold;
508
+ text-decoration: underline;
509
+ background-color: #66FFFF;
510
+ cursor: pointer;
511
+ }
512
+ .wwa-vardump-wrapper > table tr.var-number > th > div {
513
+ cursor: auto;
514
+ position: absolute;
515
+ top: 15px;
516
+ left: 45px;
517
+ display: block;
518
+ width: max-content;
519
+ background-color: #000000;
520
+ color: #FFFFFF;
521
+ z-index: 100;
522
+ padding: 5px;
523
+ }
524
+ .wwa-vardump-wrapper > table tr.var-number > th > div[aria-hidden=true] {
525
+ display: none;
504
526
  }
505
527
 
506
- .wwa-vardump-wrapper > table tr.var-val > td {
528
+ .wwa-vardump-wrapper > table tr.var-val > td,
529
+ .wwa-vardump-wrapper > table > td.varlist-information {
507
530
  background-color: #FFFFCC;
508
531
  }
509
532
 
@@ -0,0 +1,8 @@
1
+ {
2
+ "変数番号": "説明",
3
+ "0": "汎用変数その1",
4
+ "1": "汎用変数その2",
5
+ "5": "イベント最速記録",
6
+ "7": "銀行口座残高",
7
+ "この行は消さないでください": ""
8
+ }
@@ -11,7 +11,7 @@
11
11
  </head>
12
12
  <body>
13
13
  <div id="wrapper">
14
- <div class="wwa-size-box" id="wwa-wrapper" data-wwa-mapdata="wwamap.dat" data-wwa-urlgate-enable="true" data-wwa-title-img="cover.gif" data-wwa-autosave="200" data-wwa-var-dump-elm="#vardump"></div>
14
+ <div class="wwa-size-box" id="wwa-wrapper" data-wwa-mapdata="wwamap.dat" data-wwa-urlgate-enable="true" data-wwa-title-img="cover.gif" data-wwa-autosave="200" data-wwa-var-dump-elm="#vardump" data-wwa-user-var-names-file="wwamap-vars.json" data-wwa-display-user-vars="true"></div>
15
15
  </div>
16
16
  <!-- 下記 div 要素内に変数一覧が出ます。実際に公開する WWA では、変数一覧を表示させないよう、次の行は消してください。-->
17
17
  <div id="vardump"></div>
Binary file
@@ -501,9 +501,32 @@ div.savedata > div.ss > span {
501
501
 
502
502
  .wwa-vardump-wrapper > table tr.var-number > th {
503
503
  background-color: #FFFF66;
504
+ position: relative;
505
+ }
506
+ .wwa-vardump-wrapper > table tr.var-number > th[data-labelled-var-index=true] {
507
+ font-weight: bold;
508
+ text-decoration: underline;
509
+ background-color: #66FFFF;
510
+ cursor: pointer;
511
+ }
512
+ .wwa-vardump-wrapper > table tr.var-number > th > div {
513
+ cursor: auto;
514
+ position: absolute;
515
+ top: 15px;
516
+ left: 45px;
517
+ display: block;
518
+ width: max-content;
519
+ background-color: #000000;
520
+ color: #FFFFFF;
521
+ z-index: 100;
522
+ padding: 5px;
523
+ }
524
+ .wwa-vardump-wrapper > table tr.var-number > th > div[aria-hidden=true] {
525
+ display: none;
504
526
  }
505
527
 
506
- .wwa-vardump-wrapper > table tr.var-val > td {
528
+ .wwa-vardump-wrapper > table tr.var-val > td,
529
+ .wwa-vardump-wrapper > table > td.varlist-information {
507
530
  background-color: #FFFFCC;
508
531
  }
509
532