Commit df1b49d0 authored by twanvl's avatar twanvl

Note places where transparent colors are not supported

parent 508cb61e
...@@ -3,9 +3,9 @@ Data type: choice for a color field ...@@ -3,9 +3,9 @@ Data type: choice for a color field
A possible choice for a color [[type:field]]. A possible choice for a color [[type:field]].
--Properties-- --Properties--
! Property Type Description ! Property Type Description
| @name@ [[type:string]] Name of this choice, displayed in the drop down list. | @name@ [[type:string]] Name of this choice, displayed in the drop down list.
| @color@ [[type:color]] Color this choice corresponds with. | @color@ opaque [[type:color]] Color this choice corresponds with.
--Example-- --Example--
>choice: >choice:
......
...@@ -69,8 +69,8 @@ Additional properties are available, depending on the type of field: ...@@ -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. | ^^^ @initial@ [[type:string]] Initial value for new values for this field.
| ^^^ @default name@ [[type:string]] @"Default"@ Name of the default state. | ^^^ @default name@ [[type:string]] @"Default"@ Name of the default state.
| ^^^ @choices@ [[type:list]] of [[type:choice]]s Possible values for this field. | ^^^ @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@ [[type:map]] of opaque [[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 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"@ <<< <<< <<<
'' Multiple choice fields have the same attributes as normal choice fields.''<br/> '' Multiple choice fields have the same attributes as normal choice fields.''<br/>
......
...@@ -20,7 +20,7 @@ Categories are also automatically generated from dimensions. ...@@ -20,7 +20,7 @@ Categories are also automatically generated from dimensions.
| @numeric@ [[type:boolean]] @false@ Is the value always a number? | @numeric@ [[type:boolean]] @false@ Is the value always a number?
| @show empty@ [[type:boolean]] @false@ Should cards with the value @""@ be included? | @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. | @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. | @groups@ [[type:list]] of [[type:string]]s Values to always show, and the order to show them in.
--Example-- --Example--
......
...@@ -159,7 +159,7 @@ The rest of the properties depend on the type of [[type:field]] this style is fo ...@@ -159,7 +159,7 @@ The rest of the properties depend on the type of [[type:field]] this style is fo
| ^^^ @padding right@ ^^^ ^^^ ^^^ | ^^^ @padding right@ ^^^ ^^^ ^^^
| ^^^ @padding top@ ^^^ ^^^ ^^^ | ^^^ @padding top@ ^^^ ^^^ ^^^
| ^^^ @padding bottom@ ^^^ ^^^ ^^^ | ^^^ @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-- --Example--
...@@ -22,7 +22,7 @@ The type of a value depends on the corresponding field: ...@@ -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. | @"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/> | @"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. 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. | @"info"@ [[type:string]] A label for the information box.
--Example-- --Example--
......
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