From: Matthias Schmidt Date: Mon, 28 Dec 2020 15:08:30 +0000 (+0100) Subject: Fix infos and warnings X-Git-Tag: 5.6.final~328^2~6 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=c1b5007e202f361600d58608e72bf9c175f7ed67;p=GitHub%2FWoltLab%2Fwoltlab.github.io.git Fix infos and warnings --- diff --git a/docs/package_pip_acp-menu.md b/docs/package_pip_acp-menu.md index 5f018e4b..152c1d91 100644 --- a/docs/package_pip_acp-menu.md +++ b/docs/package_pip_acp-menu.md @@ -30,7 +30,7 @@ the full external link otherwise. ### `` -{% 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. diff --git a/docs/package_pip_bbcode.md b/docs/package_pip_bbcode.md index 374826d7..8af589f3 100644 --- a/docs/package_pip_bbcode.md +++ b/docs/package_pip_bbcode.md @@ -43,7 +43,7 @@ Explanatory text to show when hovering the icon. ### `` -{% 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. diff --git a/docs/package_pip_smiley.md b/docs/package_pip_smiley.md index 8e5d227e..8af83fc8 100644 --- a/docs/package_pip_smiley.md +++ b/docs/package_pip_smiley.md @@ -12,7 +12,7 @@ Short human readable description of the smiley. ### `` -{% 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. diff --git a/docs/package_pip_user-menu.md b/docs/package_pip_user-menu.md index 4188c3db..1c0bf41d 100644 --- a/docs/package_pip_user-menu.md +++ b/docs/package_pip_user-menu.md @@ -30,7 +30,7 @@ the full external link otherwise. ### `` -{% 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. diff --git a/docs/package_pip_user-notification-event.md b/docs/package_pip_user-notification-event.md index becb2fd4..cd11a056 100644 --- a/docs/package_pip_user-notification-event.md +++ b/docs/package_pip_user-notification-event.md @@ -8,7 +8,7 @@ Each package installation plugin is described as an `` element with the m ### `` -{% 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.