This template generates a variable height brace using CSS.

Parameters
  • 1: the height of the brace. This can be specified in pixels ("200px") or ems ("5em"). Optional, default: 100px
  • 2: the direction of the brace ("l" or "r"). Optional, default: l.
  • 3: the position of the arrow or point on the brace as a percentage of the total height ("75%"). Optional, default: 50%.

{{brace3|4em}}

{{brace3|4em|r}}

{{brace3|8em|l|75%}}


Use in Tables

ਸੋਧੋ

If this template is used inside tables: you will need to add

 {{ts|bractable}}

to the table opening and

{{ts|brace}}

to the indvidual cell where the {{brace3}} is used.