Template:Reversi/doc
Appearance
This is a documentation subpage for Template:Reversi. It may contain usage information, categories and other content that is not part of the original template page. |
Usage
[edit]{{Reversi
| <alignment> (left, right, none)
| <header>
<!-- board a b c d e f g h (X: black, O: white) -->
<!-- 1 --> | | | | | | | |
<!-- 2 --> | | | | | | | |
<!-- 3 --> | | | | | | | |
<!-- 4 --> | | | | | | | |
<!-- 5 --> | | | | | | | |
<!-- 6 --> | | | | | | | |
<!-- 7 --> | | | | | | | |
<!-- 8 --> | | | | | | | |
| <footer>
}}
Example
[edit]{{Reversi
| right
| Initial Position of Reversi
<!-- board a b c d e f g h (X: black, O: white) -->
<!-- 1 --> | | | | | | | |
<!-- 2 --> | | | | | | | |
<!-- 3 --> | | | | | | | |
<!-- 4 --> | | | |O|X| | |
<!-- 5 --> | | | |X|O| | |
<!-- 6 --> | | | | | | | |
<!-- 7 --> | | | | | | | |
<!-- 8 --> | | | | | | | |
| (Black's turn)
}}