mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
Note places where transparent colors are not supported
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@850 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -3,9 +3,9 @@ Data type: choice for a color field
|
||||
A possible choice for a color [[type:field]].
|
||||
|
||||
--Properties--
|
||||
! Property Type Description
|
||||
| @name@ [[type:string]] Name of this choice, displayed in the drop down list.
|
||||
| @color@ [[type:color]] Color this choice corresponds with.
|
||||
! Property Type Description
|
||||
| @name@ [[type:string]] Name of this choice, displayed in the drop down list.
|
||||
| @color@ opaque [[type:color]] Color this choice corresponds with.
|
||||
|
||||
--Example--
|
||||
>choice:
|
||||
|
||||
+2
-2
@@ -69,8 +69,8 @@ Additional properties are available, depending on the type of field:
|
||||
| ^^^ @initial@ [[type:string]] Initial value for new values for this field.
|
||||
| ^^^ @default name@ [[type:string]] @"Default"@ Name of the default state.
|
||||
| ^^^ @choices@ [[type:list]] of [[type:choice]]s Possible values for this field.
|
||||
| ^^^ @choice colors@ [[type:map]] of [[type:color]]s Colors of the choices for statistics graphs.
|
||||
| ^^^ @choice colors cardlist@ [[type:map]] of [[type:color]]s Colors of the choices for lines in the card list,<br/> see also the @card list color script@ property of [[type:game]]s.
|
||||
| ^^^ @choice colors@ [[type:map]] of opaque [[type:color]]s Colors of the choices for statistics graphs.
|
||||
| ^^^ @choice colors cardlist@ [[type:map]] of opaque [[type:color]]s Colors of the choices for lines in the card list,<br/> see also the @card list color script@ property of [[type:game]]s.
|
||||
|
||||
| @"multiple choice"@ <<< <<< <<<
|
||||
'' Multiple choice fields have the same attributes as normal choice fields.''<br/>
|
||||
|
||||
@@ -20,7 +20,7 @@ Categories are also automatically generated from dimensions.
|
||||
| @numeric@ [[type:boolean]] @false@ Is the value always a number?
|
||||
| @show empty@ [[type:boolean]] @false@ Should cards with the value @""@ be included?
|
||||
| @split list@ [[type:boolean]] @false@ Indicates the value is a list of the form @"item1, item2"@. The card is put under both items.
|
||||
| @colors@ [[type:map]] of [[type:color]]s Colors to use for specific values
|
||||
| @colors@ [[type:map]] of opaque [[type:color]]s Colors to use for specific values
|
||||
| @groups@ [[type:list]] of [[type:string]]s Values to always show, and the order to show them in.
|
||||
|
||||
--Example--
|
||||
|
||||
+1
-1
@@ -159,7 +159,7 @@ The rest of the properties depend on the type of [[type:field]] this style is fo
|
||||
| ^^^ @padding right@ ^^^ ^^^ ^^^
|
||||
| ^^^ @padding top@ ^^^ ^^^ ^^^
|
||||
| ^^^ @padding bottom@ ^^^ ^^^ ^^^
|
||||
| ^^^ @background color@ [[type:color]] @rgb(255,255,255)@ Background color for the box, can be used to make it stand out.
|
||||
| ^^^ @background color@ opaque [[type:color]] @rgb(255,255,255)@ Background color for the box, can be used to make it stand out.
|
||||
|
||||
--Example--
|
||||
|
||||
|
||||
+1
-1
@@ -22,7 +22,7 @@ The type of a value depends on the corresponding field:
|
||||
| @"image"@ [[type:filename]] Filename of an image file in the [[type:set]] package.
|
||||
| @"symbol"@ [[type:filename]] Filename of a [[type:symbol]] file in the [[type:set]] package.<br/>
|
||||
When accessed from a script, image fields can be directly used as [[type:image]]s.
|
||||
| @"color"@ [[type:color]] A color.
|
||||
| @"color"@ opaque [[type:color]] A color.
|
||||
| @"info"@ [[type:string]] A label for the information box.
|
||||
|
||||
--Example--
|
||||
|
||||
Reference in New Issue
Block a user