Code source wiki de Foire aux questions

Version 24.8 par Camille Herry le 08/11/2023 - 07:51

Masquer les derniers auteurs
Stéphane Dugravot 24.1 1 {{box cssClass="floatinginfobox" width="20%" title="**Contents**"}}
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
Stéphane Dugravot 24.2 11 = APIs =
12
13 == Comment gérer les accès (lecture et/ou écritures) des pages à l'aide des API ==
14
Stéphane Dugravot 24.4 15 1. Il est impératif de disposer d'un compte spécial. Pour en obtenir un, Contactez par mail :
16 11. [[wiki-contact@univ-lorraine.fr>>mailto:wiki-contact@univ-lorraine.fr]]
Stéphane Dugravot 24.3 17 1. Consulter la documentation générale UL :
18 11. [[Interactions APIs>>doc:interne.dir.dn.projets.xwiki.Documentations.Interactions APIs.WebHome]]
Stéphane Dugravot 24.2 19
Stéphane Dugravot 1.7 20 = Tableaux =
21
Stéphane Dugravot 1.8 22 == Comment personnaliser un tableau ? ==
23
Stéphane Dugravot 2.4 24 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 25
Stéphane Dugravot 2.4 26 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 27
Stéphane Dugravot 2.5 28 Voici quelques exemples de code Wiki associés a leur rendu :
Stéphane Dugravot 2.2 29
Stéphane Dugravot 14.1 30 === Comment appliquer une couleur de fond ? ===
Stéphane Dugravot 2.4 31
Camille Herry 24.5 32
Stéphane Dugravot 3.1 33 (% class="table-bordered" %)
34 (% style="background-color:#777777" %)|Disque|=Partitions|=Taille|=Type|=(% colspan="4" rowspan="1" %)Remarques
35 |64 Go|sda1|1G|ext4|(% colspan="4" rowspan="1" %)/boot
36 | |sda2|63 Go|lvm|(% style="background-color:#777777" %)(((
37 VG
38 )))|(% style="background-color:#777777" %)LV|(% style="background-color:#777777" %)Mount|(% style="background-color:#777777" %)Taille
39 | | | | |vg0|racine|/|8G
40 | | | | | |home|/home|4G
41 | | | | | |var|/var|4G
Camille Herry 24.8 42 ~{~{/column}}
Stéphane Dugravot 2.5 43
Camille Herry 24.7 44 {{code width="90%"}}
Stéphane Dugravot 3.1 45 (% class="table-bordered" %)
46 (% style="background-color:#777777" %)|Disque|=Partitions|=Taille|=Type|=(% colspan="4" rowspan="1" %)Remarques
47 |64 Go|sda1|1G|ext4|(% colspan="4" rowspan="1" %)/boot
48 | |sda2|63 Go|lvm|(% style="background-color:#777777" %)(((
49 VG
50 )))|(% style="background-color:#777777" %)LV|(% style="background-color:#777777" %)Mount|(% style="background-color:#777777" %)Taille
51 | | | | |vg0|racine|/|8G
52 | | | | | |home|/home|4G
53 | | | | | |var|/var|4G
Stéphane Dugravot 22.1 54 {{/code}}