eventList macro

eventList macro

  • inline
    • yes
  • content
    • none
  • parameters
    •  linked — display “Publication” data properly linked
      • admissible values: true ( true | yes | y | vero | v | 1 ) / false ( false | no | n | falso | 0 ) / title / apice 
        •  true show all the links
        •  false show no links
        •  title show just the title is linked
        •  apice show all links but the title
      • default: apice 
    • short — displays the acronym or the full name
      • admissible values: true (true | yes | y | vero | v | 1)  / false (false | no | n | falso | 0) / title 
      • default: true 
    • output — the way in which the event names are going to be listed in display
      • admissible values: comma / list / lines / dash / bar / dot 
      • default: comma 
      • value comma displays a comma-separated list of events
      • value list displays a proper list of events
      • value lines displays events in different lines
      • value dash displays a dashed list of events
      • value bar displays a bar-separated list of events
      • value dot displays a dot-separated list of events
    • dates — displays event dates
      • admissible values: true (true | yes | y | vero | v | 1)  / false (false | no | n | falso | 0)
      • default: true 
    • open — event still open
      • admissible values: true (true | yes | y | vero | v | 1)  / false (false | no | n | falso | 0)
      • default: false 
    • sort — sort of the event to display
      • admissible values:   conference  /  workshop  /  symposium  /  track  /  specialtrack  /  session  /  specialsession  /  seminar  /  convention  /  meeting  /  school  /  doctoralconsortium  /  exhibition  /  specialissue  
        • any string apart from the ones below displays all events
    • user — person involved in the event to display
      • admissible values: XWiki.UserName / Name Surname 
        • no parameter means all users
    • role — role in the event to display
      • admissible values:   general  /  program  /  organising  /  organiser  /  honorary  /  vice  /  track  /  area  /  workshop  /  tutorial  /  publication  /  publicity  /  sponsorship  /  demo  /  poster  /  web  /  doctoral  /  mentoring  /  finance  /  exhibition  /  scholarship  /  registration  /  sc  /  ab  /  spc  /  pc  /  panel  /  panelist  /  keynote  /  lecturer  /  speaker  /  mentor  /  guest  
        • any string apart from the ones below displays any role
    • year — year of the events to display

Examples

{{eventList user="AndreaOmicini" role="spc" year="2021"/}}
{{eventList user="GiovanniCiatto" year="2023" short="false"/}}
{{eventList user="GiovanniCiatto" role="pc" dates="false" output="dot"/}}
{{eventList user="Franco Zambonelli" short="false" output="dash"/}}
{{eventList role="panelist" output="list"/}}
{{eventList user="AndreaOmicini" sort="specialissue" open="true" output="dot"/}}