Template:Dual line
This content is in the Template Namespace. Used for page-templates that can be re-used across the wiki.
top line
bottom line
Creates an in-line block with two lines of text. Useful for representing manual corrections in handwritten documents.
Usage
{{dual line|top|bottom}}
{{dual line
| top =
| bottom =
}}
Examples
Example #1
{{dual line|hello|world}}
hello
world
Example #2
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
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.