mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
fix some tables and links
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1466 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -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 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.<br/>
|
||||
| @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.<br/>
|
||||
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
|
||||
|
||||
|
||||
@@ -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?<br/>
|
||||
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/>
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user