Loading...
 
Skip to main content

History: PluginRemarksbox

Source of version: 21 (current)

Copy to clipboard
            ! Plugin Remarks Box
''Introduced in ((Tiki2))''
%%%
Use this ((wiki plugin)) to display a comment, tip, note or warning box.

!!Parameters
{pluginmanager plugin="remarksbox"}
!! Examples
!!!Comment
''This code:''
{CODE(colors="tiki")}
{REMARKSBOX(type="comment" title="Comment")}remarks text{REMARKSBOX}
{CODE}

''Would produce:''
{REMARKSBOX(type="comment" title="Comment")}remarks text{REMARKSBOX}
!!!Confirm
''This code:''
{CODE(colors="tiki")}
{REMARKSBOX(type="confirm" title="Confirm")}remarks text{REMARKSBOX}
{CODE}

''Would produce:''
{REMARKSBOX(type="confirm" title="Confirm")}remarks text{REMARKSBOX}
!!!Errors
''This code:''
{CODE(colors="tiki")}
{REMARKSBOX(type="errors" title="Errors")}remarks text{REMARKSBOX}
{CODE}

''Would produce:''
{REMARKSBOX(type="errors" title="Errors")}remarks text{REMARKSBOX}
!!!Information
''This code:''
{CODE(colors="tiki")}
{REMARKSBOX(type="information" title="Information")}remarks text{REMARKSBOX}
{CODE}

''Would produce:''
{REMARKSBOX(type="information" title="Information")}remarks text{REMARKSBOX}
!!!Note
''This code:''
{CODE(colors="tiki")}
{REMARKSBOX(type="note" title="Note")}remarks text{REMARKSBOX}
{CODE}

''Would produce:''
{REMARKSBOX(type="note" title="Note")}remarks text{REMARKSBOX}
!!!Tip
''This code:''
{CODE(colors="tiki")}
{REMARKSBOX(type="tip", title="Tip")}remarks text{REMARKSBOX}
{CODE}

''Would produce:''
{REMARKSBOX(type="tip", title="Tip")}remarks text{REMARKSBOX}
!!!Warning
''This code:''
{CODE(colors="tiki")}
{REMARKSBOX(type="warning" title="Warning")}remarks text{REMARKSBOX}
{CODE}

''Would produce:''
{REMARKSBOX(type="warning" title="Warning")}remarks text{REMARKSBOX}
!!!Miscellaneous with custom icon
''This code:''
{CODE(colors="tiki")}
{REMARKSBOX(type="information" title="Miscellaneous" highlight="y" icon="user" close="n" width="250px" store_cookie="n" id="miscellaneous" version="1")}remarks text{REMARKSBOX}
{CODE}

''Would produce:''
{REMARKSBOX(type="information" title="Miscellaneous" highlight="y" icon="user" close="n" width="250px" store_cookie="n" id="miscellaneous" version="1")}remarks text{REMARKSBOX}

!!!Custom body (wiki syntax)
You can use wiki syntax to style the content of the remarksbox.
''This code:''
{CODE(colors="tiki")}
{REMARKSBOX(type="note" title="Note")}{DIV(type="h3")}Heading h3{DIV}remarks text%%%Another line{REMARKSBOX}
{CODE}

''Would produce:''
{REMARKSBOX(type="note" title="Note")}{DIV(type="h3")}Heading h3{DIV}remarks text%%%Another line{REMARKSBOX}
        

History

Information Version
Torsten Fabricius fixed typo 21
Torsten Fabricius Fixed the Jumbotron (moved 1 subline into the Jumbotron) 20
Bernard Sfez / Tiki Specialist Adding sample with wiki syntax 19
luciash d' being 🧙 18
luciash d' being 🧙 17
lindon 16
Jean-Marc Libs 15
Jean-Marc Libs Remarks Box Plugin modified by editor. 14
Jean-Marc Libs Remarks Box Plugin modified by editor. 13
Jean-Marc Libs 12
Marc Laporte 11
Jürgen Heckes 9
Jürgen Heckes Plugin modified by editor. 8
lindon fix code plugin by adding ishtnl parameter 7
lindon fix code display by adding ishtml parameter 6
Jürgen Heckes 5
Jürgen Heckes 4
Jürgen Heckes 3
Jürgen Heckes 2
Jürgen Heckes 1