Template:Vertical text/doc

< Template:Vertical text
Revision as of 18:01, 4 June 2020 by en>Jonesey95 (Fix Linter errors using AutoEd)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Usage

{{Vertical text|text}}

where text (as unnamed parameter 1) is the string to be displayed vertically.

An optional named parameter style may be used to specify additional CSS style attributes (e.g. font-size, color, etc).

Note: These style attributes should be terminated with a semicolon and not enclosed in quotes (see examples below).

Examples

Markup O/p
{{Vertical text|Asia}}
Asia
{{Vertical text|style=font-size:90%;|Asia}}
Asia
{{Vertical text|style=font-size:70%;color:green;|Asia}}
Asia

See also