Wiktenauer logo.png

Template:Dec/doc

From Wiktenauer
< Template:Dec
Revision as of 22:18, 14 February 2014 by Michael Chidester (talk | contribs) (Created page with "This template is used to quickly apply the CSS property ''decoration'' to a string of text. It accepts three parameters, though only one can be used per instance of the templa...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This template is used to quickly apply the CSS property decoration to a string of text. It accepts three parameters, though only one can be used per instance of the template:

Parameter Effect Syntax Example
o Overline {{dec|o|Sample string}} Sample string
s Strikethrough {{dec|s|Sample string}} Sample string
u Underline {{dec|u|Sample string}} Sample string
all Multiple decorations {{dec|o| {{dec|s| {{dec | u | Sample string }} }} }} Sample string