Template:Subsup: Difference between revisions

From Xenharmonic Wiki
Jump to navigation Jump to search
ArrowHead294 (talk | contribs)
Make template
(No difference)

Revision as of 03:59, 8 January 2025

This template provides a simple means of coding inline expressions that have both a subscript and a superscript, for display in the same typeface as the surrounding text.

Template documentation[view] [edit] [history] [purge]
English Wikipedia has an article on:

This template provides a simple means of coding inline expressions that have both a subscript and a superscript, for display in the same typeface as the surrounding text.

Usage

Pass in, as three unnamed parameters, the expression followed by the subscript and then the superscript:

{{subsup|expression|subscript|superscript}}

If you only need a superscript or only a subscript, just use <sup> or <sub> tags.

For example:

{{subsup|''x''|2|3}}

gives

x 3
2