History: PluginRemarksbox
Source of version: 15
Copy to clipboard
! Plugin Remarksbox Displays a comment, tip, note or warning box !! Usage {img src=images/code.png}%%% {CODE(ishtml=>1, wrap=>1)} {REMARKSBOX(type="tip" title="Tip")}remarks text{REMARKSBOX} {CODE} {pluginmanager plugin=remarksbox} !!! Examples This code shows the four possible types and example titles for each: {img src=images/code.png}%%% {CODE(ishtml=>1, wrap=>1)} {REMARKSBOX(type=>tip|comment|note|warning, title=>Tip|Comment|Note|Warning)}remarks text{REMARKSBOX} {CODE} and would provide the following four results (if coded separately): {REMARKSBOX(type=>"comment", title=>"Comment")}remarks text{REMARKSBOX} {REMARKSBOX(type="confirm" title="Confirm")}remarks text{REMARKSBOX} {REMARKSBOX(type="errors" title="Errors")}remarks text{REMARKSBOX} {REMARKSBOX(type="information" title="Information")}remarks text{REMARKSBOX} {REMARKSBOX(type="note" title="Note")}remarks text{REMARKSBOX} {REMARKSBOX(type=>"tip", title=>"Tip")}remarks text{REMARKSBOX} {REMARKSBOX(type="warning" title="Warning")}remarks text{REMARKSBOX} -=Related pages=- * ((Wiki Plugin))