Commit 94e6fb0e authored by twanvl's avatar twanvl

fix some tables and links

parent 1dd20bcd
...@@ -32,11 +32,11 @@ such a package contains a data file called <tt>style</tt>. ...@@ -32,11 +32,11 @@ such a package contains a data file called <tt>style</tt>.
| @card dpi@ [[type:double]] 96 Resolution of cards in dots-per-inch | @card dpi@ [[type:double]] 96 Resolution of cards in dots-per-inch
| @card background@ [[type:color]] white Background color of cards | @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. | @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 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. | @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 | @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 | @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.<br/> | @extra card fields@ [[type:list]] of [[type:field]]s Additional fields to add to each card.<br/>
These fields are intended for things like lines and boxes, whose value is determined automatically. 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 | @extra card style@ [[type:indexmap] of [[type:style]]s Styling for the extra card fields
...@@ -8,7 +8,7 @@ A word in a [[type:word list]]. ...@@ -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? | @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?<br/> | @is prefix@ [[type:boolean]] @false@ Should this word be used as a prefix before another word from the list?<br/>
Think "Legendary ". Note the space after it, words are directly concatenated. 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.<br/> | @script@ [[type:script]] ''Optional'' A script that determines zero or more words.<br/>
The result should be a list of comma separated words, for example @"x,y,z"@ specifies three 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. The words are included in the parent menu, not a sub menu.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment