DisplayName
Last modified by Nazzareno Pompei on 2020/10/06 12:28
displayName macro
- content: no
- parameters
- name: string /default value "apice"; name should be selected among
- apice
- mok
- respect
- soda
- tucson
- tucson4jade
- t4j
- tucson4jason
- t4jn
- tuprolog
- 2p
- 2pkt
capitalised in any possible (wrong) way – otherwise, "Unknown name" is printed
- html: boolean / default true; if true displays the HTML formatted version of name, otherwise (any other value) displays the mere string properly capitalised
- name: string /default value "apice"; name should be selected among
- examples
- {{displayName/}} prints as APICe
- {{displayName name="apiCE" html="false"/}} prints as APICe
- {{displayName name="TUCSON" html="true"/}} prints as TuCSoN
- {{displayName name="mok" html="true"/}} prints as MoK
- {{displayName name="MOk" html="false"/}} prints as MoK
- {{displayName name="tuCSON4jaDE"/}} prints as TuCSoN4JADE
- {{displayName name="2p" html="anywrongstring"/}} prints as 2P
- {{displayName name="anywrongstring"/}} prints as Unknown name