|
You can
modify the Sudoku with any of the following optional parameters:
&size = 7 (This determines the width and height of each cell. Can be no greater
than 20. Default 3)
&tableborder = <RGB>
(The table border colour in RGB format without the #. Default 000000)
&cellborder = <RGB>
(The cell border colour in RGB format without the #. Default CCCCCC)
&cellcolor = <RGB>
(The cell background colour in RGB format without the #. Default FFFFFF)
&numbercolor = <RGB>
(The colour of pre-filled cell numbers in RGB format without the #.
Default 000000)
&inputnumbercolor = <RGB>
(The colour of inputted numbers in RGB format without the #. Default
0000E0)
&menutext = <RGB>
(The colour of the menu text in RGB format without the #. Default
000000)
&menucol = <RGB>
(The background color of the menus in RGB format without the #. Default
FFFFFF)
&errorcol = <RGB>
(The background highlight colour of errors in RGB format without the #.
Default FF5050)
&x = 3
(This is how wide each grid is. Default 3. Can be no greater than
3)
&y = 3
(This is how high each grid is. Default : 3. Can be no greater
than 4)
&interactive = 1
(This determines whether the Sudoku can be played online or is static.
Default 1)
&puzzleid = 123
(If you want to show a particular puzzle. Not recommended. Default:
<blank>)
|