Add documentation on creating custom page banners.
Review Request #15077 — Created May 26, 2026 and updated — Latest diff uploaded
Page banners are a new feature in Review Board 8. They give extensions a
consistent way of displaying important information at the top of any or
all pages, using little more than aTemplateHookand some context
variables, but allowing for more advanced interactions and content.This guide covers how to create page banners, walking through basic
TemplateHookusage and working through subclasses for dynamic content,
custom templates for additional layout and scripting, and details like
how to use cookies and JavaScript to implement support for closing
banners.
Built the docs. Checked for build errors, spelling errors, and link
errors.Ran this through Claude to check for additional problems.