Template:Dual line
Jump to navigation
Jump to search
top line
bottom line
Creates an in-line block with two lines of text. Useful for representing manual corrections in handwritten documents.
Usage[edit]
{{dual line|top|bottom}}
{{dual line | top = | bottom = }}
Examples[edit]
Example #1[edit]
{{dual line|hello|world}}
hello
world
Example #2[edit]
Two alternative versions of the same thing:
Lorem {{dual line|ipsum dolor|{{strike|dolor ipsum}}}} sit amet.
Lorem ipsum dolordolor ipsum sit amet.
Lorem {{dual line | top = ipsum dolor | bottom = {{strike|dolor ipsum}} }} sit amet.
Lorem ipsum dolordolor ipsum sit amet.
Example #3[edit]
To have the bottom row align with surrounding text, use style=vertical-align:baseline;
Lorem {{dual line|ipsum dolor|dolor ipsum|style=vertical-align:baseline;}} sit amet.
Lorem ipsum dolor
dolor ipsum sit amet.
Example #4[edit]
To have the top row align with surrounding text, use style=vertical-align:text-top;
Lorem {{dual line|ipsum dolor|dolor ipsum|style=vertical-align:text-top;}} sit amet.
Lorem ipsum dolor
dolor ipsum sit amet.
See also[edit]
- {{sup}} — single raised line of text with smaller font-size
- {{raised text}} — single raised line of text with regular font-size
- {{transl}} ― display a foreign language word with the English translation displayed in a smaller font below it
- {{frac}}, displays common fractions using a fraction slash, e.g. 1⁄60
- {{mfrac}}, displays common fractions using LaTeX markup, e.g.
- {{sfrac}} for horizontal fraction line, e.g. 160
- {{sfrac nobar}}, displays common fractions without a fraction line, e.g. 160
- {{dual line}}, displays two lines of text as an inline block
- {{unifrac}}, displays the Unicode character for a fraction if it exists and otherwise delegates to {{frac}}, e.g. ⅝ but 1⁄60
- {{frac13}}, displays ⅓
- {{frac23}}, displays ⅔
The above documentation is transcluded from Template:Dual line/doc. (edit | history) Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages. Please add categories to the /doc subpage. Subpages of this template. |