=== Templatedia Chess === Contributors: Viper007Bond Donate link: http://www.viper007bond.com/donate/ Tags: templates, post, posts, page, pages, chess Requires at least: 2.0 Tested up to: 2.3 Stable tag: trunk Creates a new template in Templatedia for displaying chess moves. == Description == This plugin adds a new template to [Templatedia](http://wordpress.org/extend/plugins/templatedia/) (required for this plugin to work) that allows you to display a chess diagram in your posts or pages. It is a replication of a [Wikipedia template](http://en.wikipedia.org/wiki/Template_talk:Chess_diagram#Syntax) and accepts parameters in the exact same format. This plugin was originally coded as an example for how to add a template to Templatedia via a plugin. == Installation == ###Updgrading From A Previous Version### To upgrade from a previous version of this plugin, delete the entire folder and files from the previous version of the plugin and then follow the installation instructions below. ###Uploading The Plugin### Extract all files from the ZIP file, making sure to keep the file structure intact, and then upload it to `/wp-content/plugins/`. This should result in the following file structure: `- wp-content - plugins - templatedia-chess | readme.txt | screenshot-1.png | screenshot-2.png | screenshot-3.png | templatedia-chess.php - images | 87654321.png | abcdefgh.png | ad_d.png | [...] | zl_l.png` **See Also:** ["Installing Plugins" article on the WP Codex](http://codex.wordpress.org/Managing_Plugins#Installing_Plugins) ###Plugin Activation### Go to the admin area of your WordPress install and click on the "Plugins" menu. Click on "Activate" for the "Templatedia Chess" plugin. ###Usage### See the documentation for the [Wikipedia original](http://en.wikipedia.org/wiki/Template_talk:Chess_diagram#Syntax). The usage syntax is identical. == Frequently Asked Questions == = Where can I get support for this plugin? = I'm a very busy guy, so please use the [official WordPress support forums](http://wordpress.org/tags/templatedia-chess#postform) for help (post it in the "Plugins and Hacks" section). By posting there, you will easily be able to get support from both me as well other WordPress users. = Where can I suggest a new feature for this plugin? = [Contact me.](http://www.viper007bond.com/contact/) = I love your plugin! Can I donate to you? = Sure! I do this in my free time and I appreciate all donations that I get. It makes me want to continue to update this plugin. You can find more details on [my donate page](http://www.viper007bond.com/donate/). == Screenshots == 1. Example of the template's output, displaying the beginning of a chess game 2. Example of the template's output, displaying a chess problem 3. Example of the template syntax, in this case displaying the code for screenshot #2 == ChangeLog == **Version 1.0.0** * Initial release!