talkCategory macro
talkCategory macro
- content: mandatory
- either a category string from Talk object
- or a reference to a Talk document
- parameters
- plural — singolar / plural
- admissible values: true ( true | yes | y | vero | v ) / false ( false | no | n | falso | no )
- default: false
- uppercase — lowercase / uppercase
- admissible values: true ( true | yes | y | vero | v ) / false ( false | no | n | falso | no )
- default: false
- plural — singolar / plural
Examples
{{talkCategory}} Talk {{/talkCategory}}
{{talkCategory}} Talks.XaiLpCausal2021 {{/talkCategory}}
{{talkCategory plural='true'}} Talk {{/talkCategory}}
{{talkCategory plural='TRUE' uppercase='True'}}invited {{/talkCategory}}
{{talkCategory plural='true' uppercase='True'}}seminar{{/talkCategory}}
{{talkCategory uppercase='true'}}PhD{{/talkCategory}}
{{talkCategory plural='true'}}PoSter{{/talkCategory}}
Counterexamples
{{talkCategory/}}
{{talkCategory}}{{/talkCategory}}
{{talkCategory}} {{/talkCategory}}
{{talkCategory}} Kangaroo {{/talkCategory}}