{tokens} resolutionTitle + body + optional footer actions.
Full-width <figure> as content; no footer.
Search input + live results as content.
ARIA notes
dialog.showModal() creates a native focus trap; all content outside the dialog is unreachable. aria-labelledby points to visible <h2> title. aria-describedby points to body div. Close button: aria-label='Close dialog', positioned first in DOM for Tab-first focus or autofocus attr. Escape key: native <dialog> handles Escape → 'cancel' event → call dialog.close().
The usage tab for this component is not yet authored. Creative Design Contributors — pick this up.
Recipe is at /api/components/wiki-modal-dialog.json.