Code source wiki de Foire aux questions

Version 16.1 par Stéphane Dugravot le 27/10/2023 - 08:55

Masquer les derniers auteurs
Stéphane Dugravot 14.1 1 {{box cssClass="floatinginfobox" title="**Contents**" width=20%}}
Stéphane Dugravot 2.1 2 {{toc/}}
3 {{/box}}
4
Stéphane Dugravot 1.7 5 = Droits =
6
Chloe Chevrier 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 ...
Stéphane Dugravot 1.7 10
11 = Tableaux =
12
Stéphane Dugravot 1.8 13 == Comment personnaliser un tableau ? ==
14
Stéphane Dugravot 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**//).
Stéphane Dugravot 1.9 16
Stéphane Dugravot 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**//.
Stéphane Dugravot 2.2 18
Stéphane Dugravot 2.5 19 Voici quelques exemples de code Wiki associés a leur rendu :
Stéphane Dugravot 2.2 20
Stéphane Dugravot 14.1 21 === Comment appliquer une couleur de fond ? ===
Stéphane Dugravot 2.4 22
Stéphane Dugravot 3.1 23 {{section}}
Stéphane Dugravot 10.1 24 {{column width="40%"}}
Stéphane Dugravot 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}}
Stéphane Dugravot 2.5 35
Stéphane Dugravot 11.1 36 {{column width="60%"}}
37 {{code language="none" width="50%"}}
Stéphane Dugravot 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
Stéphane Dugravot 6.1 47 {{/code}}
Stéphane Dugravot 3.1 48 {{/column}}
49 {{/section}}
Stéphane Dugravot 15.1 50
51 {{section}}
52 {{column width="40%"}}
53 (% class="table-bordered" %)
54 (% style="background-color:#777777" %)|Disque|=Partitions|=Taille|=Type|=(% colspan="4" rowspan="1" %)Remarques
55 |64 Go|sda1|1G|ext4|(% colspan="4" rowspan="1" %)/boot
56 | |sda2|63 Go|lvm|(% style="background-color:#777777" %)(((
57 VG
58 )))|(% style="background-color:#777777" %)LV|(% style="background-color:#777777" %)Mount|(% style="background-color:#777777" %)Taille
59 | | | | |vg0|racine|/|8G
60 | | | | | |home|/home|4G
61 | | | | | |var|/var|4G
62 {{/column}}
63
64 {{column width="60%"}}
65 {{code}}
66 code
Stéphane Dugravot 16.1 67 code2
68 code3
69 code4
Stéphane Dugravot 15.1 70 {{/code}}
71 {{/column}}
72 {{/section}}