This form calls the epd2html PHP script using the HTTP GET method. The PHP script creates for the given EPD string either a HTML formatted chess diagram, or an ASCII diagram.
| http://www.marochess.de/php3/epd2html.php3?epd=rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - |
| http://www.marochess.de/php3/epd2html.php3?epd=rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq -&format=ASCII |
| http://www.marochess.de/php3/epd2html.php3?epd=rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq -&align=center&show=true |
| name | description | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| epd | position as an EPD formatted string | ||||||||||||||||
|
Default: initial board position. An invalid EPD string will be mapped to the inital position EPD string. |
|||||||||||||||||
| header |
diagram header line. Title line above the diagram. |
||||||||||||||||
| Default: empty (no header) | |||||||||||||||||
| footer |
diagram footer line. Text line under the diagram. |
||||||||||||||||
| Default: empty (no footer) | |||||||||||||||||
| format | Select output format: HTML or ASCII | ||||||||||||||||
| Default: HTML | |||||||||||||||||
| pieces |
Number of the desired piece set (1-5):
|
||||||||||||||||
| Default: 1 (38 x 38) | |||||||||||||||||
| align | Select diagram alignment: left, center, or right | ||||||||||||||||
| Default: left | |||||||||||||||||
| show | True: add EPD string to diagram | ||||||||||||||||
| Default: false | |||||||||||||||||
| light | color of light squares | ||||||||||||||||
| Default: #FFFFF0 | |||||||||||||||||
| dark | colors of dark squares | ||||||||||||||||
| Default: #009966 | |||||||||||||||||
| text | color of text | ||||||||||||||||
| Default: #000000 | |||||||||||||||||
| diagbg | chess diagram background color | ||||||||||||||||
| Default: #D0D0D0 | |||||||||||||||||
| htmlbg | HTML page background color | ||||||||||||||||
| Default: #FFFFFF | |||||||||||||||||
| bgimg |
HTML page background image:
|
||||||||||||||||
| Default: 0 (no background image) |