Template:BoldColor: Difference between revisions

From Avisynth wiki
Jump to navigationJump to search
Raffriff42 (talk | contribs)
m font-size "important"
Raffriff42 (talk | contribs)
m typo
 
Line 1: Line 1:
<span style="color:{{{1|}}};font-weight:bold;font-size:{{{1|}}}%!important;">{{{3|}}}</span><noinclude>
<span style="color:{{{1|}}};font-weight:bold;font-size:{{{2|}}}%!important;">{{{3|}}}</span><noinclude>


----
----

Latest revision as of 20:45, 31 January 2016


Usage
{{BoldColor|color|size|text}}
Parameters
color sets the text color. See CSS color names.
size sets the text size relative to the current font size, in percent.
text is the text itself. This template may break with formatted text or unusual characters.
Example
{{BoldColor|blue|110|''Note''}} - this is very important.
Note - this is very important.