Page MenuHomePhabricator

adding extension to wikipedia to allow display of chess games
Closed, DeclinedPublic

Description

Author: paolo

Description:
This request is to add the following extension to the Wikipedia server:
http://www.mediawiki.org/wiki/Extension:EmbedChessboard

The extension allows for displaying chess games on an interactive chessboard.

In order to match the color scheme of the existing chess images in the wikipedia pages, the following parameters should be set for the plugin:

$wgEmbedChessboard_light_squares_color = 'FFCE9E'; 'F9F9F9'
$wgEmbedChessboard_dark_squares_color = 'D18B47';
'DEDEDE'
$wgEmbedChessboard_board_border_color = 'D18B47'; 'DEDEDE'
$wgEmbedChessboard_square_highlight_color = '81562C';
'ABABAB'
$wgEmbedChessboard_autoplay_mode = 'n'; // 'l'
require_once("$IP/extensions/EmbedChessboard/EmbedChessboard.php");


Version: unspecified
Severity: enhancement

Details

Reference
bz23401

Event Timeline

bzimport raised the priority of this task from to Lowest.Nov 21 2014, 11:06 PM
bzimport set Reference to bz23401.

paolo wrote:

Forget about this for now.

Changing to WONTFIX as there is no codereview, no community consensus. REOPEN when those two criteria have been satisfied.