Loading...
 
Skip to main content

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
View
Andre 9
View
Andre 8
View
Andre 7
View
Andre 6
View
Damian Parker 5
View
Andre 4
View
Marc Laporte 3
View
Marc Laporte 2
View