iol macro

iol macro

  • content: mandatory
    • IOL ID
  • parameters
    • ita — string in Italian to be shown for the link
      • used when language is Italian, or when the corresponding English string is undefined
      • default: Tipo risorsa o attività su Virtuale
    • eng — string in English to be shown for the link
      • used when language is English, or when the corresponding Italian string is undefined
      • default: Sort of resource or activity on Virtuale
    • res — sort of activity or resource to link
      • admissible values: course / file / url / forum / forum-entry 
      • default: file 

Examples

{{iol}}250891{{/iol}}
{{iol eng='About the Course'}}250891{{/iol}}
{{iol ita='Sul corso'}}250891{{/iol}}
{{iol eng='About the Course' ita='Sul corso'}}250891{{/iol}}
{{iol res='course'}}41781{{/iol}}
{{iol res='course' eng='Distributed System 2021/2022' ita='Sistemi distribuiti 2019/2020'}}41781{{/iol}}
{{iol res='forum'}}259214{{/iol}}
{{iol res='FORUM' eng='General Forum' ita='Forum generale'}}259214{{/iol}}
{{iol res='forum-entry' eng='project forum' ita='forum progetti'}}294061{{/iol}}
{{iol res='url'}}280549{{/iol}}
{{iol res='URL' eng='APICE page of the course' ita='Pagina APICe del corso'}}280549{{/iol}}

Counterexamples

{{iol/}}

Macro iol requires a IOL ID as its content

{{iol}}{{/iol}}

Macro iol requires a IOL ID as its content