diff --git a/doc/type/stylesheet.txt b/doc/type/stylesheet.txt index a2ecba1c..07c3f614 100644 --- a/doc/type/stylesheet.txt +++ b/doc/type/stylesheet.txt @@ -32,11 +32,11 @@ such a package contains a data file called style. | @card dpi@ [[type:double]] 96 Resolution of cards in dots-per-inch | @card background@ [[type:color]] white Background color of cards | @init script@ [[type:script]] @;@ Script to run when this stylesheet is loaded, after the game's init script. -| @styling fields@ [[type:list] of [[type:field]]s Fields for styling options, shown on the 'style' panel. -| @styling style@ [[type:indexmap] of [[type:style]]s Styles for the styling fields. -| @set info style@ [[type:indexmap] of [[type:style]]s game.default_set_style Styling for the 'set info' panel -| @card style@ [[type:indexmap] of [[type:style]]s Styles for the card fields defined in the game -| @extra card fields@ [[type:list] of [[type:field]]s Additional fields to add to each card.
+| @styling fields@ [[type:list]] of [[type:field]]s Fields for styling options, shown on the 'style' panel. +| @styling style@ [[type:indexmap]] of [[type:style]]s Styles for the styling fields. +| @set info style@ [[type:indexmap]] of [[type:style]]s game.default_set_style Styling for the 'set info' panel +| @card style@ [[type:indexmap]] of [[type:style]]s Styles for the card fields defined in the game +| @extra card fields@ [[type:list]] of [[type:field]]s Additional fields to add to each card.
These fields are intended for things like lines and boxes, whose value is determined automatically. | @extra card style@ [[type:indexmap] of [[type:style]]s Styling for the extra card fields diff --git a/doc/type/word_list_word.txt b/doc/type/word_list_word.txt index 0198321e..ef5166da 100644 --- a/doc/type/word_list_word.txt +++ b/doc/type/word_list_word.txt @@ -8,7 +8,7 @@ A word in a [[type:word list]]. | @line below@ [[type:boolean]] @false@ Display a line below this item in the list? | @is prefix@ [[type:boolean]] @false@ Should this word be used as a prefix before another word from the list?
Think "Legendary ". Note the space after it, words are directly concatenated. -| @words@ [[type:list]] of [[type:word list word]]s A submenu. If given, the @name@ of this word is only used as a label for the menu. +| @words@ [[type:list]] of [[type:word list word]]s A submenu. If given, the @name@ of this word is only used as a label for the menu. | @script@ [[type:script]] ''Optional'' A script that determines zero or more words.
The result should be a list of comma separated words, for example @"x,y,z"@ specifies three words. The words are included in the parent menu, not a sub menu.