Template:Text-outline/doc
Appearance
This is a documentation subpage for Template:Text-outline. It may contain usage information, categories and other content that is not part of the original template page. |
Usage
[edit]Insert this template within a style tag of any element:
{{text-outline | stroke width | [blur radius] | [#color]}}
When blur radius
or #color
are used, stroke width
must be specified; e.g. 1px
.
Examples:
<span style="{{text-outline|1px|2px|#FFFF00}}">Down to the porshrop</span>
Down to the porshrop
<span style="{{text-outline|1px|0px|#00FF00}}">Down to the streep</span>
Down to the streep
<span style="{{text-outline|5px|0px|#FF0000}}">'''Down to the porshrop'''</span>
Down to the porshrop
<span style="background: #FFF; color: #FFF; {{text-outline|0.5px|0.5px|#787878}}">To the porshrop family treep</span>
To the porshrop family treep