Difference between revisions of "Template:Highlighter"

From Maths
Jump to: navigation, search
m (Removed style during testing, adding note)
m (Using if statement to decide to display default, as an empty parameter still counts as it being set apparently)
Line 10: Line 10:
 
-->}}<!--
 
-->}}<!--
  
--><span style="">{{{msg|{{{text|{{{default|}}}}}}}}}</span><!--
+
--><span style="">{{#if:{{{msg|{{{text|}}}}}}|{{{msg|{{{text|}}}}}}|{{{default|}}}}}</span><!--
  
 
--></span><noinclude>
 
--></span><noinclude>

Revision as of 06:08, 13 December 2016

Todo:

TODO: There's a span tag with an empty style around the thing actually highlighted only (not the rest) - this could be used with border-bottom to achieve an underline-like effect, this is needed if the background is white say, so don't forget to mess with that

Parameters

Name Default Description Comment
msg / text (nothing) the text to highlight msg is dominant (if present text will be ignored)
default (nothing) the text to highlight in the absence of msg or text
bgcol #FAFAFA background colour
markcol #DADADA background colour of left border or mark text if given
marktext (nothing) Use this if you want Caveat: or Note: to appear before the body of whatever is highlight, by default it is absent