Overview
The {sudoku-printable} macro embeds a static, printable Sudoku game in your content...
This macro is designed specifically for printing purposes and if arranged properly (using the section macro and column macro) you can easily fit 6 or more boards to a single printed page.
Parameters
Add the printable board to your content using the following notation:
{sudoku-printable:difficulty}
| Name | Type | Required | Default | Notes |
|---|---|---|---|---|
| default | enum | normal | The difficulty of the board:
|
Examples
Hints and Tips
Use the cache macro to retain a specific Sudoku board for a period of time, usually 1 day:
{cache:refresh=1d}{sudoku-printable}{cache}
This will help prevent users from repeatedly refreshing your page trying to get a new board – a process that would put undue strain on your server and bandwidth. It's advisable to display a message stating how often the board will be updated.








