Template:DwemerFont

The UESPWiki – Your source for The Elder Scrolls since 1995
Jump to: navigation, search

Summary[edit]

Only lowercase letters will be translated.

This will cause text to be displayed in the Dwemer web font on the page. If, for any reason, the font fails to display, you can manually download it here. You can Google for instructions on how to install it, as this varies from system to system.

Parameters[edit]

DwemerFont
Parameter Scope Description
1 required Text to display using the Dwemer font.
2 optional Font size. Note that values from 0-6 will roughly duplicate sizes for the <font> tag, while larger values will be understood as pixel height. (Default: 6 or xx-large.)
size optional Font size. As above, but this is a straight CSS size and must include units. Overrides the second parameter if both are specified.
3 optional Mouseover text. Defaults to the text in parameter 1 with the <br> tags replaced with spaces. Note that mouseover text cannot contain markup.

Example[edit]

{{DwemerFont|this is an example|2=2}}

this is an example

{{DwemerFont|this IS an example|2=2}}

this IS an example