mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-25 13:57:59 +01:00
specification modification for KIND
This commit is contained in:
parent
40210df020
commit
6a3b837734
1 changed files with 6 additions and 6 deletions
|
@ -900,14 +900,14 @@ is) may be added if required.
|
|||
This tag decribes what kind of pony a pony is, it is a comma seperated lower case list,
|
||||
and it cannot be empty, by it can be (but shouldn't) skipped for every pony in the image.
|
||||
|
||||
Every fitting value should be used, however a alicorn (also known as alacord or winged
|
||||
unicorn) should have the values @code{pegasus}, @code{unicorn}, @code{pony}, but not
|
||||
@code{alicorn}. Earth ponies should have the value @code{pony} but not @code{earth} or
|
||||
@code{earth pony}.
|
||||
Every fitting value should be used, however a alicorn (also known as alacorn, winged
|
||||
unicorn or pegacorn) should have the values @code{alicorn} and @code{pony}, but neither
|
||||
@code{pegasus} nor @code{unicorn}. Earth ponies should have the value @code{pony} and
|
||||
@code{earth} (not @code{earth pony}.)
|
||||
|
||||
The standard values are (you may use other ones if fitting): @code{unicorn}, @code{pegasus},
|
||||
@code{pony}, @code{changeling}, @code{crystal}, @code{seapony}, @code{animal}
|
||||
(applies to Spike) and @code{item} (applies to Tom and Pinkamina's imaginare friends).
|
||||
@code{alicorn}, @code{earth}, @code{pony}, @code{changeling}, @code{crystal}, @code{seapony},
|
||||
@code{animal} (applies to Spike) and @code{item} (applies to Tom and Pinkamina's imaginare friends.)
|
||||
|
||||
@item GROUP
|
||||
@vindex @var{GROUP}
|
||||
|
|
Loading…
Reference in a new issue