Fix infos and warnings
authorMatthias Schmidt <gravatronics@live.com>
Mon, 28 Dec 2020 15:08:30 +0000 (16:08 +0100)
committerMatthias Schmidt <gravatronics@live.com>
Mon, 28 Dec 2020 15:08:30 +0000 (16:08 +0100)
docs/package_pip_acp-menu.md
docs/package_pip_bbcode.md
docs/package_pip_smiley.md
docs/package_pip_user-menu.md
docs/package_pip_user-notification-event.md

index 5f018e4bfd9a0a4db5e81f73c958bbea105818fb..152c1d915e96f1adb7edbd27bfca070cf2689c38 100644 (file)
@@ -30,7 +30,7 @@ the full external link otherwise.
 
 ### `<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.
 
index 374826d7d3d8216c7c85a1ef854498ba67beea20..8af589f3f4915fdc1cf3e83b0a6d5786d30c4561 100644 (file)
@@ -43,7 +43,7 @@ Explanatory text to show when hovering the icon.
 
 ### `<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.
index 8e5d227e1c3162d9d5f8b5d26fad1a39458c66fb..8af83fc88d7879dc8cd99ff0d468aedec8b31436 100644 (file)
@@ -12,7 +12,7 @@ Short human readable description of the smiley.
 
 ### `<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.
index 4188c3dbaa1455387a0449ffdd3f67e793aa1af2..1c0bf41d125ce74da1791bbfb843ec8077b88431 100644 (file)
@@ -30,7 +30,7 @@ the full external link otherwise.
 
 ### `<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.
 
index becb2fd4d9320fe71b61158d56d239a37e6aea90..cd11a05678c7707af1d3c5fc262f3f5602c234d7 100644 (file)
@@ -8,7 +8,7 @@ Each package installation plugin is described as an `<event>` element with the m
 
 ### `<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.