Document [bgcolor] and [fgcolor] BBCodes

This commit is contained in:
Danil Alexeev
2022-01-12 19:50:33 +03:00
parent eae575a99b
commit f47697e1b6

View File

@@ -181,6 +181,16 @@ Reference
- ``[color={code/name}]{text}[/color]``
* - | **bgcolor**
| Draws the color behind ``{text}``. Accepts same values as the ``color`` tag.
- ``[bgcolor={code/name}]{text}[/bgcolor]``
* - | **fgcolor**
| Draws the color in front of ``{text}``. Accepts same values as the ``color`` tag.
- ``[fgcolor={code/name}]{text}[/fgcolor]``
* - | **outline_size**
| Use custom font outline size for ``{text}``.
@@ -191,7 +201,7 @@ Reference
* - | **outline_color**
| Use custom outline color for ``{text}``. Accepts same values as the ``color`` tag.
- | ``[outline_color={color}]``
- | ``[outline_color={code/name}]``
| ``{text}``
| ``[/outline_color]``