Plugin Remarksbox
Displays a comment, tip, note or warning boxUsage
{REMARKSBOX(type="tip" title="Tip")}remarks text{REMARKSBOX}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
