History: PluginGauge
Preview of version: 2
- «
- »
This plugin can be used to display graphical bars in a wiki page, the syntax is very flexible :
// Displays a graphical GAUGE
// Usage:
// {GAUGE(params)}description{GAUGE}
// Description is optional and will be displayed below the gauge if present
// Parameters:
// color bar color
// bgcolor background color
// max maximum possible value (default to for percentages 100)
// value current value (REQUIRED)
// size Bar size
// perc If true then a percentage is displayed
// height Bar height
// EXAMPLE:
//
// {GAUGE(perc=>true,value=>35,bgcolor=>#EEEEEE,height=>20)}happy users over total{GAUGE}
Example:
{GAUGE(perc=>true,value=>35,bgcolor=>#EEEEEE,height=>20)}ha ppy users over total{GAUGE}
Produces:
insert graphic
History
| Information | Version | |||||
|---|---|---|---|---|---|---|
| Andre | 10 | |||||
| Andre | 9 | |||||
| Andre | 8 | |||||
| Andre | 7 | |||||
| Andre | 6 | |||||
| Damian Parker | 5 | |||||
| Andre | 4 | |||||
| Marc Laporte | 3 | |||||
| Marc Laporte | 2 | |||||