{% extends "base.html" %} {% block title %}Wiki info — {{ wiki_label }} — Waikiki{% endblock %} {% block content %}

Wiki info — {{ wiki_label }}

📑 Back to Index
{{ stats.articles }}Articles
{{ stats.links }}Internal links
{{ stats.links_resolved }}Resolved links
{{ stats.links_broken }}Broken links →
{{ stats.trashed }}In trash
{{ (stats.bytes / 1048576) | round(2) }} MBSize on disk

Activity — last 7 days

Page reads and writes per day, split Human vs AI. (Live co-editing counts as AI; browser page views count as Human reads.)

{{ graph_svg | safe }}
{% endblock %}