DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:pot

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
plugin:pot [2022-01-10 16:57] – [Shortcuts] Aleksandrplugin:pot [2024-02-13 23:29] (current) – compatible with "Igor" Aleksandr
Line 6: Line 6:
 email      :   email      :  
 type       : syntax  type       : syntax 
-lastupdate : 2022-01-09  +lastupdate : 2022-08-03  
-compatible : Hogfather +compatible : Hogfather, Igor
 depends    :   depends    :  
 conflicts  :   conflicts  :  
 similar    : calc, fields similar    : calc, fields
-tags       : calculation+tags       : calculation, math
  
 downloadurl:  https://codeberg.org/agapetus/pot/archive/dokuwiki_plugin_pot.zip downloadurl:  https://codeberg.org/agapetus/pot/archive/dokuwiki_plugin_pot.zip
Line 44: Line 44:
 The values are a simple line of entries in the format: "''%%key=value | key=value | key=value%%''" The values are a simple line of entries in the format: "''%%key=value | key=value | key=value%%''"
  
-^ key  ^ shortcut  ^ (default) value  ^ why  +^ key               ^ shortcut                      ^ (default) value                                                                                                                                               ^ why                                                                                                    
-| set    | any number or word,  | with this key word you will set a page default, see below  +''set''                                         | any number or word                                                                                                                                            | with this key word you will set a page default, see below                                              
-| potid  | @value or #value  | unique id for this pot, see below: shortcut  | necessary if you want to use this pot-result within an other pot  +''potid''         ''@value''\\ or\\ ''#value''  | unique id for this pot, see below: shortcut                                                                                                                   | necessary if you want to use this pot-result within an other pot                                       
-| decimals    | (0) how many numbers after the decimal point    +''decimals''                                    | (0) how many numbers after the decimal point                                                                                                                                                                                                                         
-| currency    | () symbols ( €, $, ...) or letters (EUR, DOL, ...)  |   +''currency''                                    | () symbols ( €, $, ...) or letters (EUR, DOL, ...)                                                                                                            |                                                                                                        | 
-| width    | (0) length of the result field in the format: 10px  | if you need all numbers nicely below the other  +|                                                 | you can use " _ " to place the currency before or after the value: eg. "_ €" is replaced to "value €" and "€ _" is replaced to "€ value" (default ist after)  |                                                                                                        
-| formula    | (false) true  | shows the formula if true  +''width''                                       | (0) length of the result field in the format: 10px                                                                                                            | if you need all numbers nicely below the other                                                         
-| display    | (flex) none  | none if you need to hide the pot ( it is still shown in the html code!)  +''formula''                                     | (false) true                                                                                                                                                  | shows the formula if true                                                                              
-| float  | !  | (left) right    +''display''                                     | (flex) none                                                                                                                                                   | none if you need to hide the pot ( it is still shown in the html code!)                                
-| sepmil    | (,)  | the sign which separates the thousand (1.000,00)  +''float''         ''!''                         | (left) right                                                                                                                                                                                                                                                         
-| sepdec    | (.)  | the sign which separates the decimals (0,00)  +''sepmil''                                      | (,)                                                                                                                                                           | the sign which separates the thousand (1.000,00)                                                       
-| defaultentry  | ~value    | shortcut, if you have used "set=3" you can use ~3 to call all settings done within the pot with set=3  | +''sepdec''                                      | (.)                                                                                                                                                           | the sign which separates the decimals (0,00)                                                           
-| color+      | set a color for results above 0  +''defaultentry''  ''~value''                                                                                                                                                                                  | shortcut, if you have used "set=3" you can use ~3 to call all settings done within the pot with set=3  | 
-| color-      | set a color for results beneath 0  +''color+''                                                                                                                                                                                                    | set a color for results above 0                                                                        
-| type    | (formula) text  | the pot can be used to calculate formulas or to set and reuse text  |+''color-''                                                                                                                                                                                                    | set a color for results beneath 0                                                                      
 +''type''                                        | (formula) text                                                                                                                                                | the pot can be used to calculate formulas or to set and reuse text                                     |
  
 === More examples === === More examples ===
Line 100: Line 101:
 Some signs are definde as shortcuts. You might use them in the ''format'' part. Some signs are definde as shortcuts. You might use them in the ''format'' part.
  
-  <pot @example_5 > 1 </pot>                           is identical to  <pot potid=example_5 > 1 </pot>+''%%<pot @example_5 > 1 </pot>%%'' is identical to ''%%<pot potid=example_5 > 1 </pot>%%''
  
-^ Shortcut ^ the same as ^^+^ Shortcut    ^ the same as ^^
 | ''@value''  | ''potid=value'' |  | | ''@value''  | ''potid=value'' |  |
-| ''#value'' | ''potid=value_(uniqueNumber)'' | nice to use in tables and to sum them with ''{#value}'' later | +| ''#value''  | ''potid=value_(uniqueNumber)'' | nice to use in tables and to sum them with ''{#value}'' later | 
-| ''!'' | ''float=right'' | probebly best in tables to have your numbers nicely on the right side | +| ''!''       | ''float=right'' | probebly best in tables to have your numbers nicely on the right side | 
-| ''~value'' | ''defaultentry=value'' | fetches page settings which were set erlier with ''set=value'' |+| ''~value''  | ''defaultentry=value'' | fetches page settings which were set erlier with ''set=value'' |
  
 ==== Text ==== ==== Text ====
plugin/pot.1641830255.txt.gz · Last modified: 2022-01-10 16:57 by Aleksandr

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