Code source wiki de Foire aux questions
Version 8.2 par Stéphane Dugravot le 27/10/2023 - 08:51
Masquer les derniers auteurs
author | version | line-number | content |
---|---|---|---|
![]() |
2.1 | 1 | {{box cssClass="floatinginfobox" title="**Contents**"}} |
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 | |
![]() |
2.6 | 21 | === Comment appliquer une couleur de fond sur une ligne ou sur des cellules ? === |
![]() |
2.4 | 22 | |
![]() |
3.1 | 23 | {{section}} |
![]() |
8.2 | 24 | {{column widht="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 | |
![]() |
3.1 | 36 | {{column}} |
![]() |
8.2 | 37 | {{code language="none" width="40%"}} |
![]() |
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}} |