https://bugzilla.wikimedia.org/show_bug.cgi?id=23401

           Summary: adding extension to wikipedia to allow display of
                    chess games
           Product: Wikimedia
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: Normal
         Component: Site requests
        AssignedTo: wikibugs-l@lists.wikimedia.org
        ReportedBy: pa...@casaschi.net


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");

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to