DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:struct:type_decimal

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
plugin:struct:type_decimal [2016-04-06 11:06] andiplugin:struct:type_decimal [2016-04-14 11:59] – [Configuration] 130.112.1.3
Line 12: Line 12:
 The following configuration is available in addition to the basic type [[type#configuration]]: The following configuration is available in addition to the basic type [[type#configuration]]:
  
-^ Config    ^ Format   ^ Description                                                                                                                                                                           ^ +^ Config     ^ Format   ^ Description                                                                                                                                                                           ^ 
-| format    | string   | A [[phpfn>sprintf]] format string to output the number (should contain some variation on ''%F'') The decimal point ''.'' will be replaced by the configured one from the ''decpoint'' option below.                                                                                     | +| min        | integer  | The number has to be at least this value. Be sure to specify decimals with a ''.'' as decimal point!                                                                                  | 
-| min       | integer  | The number has to be at least this value. Be sure to specify decimals with a ''.'' as decimal point!                                                                                  | +| max        | integer  | The number may be at most this value. Be sure to specify decimals with a ''.'' as decimal point!                                                                                      | 
-| max       | integer  | The number may be at most this value. Be sure to specify decimals with a ''.'' as decimal point!                                                                                      | +roundto    | integer  | The number of decimals the values should be rounded to. Use ''-1'' for no rounding.                                                                                                    | 
-decpoint  | char     | The character to use as a decimal point in output. You probably want to use either ''.'' or '',''. Regardless of this setting, users may always enter values with either of the two.  | +| decpoint   | char     | The character to use as a decimal point in output. You probably want to use either ''.'' or '',''. Regardless of this setting, users may always enter values with either of the two.  | 
 +| thousands  | char     | The character to use as a thousands separator. The default is a thin non-breaking space.                                                                                              | 
 +| trimzeros  | boolean  | If true, trailing zeros are stripped from the decimals.                                                                                                                               | 
 +| prefix | string | This text will be prepended to the saved value - useful for currency symbols | 
 +| postfix | string | This text will be appended to the saved value - useful for currency symbols |
  
plugin/struct/type_decimal.txt · Last modified: 2024-01-15 18:12 by 212.201.117.6

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki