Lines Matching refs:to

5 This [https://www.dokuwiki.org|Dokuwiki] plugin allows you to define “pot” in a page, which can be …
7 Mainly it is used to calculate and display formatted numbers. In addition, the content can be retri…
42 …spired by [https://www.dokuwiki.org/plugin:fields|fields plugin] It allows to perform calculations…
55 Additional parameters can be used to adjust the displayed result:
61 There are three ways to customize the display of results:
64 * use an page specific code to design an shortcut
65 * use the individual "< pot settings=setting > " to adjust only this "< pot>"
73 …ue | unique id for this pot, see below: shortcut | necessary if you want to use this pot-result …
76 … | | you can use _ to place the currency before or after the value: eg. "_ €" is replaced to "v…
79 | display | | (flex) none | none if you need to hide the pot ( it is still shown in the html co…
83 | defaultentry | ~value | | shortcut, if you have used "set=3" you can use ~3 to call all setti…
86 | type | | (formula) text | the pot can be used to calculate formulas or to set and reuse text …
108 <pot> {@example} + 1 </pot> to fetch exactly one other pot result
110 You also can also write "{#examp}" to get the sum of all pots above this entry which have the lette…
112 <pot> {#examp} </pot> to sum up all pots where id "examp" occurs
114 …<pot potid=example_5 > {&} </pot> to sum up all pots where this pod id ("examp…
116 …t of former pots and not with the formulas ( have a look at "formula=true" to see more), this migh…
122 …dual names to each pot. If not, it will be set automatically. There is a simple rule in the automa…
130 …<pot @example_5 > 1 </pot> is identical to <pot potid=example_5 > 1 </p…
135 | #value | potid=value_(uniqueNumber) | nice to use in tables and to sum them with {#value} later |
136 | ! | float= right | probebly best in tables to have your numbers nicely on the right side |
165 …gnments are made from top to bottom. Possibly, at some point, a variant with javascript will be cr…
169 … the necessary time or knowledge to maintain this plugin permanently or to improve it significantl…