Template:Outline: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<span style="color:{{{1}}}; text-shadow:0 0 0.5em yellow,-1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000,-1px 0px 0 #000, 1px 0px 0 #000, 0px -1px 0 #000, 0...") Tag: sourceedit |
Einstein95 (talk | contribs) mNo edit summary Tag: sourceedit |
||
(4 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
<span style="color:{{{1}}}; text-shadow:0 0 0.5em | <span style="color:{{{1}}}; text-shadow:0 0 0.5em black,-1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000,-1px 0px 0 #000, 1px 0px 0 #000, 0px -1px 0 #000, 0px 1px 0 #000;">{{{2|}}}</span><noinclude> | ||
<noinclude> | ==Usage== | ||
<pre>{{outline|ColourName/ColourCode|Text}}</pre> | |||
'''Example 1:''' | |||
<pre>{{Outline|yellow|This text is yellow with an outline.}}</pre> | |||
{{Outline|yellow|This text is yellow with an outline.}} | |||
'''Example 2:''' | |||
<pre>Some of this text is {{outline|#00ffff|cyan with an outline}}.</pre> | |||
Some of this text is {{outline|#00ffff|cyan with an outline}}. | |||
</noinclude> | </noinclude> |
Latest revision as of 17:10, 14 November 2015
Usage
{{outline|ColourName/ColourCode|Text}}
Example 1:
{{Outline|yellow|This text is yellow with an outline.}}
This text is yellow with an outline.
Example 2:
Some of this text is {{outline|#00ffff|cyan with an outline}}.
Some of this text is cyan with an outline.