m (add options) |
m (add missing color barces) |
||
Line 1: | Line 1: | ||
<includeonly>text-shadow: | <includeonly>text-shadow: | ||
-{{{tl|{{{distance|1}}}}}}px -{{{tl|{{{distance|1}}}}}}px 0 {{{tlcolor|{{{color|#000}}}, | -{{{tl|{{{distance|1}}}}}}px -{{{tl|{{{distance|1}}}}}}px 0 {{{tlcolor|{{{color|#000}}}}}}, | ||
{{{tr|{{{distance|1}}}}}}px -{{{tr|{{{distance|1}}}}}}px 0 {{{trcolor|{{{color|#000}}}, | {{{tr|{{{distance|1}}}}}}px -{{{tr|{{{distance|1}}}}}}px 0 {{{trcolor|{{{color|#000}}}}}}, | ||
-{{{bl|{{{distance|1}}}}}}px {{{bl|{{{distance|1}}}}}}px 0 {{{blcolor|{{{color|#000}}}, | -{{{bl|{{{distance|1}}}}}}px {{{bl|{{{distance|1}}}}}}px 0 {{{blcolor|{{{color|#000}}}}}}, | ||
{{{br|{{{distance|1}}}}}}px {{{br|{{{distance|1}}}}}}px 0 {{{brcolor|{{{color|#000}}};</includeonly><noinclude>{{doc|content=This adds a css style parameter to put a stroke around text<br>{{pre2|text-shadow: | {{{br|{{{distance|1}}}}}}px {{{br|{{{distance|1}}}}}}px 0 {{{brcolor|{{{color|#000}}}}}};</includeonly><noinclude>{{doc|content=This adds a css style parameter to put a stroke around text<br>{{pre2|text-shadow: | ||
-1px -1px 0 #000, | -1px -1px 0 #000, | ||
1px -1px 0 #000, | 1px -1px 0 #000, | ||
-1px 1px 0 #000, | -1px 1px 0 #000, | ||
1px 1px 0 #000;}} | 1px 1px 0 #000;}} | ||
<span style="color: white; {{stroke}}">This is text with a stroke</span> | |||
You can specify the overall distance with {{para|distance}}, and color with {{para|color}}. | You can specify the overall distance with {{para|distance}}, and color with {{para|color}}. | ||
Revision as of 17:57, 17 July 2015
Template documentation
This adds a css style parameter to put a stroke around texttext-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
This is text with a stroke
You can specify the overall distance with |distance=
, and color with |color=
.
You can change individual distances and colors with:
|tl=
top left distance|tlcolor=
top left color|tr=
top right distance|trcolor=
top right color|bl=
bottom left distance|blcolor=
bottom left color|br=
bottom right distance|brcolor=
bottom right color
The above documentation is transcluded from Template:Stroke/doc. Subpages of this template. |