๐Ÿ“œHow to Edit This Wiki.doc โ€” Menace Wikiโœ•

How to Edit This Wiki

The wiki is just markdown files โ€” add lore in under a minute. Categories, search, and Unverified blocks explained.

The short version

Every page on this wiki is a plain text file in the site's content/wiki/ folder. One file = one wiki page. No database, no CMS login, no nonsense.

To add or edit lore:

  1. Open the site's GitHub repository and go to content/wiki/.
  2. Click a file to edit it (pencil icon), or Add file โ†’ Create new file for a new page.
  3. Name it in kebab-case.md, e.g. dons-cursed-microwave.md โ€” the filename becomes the URL.
  4. Copy the format from _TEMPLATE.md (files starting with _ don't appear on the site).
  5. Commit. The site rebuilds and your lore is live in about a minute.

Or use Wiki Studio (tools/wiki-studio.html) for a form UI that commits to GitHub.

The file format

---
title: "Display Title"
category: "Characters"
summary: "One-liner shown in the wiki browser."
tags: ["frog", "burg"]
updated: "2026-07-10"
hero: "/wiki-art/optional-banner.png"
---

## Any markdown here

Headings, **bold**, lists, tables, images, links โ€” all supported.
Link other pages as `[Title](other-slug.md)`.

Categories (folders)

Timeline ยท Characters ยท Episodes ยท Factions ยท Lore ยท Locations ยท Items ยท Games ยท Media

Search

The browser search scans title, summary, tags, and full article body. Tag chips filter by tag.

Rules of the lore vault

  • If it happened in a video, it's canon. Cite the video.
  • Merch poster titles are preferred character names.
  • Do not invent final answers for the letter boxes โ€” document what is said, leave mysteries.
  • Caricatures only โ€” no deepfake framing.
  • If it should have happened, mark it:

โš ๏ธ Unverified โ€” edit me!

  • Nobody can stop you from writing lore about the Recycle Bin. Nobody will try.

See Also

category: Lore ยท updated 2026-07-10#meta #guide #editing