Template:overline

Revision as of 20:59, 8 March 2024 by Ashucky (talk | contribs) (Created page with "<span style="text-decoration:overline;">{{{1}}}</span><noinclude>{{documentation}}</noinclude>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

{{{1}}}

TemplateDocumentation.svg Template documentation [view] [edit] [purge]

This template produces an overline over the specified text. {{overline|RESET}} gives RESET.

For a single letter, the Unicode combining accent U+0305 is a possible alternative: x&#x0305; or x&#773; 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&#x305;x&#773;T&#773;T&#773; 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.