Template:Text-Decoration
Contents
Template:Text-Decoration is designed for use on all pages to change the text decoration used on a span of text.
Template
{{Text-Decoration |textdecoration= |text= }}
Parameters
textdecoration
- Usage: Mandatory
- Description: The textdecoration parameter takes a string or strings denoting the text decoration to be used when rendering the text. This is used to generate the value for the "text-decoration" CSS property in the span.
- Valid Value(s): Any string or strings that correspond to valid CSS "text-decoration" values.
text
- Usage: Mandatory
- Description: The text parameter takes a string or strings denoting the text to be rendered using the supplied "text-decoration" value. This is used to generate the actual displayed text.
- Valid Value(s): Any string or strings.