Last modified: 2013-10-10 02:07:24 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T25401, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 23401 - adding extension to wikipedia to allow display of chess games
adding extension to wikipedia to allow display of chess games
Status: RESOLVED WONTFIX
Product: Wikimedia
Classification: Unclassified
Site requests (Other open bugs)
unspecified
All All
: Lowest enhancement (vote)
: ---
Assigned To: John Doe
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-05-04 07:43 UTC by Paolo Casaschi
Modified: 2013-10-10 02:07 UTC (History)
4 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Paolo Casaschi 2010-05-04 07:43:05 UTC
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");
Comment 1 Paolo Casaschi 2010-05-04 09:15:28 UTC
Forget about this for now.
Comment 2 Diederik van Liere 2011-11-29 22:55:28 UTC
Changing to WONTFIX as there is no codereview, no community consensus. REOPEN when those two criteria have been satisfied.
Comment 3 John Mark Vandenberg 2013-10-09 23:50:29 UTC
The code has moved to https://sourceforge.net/projects/mwec/

And the documentation now exists at

http://code.google.com/p/pgn4web/wiki/User_Notes_mediawiki

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links