« Utilisateur:LMischler/Admin » : différence entre les versions

De Guide de l'Installation Electrique
Aller à :navigation, rechercher
Aucun résumé des modifications
(remove some old tests of the syntax)
Balise : Contenu remplacé
 
(8 versions intermédiaires par le même utilisateur non affichées)
Ligne 1 : Ligne 1 :
{{NOINDEX}}
== my sub-pages ==
== my sub-pages ==
{{Special:PrefixIndex/User:LMischler/}}
{{Special:PrefixIndex/User:LMischler/}}


 
== useful links ==
== Gallery - using specific template which creates a table ==
* CSS: [[mediawiki:eig.css]]
 
* left sidebar definition: [[mediawiki:eig.js]]
=== template is now OK upto 8 images, but with 4 images per row as mandatory ===
* useful templates list: [[:Category:Utility_templates]]
{{Gallery|F78|Situations augmentant le risque d'incendie|165px|
* [[Book migration follow-up]]
|DB422266a.svg||Cordon d’alimentation trop sollicité (par un meuble ou une position)
|DB422266a.svg||Cordon d’alimentation défectueux suite à manoeuvres inappropriées ou trop nombreuses
|DB422266a.svg||Câble affaibli lors du raccordement
|DB422266a.svg||Endommagement accidentel d’un câble
|DB422266a.svg||Prises en mauvais état
|DB422266a.svg||Vieillissement des protections de câbles
|DB422266a.svg||Connexions desserrées
|DB422266a.svg||Câbles endommagés par leur environnement : UV, vibrations, humidité, rongeurs}}
 
 
=== if needeed to have less than 4 images per row, use 2 or more image galleries, one per row of images, with only the last one with fignum and title ===
 
