Template:Outline: Difference between revisions

From Rhythm Heaven Wiki
Jump to navigation Jump to search
No edit summary
Tag: sourceedit
No edit summary
Tag: sourceedit
Line 1: Line 1:
<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, 0px 1px 0 #000;">{{{2|}}}</span>
<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, 0px 1px 0 #000;">{{{2|}}}</span>
<noinclude>Syntax:
<noinclude>
    <pre>{{outline|ColourName/ColourCode|Text}}</pre>
==Usage==
   
<pre>{{outline|ColourName/ColourCode|Text}}</pre>
    '''Example 1:'''
 
    <pre>{{Outline|yellow|This text is yellow with an outline.}}</pre>
'''Example 1:'''
    {{Outline|yellow|This text is yellow with an outline.}}
<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>
'''Example 2:'''
    Some of this text is {{outline|#00ffff|cyan with an outline}}.
<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>

Revision as of 15:59, 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 .