<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://stockhub.co/index.php?action=history&amp;feed=atom&amp;title=Module%3AChessboard%2Fconfiguration</id>
	<title>Module:Chessboard/configuration - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://stockhub.co/index.php?action=history&amp;feed=atom&amp;title=Module%3AChessboard%2Fconfiguration"/>
	<link rel="alternate" type="text/html" href="https://stockhub.co/index.php?title=Module:Chessboard/configuration&amp;action=history"/>
	<updated>2026-05-25T20:41:18Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://stockhub.co/index.php?title=Module:Chessboard/configuration&amp;diff=135582&amp;oldid=prev</id>
		<title>imported&gt;Frietjes at 17:56, 29 July 2022</title>
		<link rel="alternate" type="text/html" href="https://stockhub.co/index.php?title=Module:Chessboard/configuration&amp;diff=135582&amp;oldid=prev"/>
		<updated>2022-07-29T17:56:00Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;return {&lt;br /&gt;
	rows = 8,&lt;br /&gt;
	cols = 8,&lt;br /&gt;
	board_image = &amp;#039;Chessboard480.svg&amp;#039;,&lt;br /&gt;
	color_names = {&lt;br /&gt;
		l = &amp;#039;white&amp;#039;,&lt;br /&gt;
		d = &amp;#039;black&amp;#039;,&lt;br /&gt;
		u = &amp;#039;unknown color&amp;#039;&lt;br /&gt;
	},&lt;br /&gt;
	piece_names = { &lt;br /&gt;
		p = &amp;#039;pawn&amp;#039;,&lt;br /&gt;
		r = &amp;#039;rook&amp;#039;,&lt;br /&gt;
		n = &amp;#039;knight&amp;#039;,&lt;br /&gt;
		b = &amp;#039;bishop&amp;#039;,&lt;br /&gt;
		q = &amp;#039;queen&amp;#039;,&lt;br /&gt;
		k = &amp;#039;king&amp;#039;,&lt;br /&gt;
		a = &amp;#039;archbishop&amp;#039;,&lt;br /&gt;
		c = &amp;#039;chancellor&amp;#039;,&lt;br /&gt;
		z = &amp;#039;champion&amp;#039;,&lt;br /&gt;
		w = &amp;#039;wizard&amp;#039;,&lt;br /&gt;
		t = &amp;#039;fool&amp;#039;,&lt;br /&gt;
		M = &amp;#039;mann&amp;#039;,&lt;br /&gt;
		h = &amp;#039;upside-down pawn&amp;#039;,&lt;br /&gt;
		m = &amp;#039;upside-down rook&amp;#039;,&lt;br /&gt;
		B = &amp;#039;upside-down bishop&amp;#039;,&lt;br /&gt;
		N = &amp;#039;upside-down knight&amp;#039;,&lt;br /&gt;
		f = &amp;#039;upside-down king&amp;#039;,&lt;br /&gt;
		g = &amp;#039;upside-down queen&amp;#039;,&lt;br /&gt;
		e = &amp;#039;elephant&amp;#039;,&lt;br /&gt;
		s = &amp;#039;boat&amp;#039;,&lt;br /&gt;
		G = &amp;#039;giraffe&amp;#039;,&lt;br /&gt;
		U = &amp;#039;unicorn&amp;#039;,&lt;br /&gt;
		Z = &amp;#039;zebra&amp;#039;&lt;br /&gt;
	},&lt;br /&gt;
	symbol_names = {&lt;br /&gt;
		xx = &amp;#039;black cross&amp;#039;,&lt;br /&gt;
		ox = &amp;#039;white cross&amp;#039;,&lt;br /&gt;
		xo = &amp;#039;black circle&amp;#039;,&lt;br /&gt;
		oo = &amp;#039;white circle&amp;#039;,&lt;br /&gt;
		ul = &amp;#039;up-left arrow&amp;#039;,&lt;br /&gt;
		ua = &amp;#039;up arrow&amp;#039;,&lt;br /&gt;
		ur = &amp;#039;up-right arrow&amp;#039;,&lt;br /&gt;
		la = &amp;#039;left arrow&amp;#039;,&lt;br /&gt;
		ra = &amp;#039;right arrow&amp;#039;,&lt;br /&gt;
		dl = &amp;#039;down-left arrow&amp;#039;,&lt;br /&gt;
		da = &amp;#039;down arrow&amp;#039;,&lt;br /&gt;
		dr = &amp;#039;down-right arrow&amp;#039;,&lt;br /&gt;
		lr = &amp;#039;left-right arrow&amp;#039;,&lt;br /&gt;
		ud = &amp;#039;up-down arrow&amp;#039;,&lt;br /&gt;
		db = &amp;#039;up-right and down-left arrow&amp;#039;,&lt;br /&gt;
		dw = &amp;#039;up-left and down-right arrow&amp;#039;,&lt;br /&gt;
		x0 = &amp;#039;zero&amp;#039;,&lt;br /&gt;
		x1 = &amp;#039;one&amp;#039;,&lt;br /&gt;
		x2 = &amp;#039;two&amp;#039;,&lt;br /&gt;
		x3 = &amp;#039;three&amp;#039;,&lt;br /&gt;
		x4 = &amp;#039;four&amp;#039;,&lt;br /&gt;
		x5 = &amp;#039;five&amp;#039;,&lt;br /&gt;
		x6 = &amp;#039;six&amp;#039;,&lt;br /&gt;
		x7 = &amp;#039;seven&amp;#039;,&lt;br /&gt;
		x8 = &amp;#039;eight&amp;#039;,&lt;br /&gt;
		x9 = &amp;#039;nine&amp;#039;&lt;br /&gt;
	},&lt;br /&gt;
	files = {&amp;#039;a&amp;#039;, &amp;#039;b&amp;#039;, &amp;#039;c&amp;#039;, &amp;#039;d&amp;#039;, &amp;#039;e&amp;#039;, &amp;#039;f&amp;#039;, &amp;#039;g&amp;#039;, &amp;#039;h&amp;#039;},&lt;br /&gt;
	alt_with_color_and_piece = &amp;#039;$1 $2 $3&amp;#039;,&lt;br /&gt;
	alt_with_symbol = &amp;#039;$1 $2&amp;#039;,&lt;br /&gt;
	alt_otherwise = &amp;#039;$1 $2 $3&amp;#039;,&lt;br /&gt;
	letters_both = &amp;#039;both&amp;#039;,&lt;br /&gt;
	letters_top = &amp;#039;top&amp;#039;,&lt;br /&gt;
	letters_bottom = &amp;#039;bottom&amp;#039;,&lt;br /&gt;
	numbers_both = &amp;#039;both&amp;#039;,&lt;br /&gt;
	numbers_left = &amp;#039;left&amp;#039;,&lt;br /&gt;
	numbers_right = &amp;#039;right&amp;#039;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>imported&gt;Frietjes</name></author>
	</entry>
</feed>