eventRole macro

eventRole macro

  • in linea
  • contenuto
    • obbligatorio
      • ruolo in evento
  • parametri
    •  short — versione corta o lunga
      • valori ammissibili: true ( true | yes | y | vero | v | 1 ) / false ( false | no | n | falso | 0 )
      • default: false 
    •  plural – singolare / plurale
      • valori ammissibili: true ( true | yes | y | vero | v | 1 ) / false ( false | no | n | falso | 0 )
        • default: false 
    •  uppercase — minuscolo / maiuscolo
      • valori ammissibili: true ( true | yes | y | vero | v | 1 ) / false ( false | no | n | falso | 0 )
        • default: false 

Esempi

{{eventRole}}program{{/eventRole}}
chair del programma
{{eventRole uppercase='false'}} mentor{{/eventRole}}
mentore dottorale
{{eventRole uppercase='true' short='true'}} LectureR {{/eventRole}}
Docente
{{eventRole plural='true'}} SPC {{/eventRole}}
membri del senior pc

Controesempi

{{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