Template:BoldColor
From Avisynth wiki
(Difference between revisions)
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:{{{ | + | <span style="color:{{{1|}}};font-weight:bold;font-size:{{{2|}}}%!important;">{{{3|}}}</span><noinclude> |
---- | ---- |
Latest revision as of 19: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.