Template:Highlight: Difference between revisions
Template page
More actions
default = yellow |
examples / iw |
||
| Line 1: | Line 1: | ||
<span style="background-color:{{{2|#FFFF66}}}; color:{{{3|black}}}">{{{1}}}</span><noinclude> | <span style="background-color:{{{2|#FFFF66}}}; color:{{{3|black}}}">{{{1}}}</span><noinclude> | ||
---- | |||
'''Examples:''' | |||
* <nowiki>{{</nowiki>highlight|some text here}} → {{highlight|some text here}} | |||
* <nowiki>{{</nowiki>highlight|some text here|#77DD77}} → {{highlight|some text here|#77DD77}} | |||
* <nowiki>{{</nowiki>highlight|<nowiki>''some text here''</nowiki>|lightskyblue|red}} → {{highlight|''some text here''|lightskyblue|red}} | |||
[[Category:Text formatting templates|{{PAGENAME}}]] | [[Category:Text formatting templates|{{PAGENAME}}]] | ||
[[en:Template:Highlight]] | |||
</noinclude> | </noinclude> | ||
Revision as of 22:52, 29 April 2008
{{{1}}}
Examples:
- {{highlight|some text here}} → some text here
- {{highlight|some text here|#77DD77}} → some text here
- {{highlight|''some text here''|lightskyblue|red}} → some text here