On 11/04/2008, Hicham Mouline hicham@mouline.org wrote:
I believe to have seen somewhere a template that displays 55% for e.g. as a far filled up to a little more than half in wiki tables....
http://en.wikipedia.org/wiki/Template:Progress_bar
It uses ParserFunctions, and the code is:
{| style="border: 1px solid black" cellspacing=1 width={{{width|75%}}} height=15x align=center |+ <big>'''{{{1|0}}}%'''</big>{{{Text| completed <small>(estimate)</small>}}} |align=center width=0.{{{1|000.00}}}% style=background:#7fff00| |align=center width={{ #expr: 100-{{{1|000.00}}}}}% style=background:#ff7f50| |}
- d.