Contributing

This wiki is read-only on the web. Corrections and new evidence are welcome via GitHub or the original KLOV thread.

Report an error

  1. Check the open questions page — your finding may already be tracked.
  2. Open a GitHub issue with the page/post citation (e.g. p23 #448) and photos if available.
  3. For variant or serial claims, include cabinet photos of tags, control panels, and marquee box.

Edit the source

The site is generated from markdown in docs/ and research/. Pull requests that update docs/marquee-rings.md (hand-maintained) or the Python extraction scripts are especially valuable.

Regenerate locally

python3 scripts/generate_docs.py
cd web && npm install && npm run build && npm run preview