### `<icon>`
-{% include tip.html content="Use an icon only for top-level and 4th-level items." %}
+!!! info "Use an icon only for top-level and 4th-level items."
Name of the Font Awesome icon class.
### `<sourcecode>`
-{% include warning.html content="Do not set this to `1` if you don't specify a PHP class for processing. You must perform XSS sanitizing yourself!" %}
+!!! warning "Do not set this to `1` if you don't specify a PHP class for processing. You must perform XSS sanitizing yourself!"
If set to `1` contents of this BBCode will not be interpreted,
but literally passed through instead.
### `<path(2x)?>`
-{% include important.html content="The files must be installed using the [file](package_pip_file.md) PIP." %}
+!!! warning "The files must be installed using the [file](package_pip_file.md) PIP."
File path relative to the root of WoltLab Suite Core.
`path2x` is optional and being used for High-DPI screens.
### `<iconclassname>`
-{% include tip.html content="Use an icon only for top-level items." %}
+!!! info "Use an icon only for top-level items."
Name of the Font Awesome icon class.
### `<objectType>`
-{% include warning.html content="The `(name, objectType)` pair must be unique." %}
+!!! warning "The `(name, objectType)` pair must be unique."
The given object type must implement the `com.woltlab.wcf.notification.objectType` definition.