Plugin Remarksbox
Displays a comment, tip, note or warning boxUsage
{REMARKSBOX(type="tip" title="Tip")}remarks text{REMARKSBOX}Required parameters are in bold
Preferences required: wikiplugin_remarksbox
| Parameters | Accepted Values | Description | Default | Since |
| type | comment confirm errors information note tip warning |
Select type of remarksbox, which determines what icon and style will be displayed | tip | |
| title | Label displayed above the remark. | |||
| highlight | y n |
Use the highlight class for formatting (not used by default). | ||
| icon | Enter a Tiki icon file name (with or without extension) or path to display a custom icon | |||
| close | y n |
Show a close button (not shown by default). | y | |
| width | Width (e.g. 100% or 250px - default "") |
Examples
This code shows the four possible types and example titles for each:
{REMARKSBOX(type=>tip|comment|note|warning, title=>Tip|Comment|Note|Warning)}remarks text{REMARKSBOX}and would provide the following four results (if coded separately):
remarks text
remarks text
remarks text
remarks text
