Main public logs
Combined display of all available logs of Bellingham Heritage Centre. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 18:27, 25 January 2026 Steve talk contribs created page MediaWiki:Gadget-bhc-accessibility.js (Created page with "(() => { "use strict"; // ------------------------------------------------------------------- // Cookie helpers // ------------------------------------------------------------------- const COOKIE_PREFIX = "a11y_"; function setCookie(name, value, days = 365) { const exp = new Date(); exp.setTime(exp.getTime() + days * 24 * 60 * 60 * 1000); document.cookie = `${encodeURIComponent(COOKIE_PREFIX + name)}=${encodeURIComponent(String(value))}; expires...")
