--test code for crazyhouse chess diagram.local p = local chess = require('Module:Chessboard')function p.board(frame) local args = frame.args local fen = args.fen if (not fen) then return chess.board(frame) endendreturn p
This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Module:Sandbox/Matyapiro31/Crazyhousechesstest".
Except where otherwise indicated, Everything.Explained.Today is © Copyright 2009-2024, A B Cryer, All Rights Reserved. Cookie policy.