Code source wiki de Foire aux questions

Version 5.1 par Stéphane Dugravot le 27/10/2023 - 08:50

Masquer les derniers auteurs
Stéphane Dugravot 2.1 1 {{box cssClass="floatinginfobox" title="**Contents**"}}
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 2.6 21 === Comment appliquer une couleur de fond sur une ligne ou sur des cellules ? ===
Stéphane Dugravot 2.4 22
Stéphane Dugravot 5.1 23
Stéphane Dugravot 3.1 24 {{section}}
25 {{column}}
Stéphane Dugravot 5.1 26 {{code language="none"}}
Stéphane Dugravot 3.1 27 (% class="table-bordered" %)
28 (% style="background-color:#777777" %)|Disque|=Partitions|=Taille|=Type|=(% colspan="4" rowspan="1" %)Remarques
29 |64 Go|sda1|1G|ext4|(% colspan="4" rowspan="1" %)/boot
30 | |sda2|63 Go|lvm|(% style="background-color:#777777" %)(((
31 VG
32 )))|(% style="background-color:#777777" %)LV|(% style="background-color:#777777" %)Mount|(% style="background-color:#777777" %)Taille
33 | | | | |vg0|racine|/|8G
34 | | | | | |home|/home|4G
35 | | | | | |var|/var|4G
Stéphane Dugravot 5.1 36 {{/code}}
Stéphane Dugravot 3.1 37 {{/column}}
Stéphane Dugravot 2.5 38
Stéphane Dugravot 3.1 39 {{column}}
40 (% class="table-bordered" %)
41 (% style="background-color:#777777" %)|Disque|=Partitions|=Taille|=Type|=(% colspan="4" rowspan="1" %)Remarques
42 |64 Go|sda1|1G|ext4|(% colspan="4" rowspan="1" %)/boot
43 | |sda2|63 Go|lvm|(% style="background-color:#777777" %)(((
44 VG
45 )))|(% style="background-color:#777777" %)LV|(% style="background-color:#777777" %)Mount|(% style="background-color:#777777" %)Taille
46 | | | | |vg0|racine|/|8G
47 | | | | | |home|/home|4G
48 | | | | | |var|/var|4G
49 {{/column}}
50 {{/section}}
Stéphane Dugravot 2.6 51