« Modèle:Stroke Voir l’historique

m (add options)
m (add missing color barces)
Ligne 1 : Ligne 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}}.



Version du 17 juillet 2015 à 17:57

Documentation icon Template documentation
This adds a css style parameter to put a stroke around text
text-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
Subpages of this template.