talkSort macro

talkSort macro

  • content: mandatory
    • either a sort string from Talk object
    • or a reference to a Talk document
  • parameters
    •  plural — singolar / plural
      • admissible values: true ( true | yes | y | vero | v | 1 ) / false ( false | no | n | falso | 0 )
      • default: false 
    •  uppercase — lowercase / uppercase
      • admissible values: true ( true | yes | y | vero | v | 1 ) / false ( false | no | n | falso | 0 )
      • default: false 
    •  short — short / long version
      • admissible values: true ( true | yes | y | vero | v | 1 ) / false ( false | no | n | falso | 0 )
      • default: false 

Examples

{{talkSort}} Talk {{/talkSort}}

talk

{{talkSort}} Talk.XaiLpCausal2021 {{/talkSort}}

talk

{{talkSort plural='true'}} Talk {{/talkSort}}

talks

{{talkSort plural='TRUE' uppercase='True'}}invited    {{/talkSort}}

Invited Talks

{{talkSort plural='true' uppercase='True'}}seminar{{/talkSort}}

Seminars

{{talkSort uppercase='true'}}PhD{{/talkSort}}

PhD Presentation

{{talkSort plural='true' short='true'}}PoSter{{/talkSort}}

poster

Counterexamples

{{talkSort/}}

Macro talkSort needs either a “Talk” document or the sort of a talk as its content

{{talkSort}}{{/talkSort}}

Macro talkSort needs either a “Talk” document or the sort of a talk as its content

{{talkSort}} {{/talkSort}}

Macro talkSort needs either a “Talk” document or the sort of a talk as its content

{{talkSort}} Kangaroo {{/talkSort}}

Document “Talk.Kangaroo” does not exist