{{Gallery|||335px|
|DB422032a_FR.svg||'''Configuration initiale''' : Tableau BT sous tension.<br/>Interrupteur MT fermé. Disjoncteur BT fermé. Sectionneur de terre ouvert et verrouillé. Clé O prisonnière. Clé S prisonnière.
|DB422032a_FR.svg||'''Etape 1''' : interrupteur fermé.<br/>Disjoncteur BT ouvert et verrouillé. Sectionneur de terre ouvert et verrouillé. Clé O libre. Clé S prisonnière.
|DB422032a_FR.svg||'''Etape 2''' : interrupteur ouvert.<br/>Disjoncteur BT ouvert et verrouillé. Sectionneur de terre déverrouillé. Clé O prisonnière. Clé S prisonnière.}}
{{Gallery|B19b|Exemple de système d'interverrouillage MT/BT|335px|
|DB422032a_FR.svg||'''Etape 3''' : interrupteur ouvert.<br/>Disjoncteur BT ouvert et verrouillé. Sectionneur de terre fermé et verrouillé. Clé O prisonnière. Clé S libre.
|DB422032a_FR.svg||'''Etape 4''' : interrupteur ouvert.<br/>Disjoncteur BT ouvert et verrouillé. Sectionneur de terre fermé et verrouillé, porte du compartiment transformateur ouverte. Clé O prisonnière. Clé S prisonnière.
|DB422032a_FR.svg||'''Légende'''}}
 
 
{{Gallery|E30|Tableaux de distribution terminale|170px|
|PB116718.jpg|a|Prisma Plus G Pack and what if the title is really very but really very very long ?
|PB116719.jpg|b|Kaedra
|PB116720.jpg|c|Mini-Pragma}}
 
 
{{Gallery|E28|Tableau Général Basse Tension (TGBT) - examples|230px|
|PB116715.jpg|a|TGBT (Prisma P) avec une arrivée par canalisation électrique préfabriquée (Canalis)
|PB116716.jpg|b|TGBT (Okken)}}
 
 
{{Gallery|F63|Disjoncteurs de type industriel avec module DDR|150px|
|PB116743.jpg||Disjoncteur de type industriel Vigicompact
|PB116744.jpg||Disjoncteur de type industriel Acti 9
|PB116745.jpg||Disjoncteur de type industriel Acti 9 sur rail DIN avec un module DDR Vigi adaptable}}
 
 
{{Gallery|E27|mesure de la résistance de terre de la prise de terre (X) par un ohmmètre de terre|440px|
|DB422181a_FR.svg|a|le principe de la mesure est basé sur des natures de terrain présumées homogène. Si les zones d'influence des électrodes (C ) et (X) se chevauchent, le positionnement de l'électrode (P) est difficile à déterminer pour obtenir des résultats satisfaisants.
|DB422181b.svg|b|illustration de l'effet sur le gradient de potentiel quand (X) et (C) sont très éloignées. Le positionnement de l'électrode (P) n'est plus critique et peut être facilement déterminé.}}
 
== Gallery - test with standard wiki syntax ==
* Our version of mediawiki is a bit old and does not have latest look&feel options for galleries
* I also had to modify the CSS (using mediawiki:common.css page) to avoid grey background on images, and to adjust individual image caption text size to 12px
* I cannot use the standard "caption" syntax for the complete gallery, otherwise it's not possible to adjust the look&feel of this title according to EIG-wiki format
<gallery widths=220px heights=250px caption="'''''Fig.Exx:''''' '''This is my gallery title'''">
File:PB116715.jpg|'''[a]'''
File:PB116716.jpg|'''[b]'''
</gallery>
 
 
* so I have to add caption as text below the gallery
* '''question''': should I add a div to group together gallery and title ???
<gallery widths=220px heights=250px>
File:PB116715.jpg|'''[a]'''
File:PB116716.jpg|'''[b]'''
</gallery>
{{FigTitle|Exx|This is my gallery title adde below}}
 
== Gallery - test using a div to show image at their uploaded size ==
it's just not looking very nice with a frame on each image ...
<div><ul>
<li style="display: inline-block;"> [[File:PB116715.jpg|frame|none|Caption 1]] </li>
<li style="display: inline-block;"> [[File:PB116716.jpg|frame|none|Caption 2]] </li>
</ul></div>
 
 
and without frame it's not possible to add a caption on each image
<div><ul>
<li style="display: inline-block;"> [[File:PB116715.jpg|none|Caption 1]] </li>
<li style="display: inline-block;"> [[File:PB116716.jpg|none|Caption 2]] </li>
</ul></div>
 
 
== Gallery - test using table ==
 
* The advantage here is that it's not needed to specify the width/height for the images
* The limitation is that we cannot add a long caption for each image (has to be limited to [a] or [b])
 
{| class="table_noCSS" style="border-spacing: 10px 0;"
|-
| style="padding: 10px; border: 1px solid #ccc; vertical-align:bottom" | [[File:PB116715.jpg]]
| style="padding: 10px; border: 1px solid #ccc; vertical-align:bottom" | [[File:PB116716.jpg]]
|-
| '''[a]'''
| '''[b]'''
|-
|}
{{FigNotes|
'''[a]''' TGBT avec une arrivée par canalisation électrique préfabriquée (Prisma P)<br>
'''[b]''' TGBT (Okken)}}
{{FigTitle|Exx|Exemples de TGBT (Tableau Général Basse Tension)}}
 
 
* OR we can add a long caption for each image (has to be limited to [a] or [b]) if we fix the width of each column (and if this width is large enough !)
 
{| class="table_noCSS" style="border-spacing: 10px 0;"
|-  
| style="padding: 10px; border: 1px solid #ccc; vertical-align:bottom; text-align:center; width:230px;" | [[File:PB116715.jpg]]
| style="padding: 10px; border: 1px solid #ccc; vertical-align:bottom; text-align:center; width:230px;" | [[File:PB116716.jpg]]
|-
| style="width:230px;" | '''[a]''' TGBT avec une arrivée par canalisation électrique préfabriquée (Prisma P)
| style="width:230px;" | '''[b]''' TGBT (Okken)
|-
|}
{{FigTitle|Exx|Exemples de TGBT (Tableau Général Basse Tension)}}
 
== math formula ==
<math>x^2 - y^2 +z^3 - a^{12} + \sqrt{\beta + 2.\pi.R + \delta + \phi} + V + W</math>
 
 
== external link ==
Let's add an external link: [http://www.schneider-electric.com]
 
 
== reference ==
 
Reference with standard wiki syntax<ref> This is the note text</ref>
 
Reference with DE wiki syntax<ref name="Ref1" />
 
 
== SVG image ==
[[File:Fig_A11.svg|frame|none|'''''Fig. A11''''': ''Application du facteur de simultanéité (ks) à un immeuble de 4 étages + rez-de-chaussée (correspondant à la norme NF C 14-100)]]''
 
 
== References ==
<references>
<ref name="Ref1"> Ecodial ist ein Produkt von Schneider Electric. Deutsche Version verfügbar; englische und französische Sprache
wählbar.</ref>
</ref>
</references>

Dernière version du 22 décembre 2022 à 08:06