{% extends "base.html" %} {% block title %}Wikis — Waikiki{% endblock %} {% block content %}
Each wiki is a fully isolated database file — pages, search, and
[[links]] never cross between them. Save a wiki to a file to back
it up or move it; open one to bring it in.
| {{ w.name }} /{{ w.slug }}
{% if w.slug == current_wiki %}active{% endif %}
{% set s = stats[w.slug] %}
{{ s.articles }} article{{ '' if s.articles == 1 else 's' }} ·
{{ s.links }} link{{ '' if s.links == 1 else 's' }}
{% if s.links_broken %}({{ s.links_broken }} broken){% endif %} ·
{{ (s.bytes / 1048576) | round(1) }} MB
{% if s.trashed %} · {{ s.trashed }} in trash{% endif %}
|
Export .md |