Wiki source code of Soda
Last modified by Nazzareno Pompei on 06/10/2020 12:33
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | =##{{{soda}}}## macro= | ||
2 | * content: no | ||
3 | * parameters | ||
4 | ** {{{html}}}: boolean / default true; if true displays the HTML formatted version of the name, otherwise (any other value) displays the mere string properly capitalised | ||
5 | * examples | ||
6 | ** {{{ {{soda/}} }}} prints as {{soda/}} | ||
7 | ** {{{ {{soda html="true"/}} }}} prints as {{soda html="true"/}} | ||
8 | ** {{{ {{soda html="false"/}} }}} prints as {{soda html="false"/}} | ||
9 | ** {{{ {{soda html="anywrongstring"/}} }}} prints as {{soda html="anywrongstring"/}} |