Template:Highlight: Difference between revisions

From COLLADA Public Wiki
Jump to navigation Jump to search
Elf (talk | contribs)
fmt
Elf (talk | contribs)
fix example
Line 3: Line 3:


''Surround text as an argument, for example, this:''
''Surround text as an argument, for example, this:''
  <nowiki>{{highlight|sample text}}</nowiki>
  <nowiki>Here is some {{highlight|sample text}} for you.</nowiki>
''Produces this:''
''Produces this:''
<span style="background-color:#FFFF00;">sample text</span>


Here is some {{highlight|sample text}} for you.
[[Category:User templates]]</noinclude>
[[Category:User templates]]</noinclude>

Revision as of 21:04, 4 March 2009

Usage:

Surround text as an argument, for example, this:

Here is some {{highlight|sample text}} for you.

Produces this:

Here is some sample text for you.