=== Linrodeth Character Sheet Plugin ===
Contributors: David Vines
Donate Link: http://tremlas.com
Tags: rpg, linrodeth, characters
Requires at least: 4.0
Tested up to: 4.2
Stable tag: 2.0.0
License: Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License
License URI: http://creativecommons.org/licenses/by-nc-sa/4.0/

Manage character sheets for Linrodeth

== Description ==

This plugin adds a new post type for linrodeth characters (called 'Characters' in the user interface). In support of this,
the plugin provides:

The new post type (note, revisions of the character sheet are preserved, so old versions can be viewed (though not in that friendly a format)

Two options (accessed either from the 'Settings' link on the plugin itself, or from the 'Settings' admin menu). The two options allow the preamble text
shown when a character sheet is viewed and the preamble text shown when a character is editted. You can also
change the default genre and the default date (game date) used by the character sheets.

A widget that will list the recently added character sheets - this is managed from the 'Widgets submenu of the 'Appearance' admin menu. 
You can change the title shown by the widget and how many recent characters it will display

It adds a new shortcode that allows links to characters to be added to posts and pages. It can also be used to generate tables of characters.
Examples of use:

[linchar /]                                                          - Show a link to the first character sheet found in the database
[linchar type="table" /]                                             - Show a table listing all the character sheets found in the database
[linchar name="Dermot Foulkes" /]                                    - Show a link to a specific character sheet. Note that the name is that used on the character sheet NOT the title of the character sheet
[linchar player="David" type="table" /]                              - Show a table listing all the character sheets with the given player name (NOT the author of the character sheet)
[linchar genre="Linrodeth" type="table" /]                           - Show a table listing all the characters for the specified genre
[linchar author="djvines" type="table" /]                            - Show a table listing all the characters authored by a specified author
[linchar type="table" orderby="name" /]                              - Show a table of all characters ordered by the character name
[linchar genre="Linrodeth" type="table" orderby="date" /]            - Show a table of all characters for a specific genre ordered by the last modification time of the character sheet
[linchar name="Dermot Foulkes" type="link" text="Dermot" /]          - Show a link to a specific character sheet with the text of the link specified. 
[linchar name="Dermot Foulkes" type="link"]Embedded Dermot[/linchar]

It also adds a shortcode to display the night sky

[linsky time="now" showbuttons="true"]                               - Show the night sky as it is "now", include the buttons to allow the time to be changed
[linsky time="gamedate"]                                             - Show the night sky as it is at 11pm on the game date chosen on the settings page