Difference between revisions of "Template:Highlight"

From Sugar Labs
Jump to navigation Jump to search
m
Line 1: Line 1:
<span class="messagebox {{{class|}}}" style="background-color:{{{bgcolor|#def3fe}}}; color: {{{fgcolor|black}}}; padding: 5px 0px; margin: 0ex 0; min-height: 35px; {{{style|}}}">{{{1}}}</span>
+
<span class="messagebox {{{class|}}}" style="background-color:{{{bgcolor|#def3fe}}}; color: {{{fgcolor|black}}}; padding: 5px 0px; margin: 0ex 0; min-height: 35px; {{{style|}}}">{{{1}}}</span><noinclude>
<noinclude>
 
  
 
==Usage==
 
==Usage==
Line 10: Line 9:
 
Disadvantages:
 
Disadvantages:
 
* <s>wiki formatting with *, #, :, etc. voids the styling, namely color.</s>
 
* <s>wiki formatting with *, #, :, etc. voids the styling, namely color.</s>
*: by removing the <nowiki><noinclude></nowiki>example message to highlight<nowiki></noinclude></nowiki>after the {{{1}}}} in the template wikicode.
+
*: by removing the {{Code|<nowiki><noinclude>example message to highlight</noinclude></nowiki>}} after the {{{1}}}} in the template wikicode.
 +
 
  
 
</noinclude>
 
</noinclude>

Revision as of 20:05, 15 March 2011

{{{1}}}

Usage

Simple example:

* {{Highlight|bgcolor=lightyellow|'''Proposed edit: '''Include some usage examples.}}
  • Proposed edit: Include some usage examples.</nowiki>}} after the Proposed edit: Include some usage examples.} in the template wikicode.


</noinclude>

Disadvantages:

  • wiki formatting with *, #, :, etc. voids the styling, namely color.
    by removing the <noinclude>example message to highlight</noinclude> after the {{{1}}}} in the template wikicode.