You are not currently logged in. Are you accessing the unsecure (http) portal? Click here to switch to the secure portal. |
Difference between revisions of "Template:Dec"
Jump to navigation
Jump to search
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | {{#switch: {{{1|}}} | + | <span style="text-decoration: {{#switch: {{{1|}}} |
− | | o = | + | | o = overline |
− | | s = | + | | s = line-through |
− | | u = | + | | u = underline |
− | + | }};">{{{2|}}}</span><noinclude>{{documentation}}</noinclude> |
Latest revision as of 20:05, 19 May 2024
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 | Line-through | {{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 |
The above documentation is transcluded from Template:Dec/doc. (edit | history) Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages. Please add categories and interwikis to the /doc subpage. Subpages of this template. |