Wiki source code of iol macro
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | = {{code language='xwiki'}}iol{{/code}} macro = | ||
2 | |||
3 | {{include reference="Main.Environment"/}} | ||
4 | |||
5 | * {{stringEngIta eng='content: mandatory' ita='contenuto: obbligatorio'/}} | ||
6 | ** IOL ID | ||
7 | * {{stringEngIta eng='parameters' ita='parametri'/}} | ||
8 | ** ##ita## — {{stringEngIta eng='string in Italian to be shown for the link' ita='stringa in Italiano da mostrare per il link'/}} | ||
9 | *** {{stringEngIta eng='used when language is Italian, or when the corresponding English string is undefined' ita='da usare quando la lingua è l‘Italiano, oppure quando la corrispondente stringa in Inglese non è definita'/}} | ||
10 | *** default: //Tipo risorsa o attività// su Virtuale | ||
11 | ** ##eng## — {{stringEngIta eng='string in English to be shown for the link' ita='stringa in Inglese da mostrare per il link'/}} | ||
12 | *** {{stringEngIta eng='used when language is English, or when the corresponding Italian string is undefined' ita='da usare quando la lingua è l‘Inglese, oppure quando la corrispondente stringa in Italiano non è definita'/}} | ||
13 | *** default: //Sort of resource or activity// on Virtuale | ||
14 | ** ##res ##— {{stringEngIta eng='sort of activity or resource to link' ita='tipo di risorsa o attività da linkare'/}} | ||
15 | *** admissible values:## course ##/## file ##/## url ##/## forum ##/## forum-entry ## | ||
16 | *** default:## file ## | ||
17 | |||
18 | == {{stringEngIta eng="Examples" ita="Esempi"/}} == | ||
19 | |||
20 | {{source}} | ||
21 | {{iol}}250891{{/iol}} | ||
22 | {{/source}} | ||
23 | |||
24 | {{source}} | ||
25 | {{iol eng='About the Course'}}250891{{/iol}} | ||
26 | {{/source}} | ||
27 | |||
28 | {{source}} | ||
29 | {{iol ita='Sul corso'}}250891{{/iol}} | ||
30 | {{/source}} | ||
31 | |||
32 | {{source}} | ||
33 | {{iol eng='About the Course' ita='Sul corso'}}250891{{/iol}} | ||
34 | {{/source}} | ||
35 | |||
36 | {{source}} | ||
37 | {{iol res='course'}}41781{{/iol}} | ||
38 | {{/source}} | ||
39 | |||
40 | {{source}} | ||
41 | {{iol res='course' eng='Distributed System 2021/2022' ita='Sistemi distribuiti 2019/2020'}}41781{{/iol}} | ||
42 | {{/source}} | ||
43 | |||
44 | {{source}} | ||
45 | {{iol res='forum'}}259214{{/iol}} | ||
46 | {{/source}} | ||
47 | |||
48 | {{source}} | ||
49 | {{iol res='FORUM' eng='General Forum' ita='Forum generale'}}259214{{/iol}} | ||
50 | {{/source}} | ||
51 | |||
52 | {{source}} | ||
53 | {{iol res='forum-entry' eng='project forum' ita='forum progetti'}}294061{{/iol}} | ||
54 | {{/source}} | ||
55 | |||
56 | {{source}} | ||
57 | {{iol res='url'}}280549{{/iol}} | ||
58 | {{/source}} | ||
59 | |||
60 | {{source}} | ||
61 | {{iol res='URL' eng='APICE page of the course' ita='Pagina APICe del corso'}}280549{{/iol}} | ||
62 | {{/source}} | ||
63 | |||
64 | == {{stringEngIta eng="Counterexamples" ita="Controesempi"/}} == | ||
65 | |||
66 | {{source}} | ||
67 | {{iol/}} | ||
68 | {{/source}} | ||
69 | |||
70 | {{source}} | ||
71 | {{iol}}{{/iol}} | ||
72 | {{/source}} |