Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Query Parameters Reference

This page is auto-generated from the source code.

Form Embedding

ParameterDescriptionExample
cssInline CSS to apply?css=button{background:green}
css_urlURL to external stylesheet?css_url=https://example.com/style.css

Calendar & Booking Views

ParameterDescriptionExample
cssInline CSS to apply?css=.event{color:blue}
css_urlURL to external stylesheet?css_url=https://example.com/cal.css
dateStarting date for view?date=2024-03-15
viewView type (week/month/year/endless)?view=month
daysNumber of days to show (booking)?days=14
hide_titleHide the title?hide_title=true

iCal Feeds

ParameterDescriptionExample
tokenAuthentication token?token=abc123

Combining Parameters

Multiple parameters can be combined:

/f/contact?css=button{background:green}&hide_title=true
/view/{id}/{slug}?date=2024-03-15&view=month&css_url=https://example.com/cal.css