Template:Progressbar: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
m (fail ...)
m (ok, next fix up height and alt attrib (hopefully))
Line 1: Line 1:
[[File:Progress_{{{percentage|{{{1|10}}}}}}%25.png |x{{{height|16}}}px |alt={{{1}}}}% completed |link=:Template:Progressbar]]<noinclude>
[[File:Progress_{{{percentage|{{{1|10}}}}}}%25.png |x{{{height|{{{2|16}}}}}}px |alt={{{percentage|{{{1|10}}}}}}}% completed |link=:Template:Progressbar]]<noinclude>
{{Informative template|1=
{{Informative template|1=
__NOTOC__
__NOTOC__

Revision as of 18:39, 21 April 2014

10}% completed

The following template description is not displayed when the template is inserted in an article.

Goal

Puts a "progress bar" icon in running text.

Usage

{{progressbar|percentage|height}}
percentage
Progress in ten percent steps from 10 to 100 with omitted percent sign (10, 20..100)
height
Optional height in pixels. Default value is is 16.

Example

Normal use

* 3D cockpit model: {{progressbar|40}}
  • 3D cockpit model: 40}% completed

Using a different size

* Instrument panel: {{progressbar|60|30}}
  • Instrument panel: 60}% completed

Related templates