「WikiNebula:AccessLog.json」の版間の差分
ナビゲーションに移動
検索に移動
Hiratatomotaka (トーク | 投稿記録) 編集の要約なし タグ: 手動差し戻し |
Hiratatomotaka (トーク | 投稿記録) 編集の要約なし |
||
| (同じ利用者による、間の42版が非表示) | |||
| 1行目: | 1行目: | ||
<pre> | * Hello World! | ||
<!-- | ** from WikiNebula:AccessLog.json | ||
** [[メインページ]] へ戻る | |||
<!-- pre> | |||
<!-- AccessLog - -> | |||
{ | { | ||
"queries": { | "queries": { | ||
| 17行目: | 20行目: | ||
" 'case0' as result_type ", | " 'case0' as result_type ", | ||
"FROM last_access ", | "FROM last_access ", | ||
"WHERE datetime <= '{$ | "WHERE datetime <= '{$before}' ", | ||
"ORDER BY datetime DESC ", | "ORDER BY datetime DESC ", | ||
"LIMIT {$ | "LIMIT {$n} " | ||
] | ] | ||
}, | }, | ||
| 28行目: | 31行目: | ||
"{| class=\"wikitable\" style=\"margin:auto\" ", | "{| class=\"wikitable\" style=\"margin:auto\" ", | ||
"|- ", | "|- ", | ||
"! | "! 記事 !! 最終アクセス日時 " | ||
], | ], | ||
"record": [ | "record": [ | ||
"|- ", | "|- ", | ||
"| [[{$ | "| [[{$title}]] || [[{$datetime}]] " | ||
], | ], | ||
"foot": [ | "foot": [ | ||
"|}" | "|} " | ||
] | ] | ||
} | } | ||
| 41行目: | 44行目: | ||
} | } | ||
} | } | ||
<!-- / | <!-- /AccessLog - -> | ||
</pre> | </pre --> | ||
2025年9月19日 (金) 09:22時点における最新版
- Hello World!
- from WikiNebula:AccessLog.json
- メインページ へ戻る