Difference between revisions of "Template:Highlight round/doc"

From blackwiki
Jump to navigation Jump to search
imported>Jay D. Easy
imported>Jay D. Easy
Line 3: Line 3:
  
 
=== Usage ===
 
=== Usage ===
 +
{{col-begin}}
 +
{{col-break|width=40%}}
 +
{{tlc|highlight round|some text}}
 +
{{tlc|highlight round|some text|bc{{=}}#ffa07a}}
 +
{{tlc|highlight round|some text|bc{{=}}lightgreen}}
  
<code><nowiki>{{highlight round|text|bc=(optional)}}</nowiki></code>
+
{{col-break}}
 
+
:{{highlight round|some text}} (defaults to yellow)
If no value is given for the color, the template defaults to yellow.
+
:{{highlight round|some text|bc=#ffa07a}}
 
+
:{{highlight round|some text|bc=lightgreen}}
{|
+
{{col-end}}
| '''Code''' || '''Output'''
 
|-
 
| <code><nowiki>{{highlight round|some text}}</nowiki></code> || {{highlight round|some text}}
 
|-
 
| <code><nowiki>{{highlight round|some text|bc=#ffa07a}}</nowiki></code> || {{highlight round|some text|bc=#ffa07a}}
 
|-
 
| <code><nowiki>{{highlight round|some text|bc=lightgreen}}</nowiki></code> || {{highlight round|some text|bc=lightgreen}}
 
|}
 
  
 
== See also ==
 
== See also ==

Revision as of 22:54, 23 December 2018

Usage

See also