Difference between revisions of "User:CreativeHedgehog/Projects/Chinese chess:Template"
(Add more notes.) |
|||
Line 159: | Line 159: | ||
-->w|h|e|g|k|g|e|h|w|<!-- | -->w|h|e|g|k|g|e|h|w|<!-- | ||
-->}}</noinclude> | -->}}</noinclude> | ||
+ | |||
+ | [[Category:Creative Projects]] |
Revision as of 21:11, 27 June 2020
Notes:
/*red pieces*/
k=king; g=guard; h=horse; e=elephant; w=wagon; c=cannon; p=pawn;
/*black pieces*/
K=king; G=guard; H=horse; E=elephant; W=wagon; C=cannon; P=pawn;
/* Other Notes */
$("table").css("transform","rotateZ(180deg)");
$("tr").css("transform","rotateZ(180deg)"); That will turn the table upside-down.
Example: