2p macro
2p 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
{{2p/}}
2P
{{2p formatted="anywrongstring" short="anywrongstring"/}}
2P
{{2p formatted="no"/}}
2P
{{2p formatted="no" short="no"/}}
tuProlog
{{2p short="true" formatted="false"/}}
2P
{{2p short="false" formatted="true"/}}
tuProlog