「WikiNebula:AccessLog.json」の版間の差分

提供:WikiNebula
ナビゲーションに移動 検索に移動
編集の要約なし
タグ: 差し戻し済み
編集の要約なし
 
(同じ利用者による、間の45版が非表示)
1行目: 1行目:
<pre>
* Hello World!
   <!-- AL -->
** from WikiNebula:AccessLog.json
** [[メインページ]] へ戻る
<!-- pre>
   <!-- AccessLog - ->
   {
   {
     "queries": {
     "queries": {
       "last_viewed" : {"1":3, "0":2}
       "last_viewed" : [
        {"params": {
          "before": ["9999-12-31 23:59:59"],
          "n": ["3"]
        }},
        "WITH last_access AS (                    ",
        "  SELECT title, MAX(datetime) as datetime ",
        "  FROM AccessLog                          ",
        "  GROUP BY title                          ",
        ")                                        ",
        "SELECT                                    ",
        "  title, datetime,                        ",
        "  'case0' as result_type                  ",
        "FROM last_access                          ",
        "WHERE datetime <= '{$before}'            ",
        "ORDER BY datetime DESC                    ",
        "LIMIT {$n}                               "
      ]
     },
     },
     "outputs": {
     "outputs": {
11行目: 31行目:
             "{| class=\"wikitable\" style=\"margin:auto\"          ",
             "{| class=\"wikitable\" style=\"margin:auto\"          ",
             "|-                                                    ",
             "|-                                                    ",
             "!         記事         !!     最終アクセス日時     "
             "!     記事     !! 最終アクセス日時                   "
           ],
           ],
           "record": [
           "record": [
             "|-                                                    ",
             "|-                                                    ",
             "| [[{$record['title']}]] || [[{$record['datetime']}]] "
             "| [[{$title}]] || [[{$datetime}]]                     "
           ],
           ],
           "foot": [
           "foot": [
             "|}"
             "|}                                                   "
           ]
           ]
         }
         }
24行目: 44行目:
     }
     }
   }
   }
   <!-- /AL -->
   <!-- /AccessLog - ->
</pre>
</pre -->

2025年9月19日 (金) 09:22時点における最新版