wiki-reliable-sources-parser demo
Parses the
Wikipedia Reliable Sources / Perennial Sources
tables into structured data, re-renders each source as a standalone wikitext
page via Jinja templates, and previews the result as rendered HTML via the
Wikipedia REST API.
Source code:
https://github.com/audiodude/rspdemo
How to use
- Browse into
format1/ or format2/ below to see candidate layouts.
- Clicking a source opens it in an iframe wrapper. Use view wikitext at the top to see the raw mediawikitext the HTML was rendered from.
- Each generated HTML injects a
<script>var data = {...};</script> block with the full row dict — open devtools and poke data in the console.
- Click Refresh data to re-run the parse pipeline against live Wikipedia. It is fire-and-forget and rate-limited to once per 20 minutes; the status banner at the top of every page shows the last refresh time.
- On the hosted deployment the Wikipedia access token is intentionally unset, so the refresh will not successfully post anything back to Wikipedia.