There are no reviewed versions of this page, so it may not have been checked for adherence to standards.

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 dolor
dolor ipsum
sit amet.

Lorem {{dual line
 | top    = ipsum dolor
 | bottom = {{strike|dolor ipsum}}
}} sit amet.

Lorem ipsum dolor
dolor 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.

This content is in the Template Namespace. Used for page-templates that can be re-used across the wiki.