Template:overline/documentation

From Laenkea
< Template:overline
Revision as of 20:59, 8 March 2024 by Ashucky (talk | contribs) (Created page with "{{documentation subpage}} This template produces an overline over the specified text. <tt><nowiki>{{overline|RESET}}</nowiki></tt> gives {{overline|RESET}}. For a single letter, the Unicode combining accent U+0305 is a possible alternative: <code>x&#x0305;</code> or <code>x&#773;</code> produces x̅. For multiple letters, use the Unicode method when it is not desired for the overline to be continuous: <code><nowiki>{{overline|x}}{{overline|x}}{{overline|T}}...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Edit-copy green.svg Documentation for Template:overline. [edit]
This page contains usage information, categories, interwiki links and other content describing the template.

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.