Template:B: Difference between revisions
(Created page with "<noinclude> Sets the background color of text. '''Example:''' <code><nowiki>{{B|#FF0|i know how to use a highlighter}}</nowiki></code> → <span style="background:#FF0">i know how to use a highlighter</span> '''See also:''' Template:C - to set the color of the ''text'' instead of the background. </noinclude> <includeonly><span style="background:{{{1}}}">{{{2}}}</span></includeonly>") |
No edit summary |
||
Line 5: | Line 5: | ||
'''See also:''' [[Template:C]] - to set the color of the ''text'' instead of the background. | '''See also:''' [[Template:C]] - to set the color of the ''text'' instead of the background. | ||
</noinclude> | |||
<includeonly><span style="background:{{{1}}}">{{{2}}}</span></includeonly> | </noinclude><includeonly><span style="background:{{{1}}}">{{{2}}}</span></includeonly> |
Latest revision as of 04:35, 10 November 2024
Sets the background color of text.
Example: {{B|#FF0|i know how to use a highlighter}}
→ i know how to use a highlighter
See also: Template:C - to set the color of the text instead of the background.