Template:Text-Decoration
Revision as of 12:59, 14 December 2009 by Cogniac (Talk | contribs) (New page: <noinclude>{{Template Overview |usedon=all |purpose=change the text decoration used on a span of text |template=<nowiki>{{Text-Decoration |textdecoration= |text= }}</nowiki> }} {{Template ...)
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
[[Category:{{{category}}} Templates|Text-Decoration]]
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.