ਫਰਮਾ:Brace3/doc
This is a documentation subpage for ਫਰਮਾ:Brace3. It contains usage information, categories and other content that is not part of the original ਫਰਮਾ page. |
Usage
ਸੋਧੋ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%.
Examples
ਸੋਧੋ{{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.