Code source wiki de Foire aux questions
Version 17.1 par Stéphane Dugravot le 27/10/2023 - 08:55
Masquer les derniers auteurs
author | version | line-number | content |
---|---|---|---|
![]() |
14.1 | 1 | {{box cssClass="floatinginfobox" title="**Contents**" width=20%}} |
![]() |
2.1 | 2 | {{toc/}} |
3 | {{/box}} | ||
4 | |||
![]() |
1.7 | 5 | = Droits = |
6 | |||
![]() |
1.1 | 7 | == Pourquoi je n'ai pas accès à une page ? == |
8 | |||
9 | Les accès aux pages sont conditionnés par les autorisations ... | ||
![]() |
1.7 | 10 | |
11 | = Tableaux = | ||
12 | |||
![]() |
1.8 | 13 | == Comment personnaliser un tableau ? == |
14 | |||
![]() |
2.4 | 15 | Pour personnaliser un tableau, il est essentiel d'effectuer les modifications en mode Wiki (et pas en mode par défaut //**WYSIWYG**//). |
![]() |
1.9 | 16 | |
![]() |
2.4 | 17 | Avant cela : [[Activez le mode utilisateur avancé>>https://wiki.univ-lorraine.fr/bin/view/publique/dn/outils/wiki/Je%20vais%20plus%20loin/#HActiverlemodeUtilisateuravancE9]]. Le bouton //**Modifier **//dispose alors d'une option supplémentaire autorisant le mode //**Wiki**//. |
![]() |
2.2 | 18 | |
![]() |
2.5 | 19 | Voici quelques exemples de code Wiki associés a leur rendu : |
![]() |
2.2 | 20 | |
![]() |
14.1 | 21 | === Comment appliquer une couleur de fond ? === |
![]() |
2.4 | 22 | |
![]() |
3.1 | 23 | {{section}} |
![]() |
10.1 | 24 | {{column width="40%"}} |
![]() |
3.1 | 25 | (% class="table-bordered" %) |
26 | (% style="background-color:#777777" %)|Disque|=Partitions|=Taille|=Type|=(% colspan="4" rowspan="1" %)Remarques | ||
27 | |64 Go|sda1|1G|ext4|(% colspan="4" rowspan="1" %)/boot | ||
28 | | |sda2|63 Go|lvm|(% style="background-color:#777777" %)((( | ||
29 | VG | ||
30 | )))|(% style="background-color:#777777" %)LV|(% style="background-color:#777777" %)Mount|(% style="background-color:#777777" %)Taille | ||
31 | | | | | |vg0|racine|/|8G | ||
32 | | | | | | |home|/home|4G | ||
33 | | | | | | |var|/var|4G | ||
34 | {{/column}} | ||
![]() |
2.5 | 35 | |
![]() |
11.1 | 36 | {{column width="60%"}} |
37 | {{code language="none" width="50%"}} | ||
![]() |
3.1 | 38 | (% class="table-bordered" %) |
39 | (% style="background-color:#777777" %)|Disque|=Partitions|=Taille|=Type|=(% colspan="4" rowspan="1" %)Remarques | ||
40 | |64 Go|sda1|1G|ext4|(% colspan="4" rowspan="1" %)/boot | ||
41 | | |sda2|63 Go|lvm|(% style="background-color:#777777" %)((( | ||
42 | VG | ||
43 | )))|(% style="background-color:#777777" %)LV|(% style="background-color:#777777" %)Mount|(% style="background-color:#777777" %)Taille | ||
44 | | | | | |vg0|racine|/|8G | ||
45 | | | | | | |home|/home|4G | ||
46 | | | | | | |var|/var|4G | ||
![]() |
6.1 | 47 | {{/code}} |
![]() |
3.1 | 48 | {{/column}} |
49 | {{/section}} | ||
![]() |
15.1 | 50 | |
51 | {{section}} | ||
52 | {{column width="40%"}} | ||
![]() |
17.1 | 53 | Tableau1 |
54 | Tableau1 | ||
55 | Tableau1 | ||
![]() |
15.1 | 56 | {{/column}} |
57 | |||
58 | {{column width="60%"}} | ||
59 | {{code}} | ||
60 | code | ||
![]() |
16.1 | 61 | code2 |
62 | code3 | ||
63 | code4 | ||
![]() |
15.1 | 64 | {{/code}} |
65 | {{/column}} | ||
66 | {{/section}} |