Difference between revisions of "Template:Chess diagram/doc"

From Chess Variant Wiki
Jump to: navigation, search
(Syntax)
(add arrow icons)
Line 82: Line 82:
 
* [[Image:Chess xod45.svg|26px]][[Image:Chess xol45.svg|26px]] xo = black circle
 
* [[Image:Chess xod45.svg|26px]][[Image:Chess xol45.svg|26px]] xo = black circle
 
* [[Image:Chess ood45.svg|26px]][[Image:Chess ool45.svg|26px]] oo = white circle
 
* [[Image:Chess ood45.svg|26px]][[Image:Chess ool45.svg|26px]] oo = white circle
 +
 +
When showing movement directions on the board, arrows are available
 +
 +
* [[Image:Chess uld45.svg|26px]][[Image:Chess ull45.svg|26px]] ul = up & left
 +
* [[Image:Chess uad45.svg|26px]][[Image:Chess ual45.svg|26px]] ua = up
 +
* [[Image:Chess urd45.svg|26px]][[Image:Chess url45.svg|26px]] ur = up & right
 +
* [[Image:Chess lad45.svg|26px]][[Image:Chess lal45.svg|26px]] la = left
 +
* [[Image:Chess lrd45.svg|26px]][[Image:Chess lrl45.svg|26px]] lr = left & right
 +
* [[Image:Chess udd45.svg|26px]][[Image:Chess udl45.svg|26px]] ud = up & down
 +
* [[Image:Chess rad45.svg|26px]][[Image:Chess ral45.svg|26px]] ra = right
 +
* [[Image:Chess dld45.svg|26px]][[Image:Chess dll45.svg|26px]] dl = down & left
 +
* [[Image:Chess dad45.svg|26px]][[Image:Chess dal45.svg|26px]] da = down
 +
* [[Image:Chess drd45.svg|26px]][[Image:Chess drl45.svg|26px]] dr = down & right
  
 
Numbers can also be added to squares by using "x0" for 0, "x1" for 1, "x2" for 2, ..., "x9" for 9.  
 
Numbers can also be added to squares by using "x0" for 0, "x1" for 1, "x2" for 2, ..., "x9" for 9.  

Revision as of 22:08, 23 March 2013

