eventRole macro

eventRole macro

  • inline
    • yes
  • content
    • mandatory
      • role in an eventi
  • parameters
    •  short — short / long version
      • admissible values: true ( true | yes | y | vero | v | 1 ) / false ( false | no | n | falso | 0 )
      • default: false 
    •  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 

Examples

{{eventRole}}program{{/eventRole}}
program chair
{{eventRole uppercase='false'}} mentor{{/eventRole}}
doctoral mentor
{{eventRole uppercase='true' short='true'}} LectureR {{/eventRole}}
Lecturer
{{eventRole plural='true'}} SPC {{/eventRole}}
senior pc members

Counterexamples

{{eventRole/}}

Macro eventRole needs a role in an event as its content

{{eventRole}}  {{/eventRole}}

Macro eventRole needs a role in an event as its content

{{eventRole}} pippo  {{/eventRole}}

“pippo” is not a known role for an event

{{eventRole}} Projects.pippo{{/eventRole}}

“Projects.pippo” is not a known role for an event

{{eventRole}} Publication.2pktJelia2021  {{/eventRole}}

“Publication.2pktJelia2021” is not a known role for an event