2pkt macro
2pkt macro
- inline
- yes
- content
- none
- parameters
- formatted — displays the formatted version of the name, otherwise displays the string properly capitalised
- admissible values: true (true | yes | y | vero | v | 1) / false (false | no | n | falso | 0)
- default: true
- short — displays the acronym or the full name
- admissible values: true (true | yes | y | vero | v | 1) / false (false | no | n | falso | 0)
- default: true
- formatted — displays the formatted version of the name, otherwise displays the string properly capitalised
Examples
{{2pkt/}}
2P-Kt
{{2pkt formatted="anywrongstring" short="anywrongstring"/}}
2P-Kt
{{2pkt formatted="true"/}}
2P-Kt
{{2pkt formatted="no" short="no"/}}
tuProlog in Kotlin
{{2pkt short="true" formatted="false"/}}
2P-Kt
{{2pkt short="false" formatted="true"/}}
tuProlog in Kotlin