Template:Overline/doc
This is a documentation subpage for Template:Overline. It contains usage information, categories and other content that is not part of the original Template page. |
This template is used on approximately 1,377 pages. To avoid large-scale disruption and unnecessary server load, any changes to this template should first be tested in its /sandbox or /testcases subpages or in your own user subpage. The tested changes can then be added to this page in one single edit. Please consider discussing any changes on the talk page before implementing them. |
Produces an overline. {{overline|RESET}}
gives RESET. For a single letter, the Unicode combining accent U+0305 is a possible alternative: x̅
or x̅
produces x̅. For multiple letters, use the Unicode method when it is not desired for the overline to be continuous: {{overline|x}}{{overline|x}}{{overline|T}}{{overline|T}}
gives xxTT; x̅x̅T̅T̅
gives x̅x̅T̅T̅. The wikitext may be rendered easier to read by using the Unicode method, previewing the page, and copying and pasting the overlined text into the wikitext.
Parameters
There is a mandatory first parameter, followed by an optional second parameter. If the second parameter is used, only the second parameter will be under the overline.
{{overline|EXIT}}
→ EXIT{{overline|12.|3}}
→ 12.3
The second produces exactly the same formatted output as 12.{{overline|3}}
, but may be preferred when formatting repeating decimal numbers as it is easier to see the number in the wikitext.
See also
- {{Overarc }}
- {{Underline }}
- {{Strikethrough }}
- {{Vector }}
This template applies an overline. Useful for displaying repeating fractions, like 1/3.
Parameter | Description | Type | Status | |
---|---|---|---|---|
First parameter | 1 | Overlined text (if 2 empty); or initial nonrepeating digits (if not)
| Number | required |
Second parameter | 2 | Digits to be overlined
| Number | optional |