Template:Percentagebar/doc

From FasciPedia
Jump to navigation Jump to search

Template:Documentation subpage

Usage

Relative width
  • {{Percentagebar|50}}
    <div style="position: absolute; background-color:#DBDBDB; width: Expression error: Unrecognized punctuation character "%".px; height: 1.5em;">
    50%
  • {{Percentagebar|50|width=55%}}
    <div style="position: absolute; background-color:#DBDBDB; width: Expression error: Unrecognized punctuation character "%".px; height: 1.5em;">
    50%
  • {{Percentagebar|50|width=75%}}
    <div style="position: absolute; background-color:#DBDBDB; width: Expression error: Unrecognized punctuation character "%".px; height: 1.5em;">
    50%
  • {{Percentagebar|50|width=100%}}
    <div style="position: absolute; background-color:#DBDBDB; width: Expression error: Unrecognized punctuation character "%".px; height: 1.5em;">
    50%

Other

  • {{Percentagebar|50.5}}
    50.5%
  • {{Percentagebar|50.5|width=100%}}
    <div style="position: absolute; background-color:#DBDBDB; width: Expression error: Unrecognized punctuation character "%".px; height: 1.5em;">
    50.5%