{{#ifeq:chess diagram/doc |doc

    | 

{{#ifeq:show |show

         | Template:Mbox
        }}{{#if: |
         |   {{#ifexist:Template:Chess diagram/doc
                  | [[Category:{{#switch:Template |Template=Template |Module=Module |User=User |#default=Wikipedia}} documentation pages]]
                  |
                 }}
        }}
    | 
   }}

Syntax

There are several standard chess diagram templates:

There are also templates for chess variants:

The syntax is basically the same for all of them.

{{Chess diagram
| <alignment> (param #1)
| <header>    (#2) 
| size =
| numbers =
| letters =
| <a8> | <b8> | ... | <h8>  (#3 to ...
| <a7> | <b7> | ... | <h7>
...
| <a1> | <b1> | ... | <h1>  ( ... #66)
| <footer> (#67)
}}

Parameters:

  • <alignment> – defines horizontal alignment (floating) of the whole table, must be tright or tleft (or nothing)
  • <header> – the text which appears above the diagram, may be empty;
  • size - specifies the size of each square in pixels, the default is 26.
  • numbers - specifies whether the rows are numbered. Options are: left, right, both (default) or neither.
  • letters - specifies whether the columns are lettered. Options are: top, bottom, both (default) or neither.
  • <a8>, <b8>, ... <h1> – define corresponding squares of the chessboard, see below;
  • <footer> – the text which appears beneath the diagram, may be empty; optional – can be left out (currently not in the other templates)

A square is defined by the name of piece or empty parameter. The names of the pieces are those given in algebraic notation:

There are also some fairy chess pieces available:

These letters are combined with either "l" for Light=White, or "d" for Dark=Black. So "kl" is White's king, and "nd" is Black's knight.

An empty square is written either using underscores, spaces, or nothing at all. Two spaces are recommended.

You can also use "xx" for a black cross, "ox" for a white cross, "xo" for a black circle on an empty square or "oo" for a white one.

When showing movement directions on the board, arrows are available

Numbers can also be added to squares by using "x0" for 0, "x1" for 1, "x2" for 2, ..., "x9" for 9.

Examples

In the following examples the rows and columns are numbered. Because any text between "|=" and the next "|" is ignored, numbers and letters can be added without affecting output.

Standard diagram

This diagram is recommended for common use as a main diagram in the articles on chess openings, endings, games, positions etc. See the corresponding code below.

{{#invoke:Chessboard|board}}

{{Chess diagram
| tright
| 
|= 

 8 |rd|nd|bd|qd|kd|bd|nd|rd|=
 7 |pd|pd|pd|pd|  |pd|pd|pd|=
 6 |  |  |  |  |  |  |  |  |=
 5 |  |  |  |  |pd|  |  |  |=
 4 |  |  |  |  |pl|pl|  |  |=
 3 |  |  |  |  |  |  |  |  |=
 2 |pl|pl|pl|pl|  |  |pl|pl|=
 1 |rl|nl|bl|ql|kl|bl|nl|rl|=
    a  b  c  d  e  f  g  h  

| The King's Gambit
}}

Diagram with both captions

{{#invoke:Chessboard|board}}

It may be convenient to use this in the articles on chess problems. Please note that in the header and footer you can use bolds or italics. You can also use <br> to break the lines.

{{Chess diagram
| tright
| '''W. Langstaff''', ''Chess Amateur'' 1922
|= 

 8 |  |  |  |  |kd|  |  |rd|=
 7 |  |  |  |  |  |  |  |  |=
 6 |  |  |  |  |  |bl|  |pl|=
 5 |  |  |  |rl|  |kl|pd|pl|=
 4 |  |  |  |  |  |  |  |  |=
 3 |  |  |  |  |  |  |  |  |=
 2 |  |  |  |  |  |  |  |  |=
 1 |  |  |  |  |  |  |  |  |=
    a  b  c  d  e  f  g  h  

| '''Mate in two.''' <br> This problem uses ''partial retrograde analysis'' method.
}}

Diagram without captions

{{#invoke:Chessboard|board}}

See the corresponding code below. If you don't want the captions, just remove them, but don't delete the second "|" pipe character for the caption above; it is possible to delete the last pipe for the longer caption below.

The diagram floats to the left to illustrate the use of the first parameter.

{{Chess diagram
| tleft
| 
|= 

 8 |  |  |  |  |  |  |  |  |=
 7 |  |  |  |  |  |  |  |  |=
 6 |  |xx|xo|xx|  |  |  |  |=
 5 |  |  |pl|  |  |  |  |  |=
 4 |  |  |  |  |  |xo|  |  |=
 3 |  |  |  |  |xx|xo|xx|  |=
 2 |  |  |  |  |  |pl|  |  |=
 1 |  |  |  |  |  |  |  |  |=
    a  b  c  d  e  f  g  h  
}}

Small diagram

This one may be useful in articles with many diagrams. It uses another template named Template:Tl.

The small diagrams can have header, too.

{{#invoke:Chessboard|board|size=22}}

{{Chess diagram small
| tright
| 
|= 

 8 |rd|  |  |qd|  |rd|kd|  |=
 7 |pd|pd|  |  |pd|pd|bd|pd|=
 6 |  |nd|pd|  |  |nd|pd|  |=
 5 |  |  |ql|  |  |  |bl|  |=
 4 |  |  |  |pl|pl|  |bd|  |=
 3 |  |  |nl|  |  |nl|  |  |=
 2 |pl|pl|  |  |  |pl|pl|pl|=
 1 |  |  |  |rl|kl|bl|  |rl|=
    a  b  c  d  e  f  g  h  

| Position after 11.Bg5
}}

Different board size

Chess boards of non-standard dimensions need special templates. There are templates for the following boards:

Minichess (5×5) – Template:Chess diagram 5x5
{{Chess diagram 5x5
| tright
| 
|= 

 5 |kd|qd|bd|nd|rd|=
 4 |pd|pd|pd|pd|pd|=
 3 |  |  |  |  |  |=
 2 |pl|pl|pl|pl|pl|=
 1 |kl|ql|bl|nl|rl|=
    a  b  c  d  e  

| Gardner minichess
}}

{{#invoke:Chessboard_mxn|board|cols=5|rows=5|letters=none|numbers=none}}

Los Alamos chess (6×6) – Template:Chess diagram 6x6
{{Chess diagram 6x6
| tright
| 
|= 

 6 |rd|nd|qd|kd|nd|rd|=
 5 |pd|pd|pd|pd|pd|pd|=
 4 |  |  |  |  |  |  |=
 3 |  |  |  |  |  |  |=
 2 |pl|pl|pl|pl|pl|pl|=
 1 |rl|nl|ql|kl|nl|rl|=
    a  b  c  d  e  f  

| Los Alamos chess
}}

{{#invoke:Chessboard_mxn|board|cols=6|rows=6|letters=both|numbers=both}}

Capablanca chess (8×10)
{{Chess diagram 8x10
| tright
| 
|= 

 8 |rd|nd|ad|bd|qd|kd|bd|cd|nd|rd|=
 7 |pd|pd|pd|pd|pd|pd|pd|pd|pd|pd|=
 6 |  |  |  |  |  |  |  |  |  |  |=
 5 |  |  |  |  |  |  |  |  |  |  |=
 4 |  |  |  |  |  |  |  |  |  |  |=
 3 |  |  |  |  |  |  |  |  |  |  |=
 2 |pl|pl|pl|pl|pl|pl|pl|pl|pl|pl|=
 1 |rl|nl|al|bl|ql|kl|bl|cl|nl|rl|=
    a  b  c  d  e  f  g  h  i  j

| Capablanca chess
}}

{{#invoke:Chessboard_mxn|board|cols=10|rows=8|letters=both|numbers=both}}

Grand Chess
{{Chess diagram 10x10
| tright
| 
|= 

10 |rd|  |  |  |  |  |  |  |  |rd|=
 9 |  |nd|bd|qd|kd|cd|ad|bd|nd|  |=
 8 |pd|pd|pd|pd|pd|pd|pd|pd|pd|pd|=
 7 |  |  |  |  |  |  |  |  |  |  |=
 6 |  |  |  |  |  |  |  |  |  |  |=
 5 |  |  |  |  |  |  |  |  |  |  |=
 4 |  |  |  |  |  |  |  |  |  |  |=
 3 |pl|pl|pl|pl|pl|pl|pl|pl|pl|pl|=
 2 |  |nl|bl|ql|kl|cl|al|bl|nl|  |=
 1 |rl|  |  |  |  |  |  |  |  |rl|=
    a  b  c  d  e  f  g  h  i  j

| Grand Chess
}}
board|cols=10|rows=10|letters=both|numbers=both}}

Double boards

Bughouse chess (four players)
{{bughouse chess diagram
| A1=Team 1, Board A 
| A2=Team 2, Board A 
| B1=Team 1, Board B 
| B2=Team 2, Board B
| tright
|
|=
 8 |rd|nd|bd|qd|kd|bd|nd|rd|=
 7 |pd|pd|pd|pd|pd|pd|pd|pd|=
 6 |  |  |  |  |  |  |  |  |=
 5 |  |  |  |  |  |  |  |  |=
 4 |  |  |  |  |  |  |  |  |=
 3 |  |  |  |  |  |  |  |  |=
 2 |pl|pl|pl|pl|pl|pl|pl|pl|=
 1 |rl|nl|bl|ql|kl|bl|nl|rl|=
    a  b  c  d  e  f  g  h

 8 |rl|nl|bl|kl|ql|bl|nl|rl|=
 7 |pl|pl|pl|pl|pl|pl|pl|pl|=
 6 |  |  |  |  |  |  |  |  |=
 5 |  |  |  |  |  |  |  |  |=
 4 |  |  |  |  |  |  |  |  |=
 3 |  |  |  |  |  |  |  |  |=
 2 |pd|pd|pd|pd|pd|pd|pd|pd|=
 1 |rd|nd|bd|kd|qd|bd|nd|rd|=
    a  b  c  d  e  f  g  h

| '''Bughouse''' setup and starting position
}}

Team 2, Board A

[[Image:chess_{{#if: true | rd }}t45.svg|22px|a8]] [[Image:chess_{{#if:true|nd}}t45.svg|22px|b8]] [[Image:chess_{{#if:true|bd}}t45.svg|22px|c8]] [[Image:chess_{{#if:true|qd}}t45.svg|22px|d8]] [[Image:chess_{{#if:true|kd}}t45.svg|22px|e8]] [[Image:chess_{{#if:true|bd}}t45.svg|22px|f8]] [[Image:chess_{{#if:true|nd}}t45.svg|22px|g8]] [[Image:chess_{{#if:true|rd}}t45.svg|22px|h8]]
[[Image:chess_{{#if:true|pd}}t45.svg|22px|a7]] [[Image:chess_{{#if:true|pd}}t45.svg|22px|b7]] [[Image:chess_{{#if:true|pd}}t45.svg|22px|c7]] [[Image:chess_{{#if:true|pd}}t45.svg|22px|d7]] [[Image:chess_{{#if:true|pd}}t45.svg|22px|e7]] [[Image:chess_{{#if:true|pd}}t45.svg|22px|f7]] [[Image:chess_{{#if:true|pd}}t45.svg|22px|g7]] [[Image:chess_{{#if:true|pd}}t45.svg|22px|h7]]
[[Image:chess_{{#if:true| }}t45.svg|22px|a6]] [[Image:chess_{{#if:true| }}t45.svg|22px|b6]] [[Image:chess_{{#if:true| }}t45.svg|22px|c6]] [[Image:chess_{{#if:true| }}t45.svg|22px|d6]] [[Image:chess_{{#if:true| }}t45.svg|22px|e6]] [[Image:chess_{{#if:true| }}t45.svg|22px|f6]] [[Image:chess_{{#if:true| }}t45.svg|22px|g6]] [[Image:chess_{{#if:true| }}t45.svg|22px|h6]]
[[Image:chess_{{#if:true| }}t45.svg|22px|a5]] [[Image:chess_{{#if:true| }}t45.svg|22px|b5]] [[Image:chess_{{#if:true| }}t45.svg|22px|c5]] [[Image:chess_{{#if:true| }}t45.svg|22px|d5]] [[Image:chess_{{#if:true| }}t45.svg|22px|e5]] [[Image:chess_{{#if:true| }}t45.svg|22px|f5]] [[Image:chess_{{#if:true| }}t45.svg|22px|g5]] [[Image:chess_{{#if:true| }}t45.svg|22px|h5]]
[[Image:chess_{{#if:true| }}t45.svg|22px|a4]] [[Image:chess_{{#if:true| }}t45.svg|22px|b4]] [[Image:chess_{{#if:true| }}t45.svg|22px|c4]] [[Image:chess_{{#if:true| }}t45.svg|22px|d4]] [[Image:chess_{{#if:true| }}t45.svg|22px|e4]] [[Image:chess_{{#if:true| }}t45.svg|22px|f4]] [[Image:chess_{{#if:true| }}t45.svg|22px|g4]] [[Image:chess_{{#if:true| }}t45.svg|22px|h4]]
[[Image:chess_{{#if:true| }}t45.svg|22px|a3]] [[Image:chess_{{#if:true| }}t45.svg|22px|b3]] [[Image:chess_{{#if:true| }}t45.svg|22px|c3]] [[Image:chess_{{#if:true| }}t45.svg|22px|d3]] [[Image:chess_{{#if:true| }}t45.svg|22px|e3]] [[Image:chess_{{#if:true| }}t45.svg|22px|f3]] [[Image:chess_{{#if:true| }}t45.svg|22px|g3]] [[Image:chess_{{#if:true| }}t45.svg|22px|h3]]
[[Image:chess_{{#if:true|pl}}t45.svg|22px|a2]] [[Image:chess_{{#if:true|pl}}t45.svg|22px|b2]] [[Image:chess_{{#if:true|pl}}t45.svg|22px|c2]] [[Image:chess_{{#if:true|pl}}t45.svg|22px|d2]] [[Image:chess_{{#if:true|pl}}t45.svg|22px|e2]] [[Image:chess_{{#if:true|pl}}t45.svg|22px|f2]] [[Image:chess_{{#if:true|pl}}t45.svg|22px|g2]] [[Image:chess_{{#if:true|pl}}t45.svg|22px|h2]]
[[Image:chess_{{#if:true|rl}}t45.svg|22px|a1]] [[Image:chess_{{#if:true|nl}}t45.svg|22px|b1]] [[Image:chess_{{#if:true|bl}}t45.svg|22px|c1]] [[Image:chess_{{#if:true|ql}}t45.svg|22px|d1]] [[Image:chess_{{#if:true|kl}}t45.svg|22px|e1]] [[Image:chess_{{#if:true|bl}}t45.svg|22px|f1]] [[Image:chess_{{#if:true|nl}}t45.svg|22px|g1]] [[Image:chess_{{#if:true|rl}}t45.svg|22px|h1]]

Team 1, Board A

Team 2, Board B

[[Image:chess_{{#if:true|rl}}t45.svg|22px|a8]] [[Image:chess_{{#if:true|nl}}t45.svg|22px|b8]] [[Image:chess_{{#if:true|bl}}t45.svg|22px|c8]] [[Image:chess_{{#if:true|kl}}t45.svg|22px|d8]] [[Image:chess_{{#if:true|ql}}t45.svg|22px|e8]] [[Image:chess_{{#if:true|bl}}t45.svg|22px|f8]] [[Image:chess_{{#if:true|nl}}t45.svg|22px|g8]] [[Image:chess_{{#if:true|rl}}t45.svg|22px|h8]]
[[Image:chess_{{#if:true|pl}}t45.svg|22px|a7]] [[Image:chess_{{#if:true|pl}}t45.svg|22px|b7]] [[Image:chess_{{#if:true|pl}}t45.svg|22px|c7]] [[Image:chess_{{#if:true|pl}}t45.svg|22px|d7]] [[Image:chess_{{#if:true|pl}}t45.svg|22px|e7]] [[Image:chess_{{#if:true|pl}}t45.svg|22px|f7]] [[Image:chess_{{#if:true|pl}}t45.svg|22px|g7]] [[Image:chess_{{#if:true|pl}}t45.svg|22px|h7]]
[[Image:chess_{{#if:true| }}t45.svg|22px|a6]] [[Image:chess_{{#if:true| }}t45.svg|22px|b6]] [[Image:chess_{{#if:true| }}t45.svg|22px|c6]] [[Image:chess_{{#if:true| }}t45.svg|22px|d6]] [[Image:chess_{{#if:true| }}t45.svg|22px|e6]] [[Image:chess_{{#if:true| }}t45.svg|22px|f6]] [[Image:chess_{{#if:true| }}t45.svg|22px|g6]] [[Image:chess_{{#if:true| }}t45.svg|22px|h6]]
[[Image:chess_{{#if:true| }}t45.svg|22px|a5]] [[Image:chess_{{#if:true| }}t45.svg|22px|b5]] [[Image:chess_{{#if:true| }}t45.svg|22px|c5]] [[Image:chess_{{#if:true| }}t45.svg|22px|d5]] [[Image:chess_{{#if:true| }}t45.svg|22px|e5]] [[Image:chess_{{#if:true| }}t45.svg|22px|f5]] [[Image:chess_{{#if:true| }}t45.svg|22px|g5]] [[Image:chess_{{#if:true| }}t45.svg|22px|h5]]
[[Image:chess_{{#if:true| }}t45.svg|22px|a4]] [[Image:chess_{{#if:true| }}t45.svg|22px|b4]] [[Image:chess_{{#if:true| }}t45.svg|22px|c4]] [[Image:chess_{{#if:true| }}t45.svg|22px|d4]] [[Image:chess_{{#if:true| }}t45.svg|22px|e4]] [[Image:chess_{{#if:true| }}t45.svg|22px|f4]] [[Image:chess_{{#if:true| }}t45.svg|22px|g4]] [[Image:chess_{{#if:true| }}t45.svg|22px|h4]]
[[Image:chess_{{#if:true| }}t45.svg|22px|a3]] [[Image:chess_{{#if:true| }}t45.svg|22px|b3]] [[Image:chess_{{#if:true| }}t45.svg|22px|c3]] [[Image:chess_{{#if:true| }}t45.svg|22px|d3]] [[Image:chess_{{#if:true| }}t45.svg|22px|e3]] [[Image:chess_{{#if:true| }}t45.svg|22px|f3]] [[Image:chess_{{#if:true| }}t45.svg|22px|g3]] [[Image:chess_{{#if:true| }}t45.svg|22px|h3]]
[[Image:chess_{{#if:true|pd}}t45.svg|22px|a2]] [[Image:chess_{{#if:true|pd}}t45.svg|22px|b2]] [[Image:chess_{{#if:true|pd}}t45.svg|22px|c2]] [[Image:chess_{{#if:true|pd}}t45.svg|22px|d2]] [[Image:chess_{{#if:true|pd}}t45.svg|22px|e2]] [[Image:chess_{{#if:true|pd}}t45.svg|22px|f2]] [[Image:chess_{{#if:true|pd}}t45.svg|22px|g2]] [[Image:chess_{{#if:true|pd}}t45.svg|22px|h2]]
[[Image:chess_{{#if:true|rd}}t45.svg|22px|a1]] [[Image:chess_{{#if:true|nd}}t45.svg|22px|b1]] [[Image:chess_{{#if:true|bd}}t45.svg|22px|c1]] [[Image:chess_{{#if:true|kd}}t45.svg|22px|d1]] [[Image:chess_{{#if:true|qd}}t45.svg|22px|e1]] [[Image:chess_{{#if:true|bd}}t45.svg|22px|f1]] [[Image:chess_{{#if:true|nd}}t45.svg|22px|g1]] [[Image:chess_{{#if:true|rd}}t45.svg|22px|h1]]

Team 1, Board B

Bughouse setup and starting position
Alice chess (two players)
{{alice chess diagram
| tright
|
|=
 8 |rd|nd|bd|qd|kd|  |nd|rd|=
 7 |pd|pd|pd|pd|  |pd|pd|pd|=
 6 |  |  |  |  |  |  |  |  |=
 5 |  |  |  |  |nl|  |  |  |=
 4 |  |  |  |  |  |  |  |  |=
 3 |  |  |  |  |  |  |  |  |=
 2 |pl|pl|pl|pl|pl|pl|pl|pl|=
 1 |rl|nl|bl|ql|kl|bl|  |rl|=
    a  b  c  d  e  f  g  h
          Board A

 8 |  |  |  |  |  |  |  |  |=
 7 |  |  |  |  |  |  |  |  |=
 6 |  |  |  |  |pd|  |  |  |=
 5 |  |  |bd|  |  |  |  |  |=
 4 |  |  |  |  |  |  |  |  |=
 3 |  |  |  |  |  |  |  |  |=
 2 |  |  |  |  |  |  |  |  |=
 1 |  |  |  |  |  |  |  |  |=
    a  b  c  d  e  f  g  h
          Board B
| Position after '''1. Nf3 e6 2. Ne5 Bc5'''
}}

[[Image:chess_{{#if: true | rd }}t45.svg|22px|a8]] [[Image:chess_{{#if:true|nd}}t45.svg|22px|b8]] [[Image:chess_{{#if:true|bd}}t45.svg|22px|c8]] [[Image:chess_{{#if:true|qd}}t45.svg|22px|d8]] [[Image:chess_{{#if:true|kd}}t45.svg|22px|e8]] [[Image:chess_{{#if:true| }}t45.svg|22px|f8]] [[Image:chess_{{#if:true|nd}}t45.svg|22px|g8]] [[Image:chess_{{#if:true|rd}}t45.svg|22px|h8]]
[[Image:chess_{{#if:true|pd}}t45.svg|22px|a7]] [[Image:chess_{{#if:true|pd}}t45.svg|22px|b7]] [[Image:chess_{{#if:true|pd}}t45.svg|22px|c7]] [[Image:chess_{{#if:true|pd}}t45.svg|22px|d7]] [[Image:chess_{{#if:true| }}t45.svg|22px|e7]] [[Image:chess_{{#if:true|pd}}t45.svg|22px|f7]] [[Image:chess_{{#if:true|pd}}t45.svg|22px|g7]] [[Image:chess_{{#if:true|pd}}t45.svg|22px|h7]]
[[Image:chess_{{#if:true| }}t45.svg|22px|a6]] [[Image:chess_{{#if:true| }}t45.svg|22px|b6]] [[Image:chess_{{#if:true| }}t45.svg|22px|c6]] [[Image:chess_{{#if:true| }}t45.svg|22px|d6]] [[Image:chess_{{#if:true| }}t45.svg|22px|e6]] [[Image:chess_{{#if:true| }}t45.svg|22px|f6]] [[Image:chess_{{#if:true| }}t45.svg|22px|g6]] [[Image:chess_{{#if:true| }}t45.svg|22px|h6]]
[[Image:chess_{{#if:true| }}t45.svg|22px|a5]] [[Image:chess_{{#if:true| }}t45.svg|22px|b5]] [[Image:chess_{{#if:true| }}t45.svg|22px|c5]] [[Image:chess_{{#if:true| }}t45.svg|22px|d5]] [[Image:chess_{{#if:true|nl}}t45.svg|22px|e5]] [[Image:chess_{{#if:true| }}t45.svg|22px|f5]] [[Image:chess_{{#if:true| }}t45.svg|22px|g5]] [[Image:chess_{{#if:true| }}t45.svg|22px|h5]]
[[Image:chess_{{#if:true| }}t45.svg|22px|a4]] [[Image:chess_{{#if:true| }}t45.svg|22px|b4]] [[Image:chess_{{#if:true| }}t45.svg|22px|c4]] [[Image:chess_{{#if:true| }}t45.svg|22px|d4]] [[Image:chess_{{#if:true| }}t45.svg|22px|e4]] [[Image:chess_{{#if:true| }}t45.svg|22px|f4]] [[Image:chess_{{#if:true| }}t45.svg|22px|g4]] [[Image:chess_{{#if:true| }}t45.svg|22px|h4]]
[[Image:chess_{{#if:true| }}t45.svg|22px|a3]] [[Image:chess_{{#if:true| }}t45.svg|22px|b3]] [[Image:chess_{{#if:true| }}t45.svg|22px|c3]] [[Image:chess_{{#if:true| }}t45.svg|22px|d3]] [[Image:chess_{{#if:true| }}t45.svg|22px|e3]] [[Image:chess_{{#if:true| }}t45.svg|22px|f3]] [[Image:chess_{{#if:true| }}t45.svg|22px|g3]] [[Image:chess_{{#if:true| }}t45.svg|22px|h3]]
[[Image:chess_{{#if:true|pl}}t45.svg|22px|a2]] [[Image:chess_{{#if:true|pl}}t45.svg|22px|b2]] [[Image:chess_{{#if:true|pl}}t45.svg|22px|c2]] [[Image:chess_{{#if:true|pl}}t45.svg|22px|d2]] [[Image:chess_{{#if:true|pl}}t45.svg|22px|e2]] [[Image:chess_{{#if:true|pl}}t45.svg|22px|f2]] [[Image:chess_{{#if:true|pl}}t45.svg|22px|g2]] [[Image:chess_{{#if:true|pl}}t45.svg|22px|h2]]
[[Image:chess_{{#if:true|rl}}t45.svg|22px|a1]] [[Image:chess_{{#if:true|nl}}t45.svg|22px|b1]] [[Image:chess_{{#if:true|bl}}t45.svg|22px|c1]] [[Image:chess_{{#if:true|ql}}t45.svg|22px|d1]] [[Image:chess_{{#if:true|kl}}t45.svg|22px|e1]] [[Image:chess_{{#if:true|bl}}t45.svg|22px|f1]] [[Image:chess_{{#if:true| }}t45.svg|22px|g1]] [[Image:chess_{{#if:true|rl}}t45.svg|22px|h1]]
A
[[Image:chess_{{#if:true| }}t45.svg|22px|a8]] [[Image:chess_{{#if:true| }}t45.svg|22px|b8]] [[Image:chess_{{#if:true| }}t45.svg|22px|c8]] [[Image:chess_{{#if:true| }}t45.svg|22px|d8]] [[Image:chess_{{#if:true| }}t45.svg|22px|e8]] [[Image:chess_{{#if:true| }}t45.svg|22px|f8]] [[Image:chess_{{#if:true| }}t45.svg|22px|g8]] [[Image:chess_{{#if:true| }}t45.svg|22px|h8]]
[[Image:chess_{{#if:true| }}t45.svg|22px|a7]] [[Image:chess_{{#if:true| }}t45.svg|22px|b7]] [[Image:chess_{{#if:true| }}t45.svg|22px|c7]] [[Image:chess_{{#if:true| }}t45.svg|22px|d7]] [[Image:chess_{{#if:true| }}t45.svg|22px|e7]] [[Image:chess_{{#if:true| }}t45.svg|22px|f7]] [[Image:chess_{{#if:true| }}t45.svg|22px|g7]] [[Image:chess_{{#if:true| }}t45.svg|22px|h7]]
[[Image:chess_{{#if:true| }}t45.svg|22px|a6]] [[Image:chess_{{#if:true| }}t45.svg|22px|b6]] [[Image:chess_{{#if:true| }}t45.svg|22px|c6]] [[Image:chess_{{#if:true| }}t45.svg|22px|d6]] [[Image:chess_{{#if:true|pd}}t45.svg|22px|e6]] [[Image:chess_{{#if:true| }}t45.svg|22px|f6]] [[Image:chess_{{#if:true| }}t45.svg|22px|g6]] [[Image:chess_{{#if:true| }}t45.svg|22px|h6]]
[[Image:chess_{{#if:true| }}t45.svg|22px|a5]] [[Image:chess_{{#if:true| }}t45.svg|22px|b5]] [[Image:chess_{{#if:true|bd}}t45.svg|22px|c5]] [[Image:chess_{{#if:true| }}t45.svg|22px|d5]] [[Image:chess_{{#if:true| }}t45.svg|22px|e5]] [[Image:chess_{{#if:true| }}t45.svg|22px|f5]] [[Image:chess_{{#if:true| }}t45.svg|22px|g5]] [[Image:chess_{{#if:true| }}t45.svg|22px|h5]]
[[Image:chess_{{#if:true| }}t45.svg|22px|a4]] [[Image:chess_{{#if:true| }}t45.svg|22px|b4]] [[Image:chess_{{#if:true| }}t45.svg|22px|c4]] [[Image:chess_{{#if:true| }}t45.svg|22px|d4]] [[Image:chess_{{#if:true| }}t45.svg|22px|e4]] [[Image:chess_{{#if:true| }}t45.svg|22px|f4]] [[Image:chess_{{#if:true| }}t45.svg|22px|g4]] [[Image:chess_{{#if:true| }}t45.svg|22px|h4]]
[[Image:chess_{{#if:true| }}t45.svg|22px|a3]] [[Image:chess_{{#if:true| }}t45.svg|22px|b3]] [[Image:chess_{{#if:true| }}t45.svg|22px|c3]] [[Image:chess_{{#if:true| }}t45.svg|22px|d3]] [[Image:chess_{{#if:true| }}t45.svg|22px|e3]] [[Image:chess_{{#if:true| }}t45.svg|22px|f3]] [[Image:chess_{{#if:true| }}t45.svg|22px|g3]] [[Image:chess_{{#if:true| }}t45.svg|22px|h3]]
[[Image:chess_{{#if:true| }}t45.svg|22px|a2]] [[Image:chess_{{#if:true| }}t45.svg|22px|b2]] [[Image:chess_{{#if:true| }}t45.svg|22px|c2]] [[Image:chess_{{#if:true| }}t45.svg|22px|d2]] [[Image:chess_{{#if:true| }}t45.svg|22px|e2]] [[Image:chess_{{#if:true| }}t45.svg|22px|f2]] [[Image:chess_{{#if:true| }}t45.svg|22px|g2]] [[Image:chess_{{#if:true| }}t45.svg|22px|h2]]
[[Image:chess_{{#if:true| }}t45.svg|22px|a1]] [[Image:chess_{{#if:true| }}t45.svg|22px|b1]] [[Image:chess_{{#if:true| }}t45.svg|22px|c1]] [[Image:chess_{{#if:true| }}t45.svg|22px|d1]] [[Image:chess_{{#if:true| }}t45.svg|22px|e1]] [[Image:chess_{{#if:true| }}t45.svg|22px|f1]] [[Image:chess_{{#if:true| }}t45.svg|22px|g1]] [[Image:chess_{{#if:true| }}t45.svg|22px|h1]]
B
Position after 1. Nf3 e6 2. Ne5 Bc5

Different shaped board

Three-dimensional chess (Raumschach) – Template:Raumschach diagram
{{Raumschach diagram
| tright
|
|=
5 |rd|nd|kd|nd|rd|=
4 |pd|pd|pd|pd|pd|=
3 |  |  |  |  |  |=
2 |  |  |  |  |  |=
1 |  |  |  |  |  |=
   Ea Eb Ec Ed Ee

5 |sd|bd|qd|sd|bd|=
4 |pd|pd|pd|pd|pd|=
3 |  |  |  |  |  |=
2 |  |  |  |  |  |=
1 |  |  |  |  |  |=
   Da Db Dc Dd De

5 |  |  |  |  |  |=
4 |  |  |  |  |  |=
3 |  |  |  |  |  |=
2 |  |  |  |  |  |=
1 |  |  |  |  |  |=
   Ca Cb Cc Cd Ce

5 |  |  |  |  |  |=
4 |  |  |  |  |  |=
3 |  |  |  |  |  |=
2 |pl|pl|pl|pl|pl|=
1 |bl|sl|ql|bl|sl|=
   Ba Bb Bc Bd Be

5 |  |  |  |  |  |=
4 |  |  |  |  |  |=
3 |  |  |  |  |  |=
2 |pl|pl|pl|pl|pl|=
1 |rl|nl|kl|nl|rl|=
   Aa Ab Ac Ad Ae

| '''Raumschach''' starting position
}}

Template:Raumschach diagram

Omega ChessTemplate:Omega Chess diagram
{{Omega Chess diagram
|
| [[Omega Chess]] (10x10 + 4 corners)
|=
  w4                                   w3
   |wd|=                            |wd|=
    9 |zd|rd|nd|bd|qd|kd|bd|nd|rd|zd|=
    8 |pd|pd|pd|pd|pd|pd|pd|pd|pd|pd|=
    7 |  |  |  |  |  |  |  |  |  |  |=
    6 |  |  |  |  |  |  |  |  |  |  |=
    5 |  |  |  |  |  |  |  |  |  |  |=
    4 |  |  |  |  |  |  |  |  |  |  |=
    3 |  |  |  |  |  |  |  |  |  |  |=
    2 |  |  |  |  |  |  |  |  |  |  |=
    1 |pl|pl|pl|pl|pl|pl|pl|pl|pl|pl|=
    0 |zl|rl|nl|bl|ql|kl|bl|nl|rl|zl|=
   |wl|=                            |wl|=
  w1    a  b  c  d  e  f  g  h  i  j   w2

| '''Omega Chess''' starting position
}}

See also