|
|
(50 dazwischenliegende Versionen von 4 Benutzern werden nicht angezeigt) |
Zeile 1: |
Zeile 1: |
| == Table example ==
| | {{Highlightbox| |
| | | Dies hier ist die Sandox (Testseite). Hier kann und darf jeder nach Herzenslust experimentieren und ausprobieren, was passiert. Die Änderungen werden automatisch nach einiger Zeit gelöscht. Es ist nicht erwünscht, dass du hier beleidigende Inhalte hinterlässt! |
| {| class="wikitable" style="width: 769px; height: 115px" width="769" | |
| |-
| |
| ! rowspan="2" | Tube unit power<br>requirement(W)
| |
| ! rowspan="2" | '''Number of tubes corresponding<br>to the power 16 A x 230 V <br>'''
| |
| ! colspan="3" | '''Maximum number of tubes that can be controlled by'''
| |
| |-
| |
| ! Contactors<br>GC16 A<br>CT16 A
| |
| ! Remote control<br>switches TL16 A
| |
| ! valign="top" align="left" | '''Circuit-<br>breakers<br>C60-16 ''''''A'''
| |
| |-
| |
| | 18
| |
| | 204
| |
| | 15
| |
| | 50
| |
| | 112
| |
| |-
| |
| | 36
| |
| | 102
| |
| | 15
| |
| | 25
| |
| | 56
| |
| |-
| |
| | 58
| |
| | 63
| |
| | 10
| |
| | 16
| |
| | 34
| |
| |}
| |
| | |
| '''''Fig. N49:''''' ''The number of controlled tubes is well below the number corresponding to the maximum power for the devices''
| |
| | |
| <br><br>
| |
| NOTA: THIS IS A TEST OF MORE COMPLETE CLEAN-UP, '''TO BE CONFIRMED IF WE INCLUDE TABLE TITLE IN TABLE DIRECTLY'''
| |
| | |
| {| class="wikitable" style="width: 769px; height: 115px" width="769"
| |
| |+ '''''Fig. N49:''''' ''The number of controlled tubes is well below the number corresponding to the maximum power for the devices''
| |
| |-
| |
| ! rowspan="2" | Tube unit power<br>requirement(W)
| |
| ! rowspan="2" | '''Number of tubes corresponding<br>to the power 16 A x 230 V <br>'''
| |
| ! colspan="3" | '''Maximum number of tubes that can be controlled by'''
| |
| |-
| |
| ! Contactors<br>GC16 A<br>CT16 A
| |
| ! Remote control<br>switches TL16 A
| |
| ! valign="top" align="left" | '''Circuit-<br>breakers<br>C60-16 ''''''A'''
| |
| |-
| |
| | 18
| |
| | 204
| |
| | 15
| |
| | 50
| |
| | 112
| |
| |-
| |
| | 36
| |
| | 102
| |
| | 15
| |
| | 25
| |
| | 56
| |
| |-
| |
| | 58
| |
| | 63
| |
| | 10
| |
| | 16
| |
| | 34
| |
| |}
| |
| | |
| | |
| | |
| | |
| == Image example ==
| |
| | |
| [[File:Test.jpg|thumb|450px|none|'''''Abb.Byy:''''' ''title of image'']]
| |
| | |
| | |
| == small manual TOC example ==
| |
| | |
| example with syntax to use (not looking perfect, will be ok with wiki3.2)
| |
| | |
| {{Manual_TOC |
| |
| * [[Gesamtleistungsaufnahme einer Anlage]]
| |
| * [[Erstellung einer Energiebilanz]]
| |
| }}
| |
| | |
| | |
| == Highlight box ("green boxes" in the book) example ==
| |
| | |
| {{Highlightbox |
| |
| Standards and regulations distinguish two kinds of dangerous contact,
| |
| *Direct contact
| |
| *Indirect contact
| |
| | |
| and corresponding protective measures
| |
| }} | | }} |
|
| |
|
| |
|
| |
|
| |
| == you can use this page to test wikitext language, it is free to modify by anybody ==
| |
|
| |
| [[File:Test.jpg|none|500px]]
| |
|
| |
|
| |
| test6
| |
|
| |
| <math>x^2 - y^2 +z^3 - a^{12} + \sqrt{\beta + 2.\pi.R + \delta + \phi} </math>
| |
|
| |
| <math> {\rm THD}=\sqrt{\sum _{{\rm h}={\rm 2}}^{{\rm h}={\rm H}}\left(\frac{{\rm Y}_{{\rm h}} }{{\rm Y}_{{\rm 1}} } \right)^{{\rm 2}} } =\frac{\sqrt{{\rm Y}_{{\rm 2}}^{{\rm 2}} +{\rm Y}_{{\rm 3}}^{{\rm 2}} +...+{\rm Y}_{{\rm H}}^{{\rm 2}} } }{{\rm Y}_{{\rm 1}} } </math>
| |
|
| |
|
| |
|
| |
| ---- | | ---- |
| == Color ==
| | <!-- Bitte erst NACH dieser Zeile schreiben! --> |
| | |
| Equations can use color:
| |
| | |
| *<code>{\color{Blue}x^2}+{\color{YellowOrange}2x}-{\color{OliveGreen}1}</code>
| |
| *:<math>{\color{Blue}x^2}+{\color{YellowOrange}2x}-{\color{OliveGreen}1}</math>
| |
| | |
| *<code>x_{1,2}=\frac{-b\pm\sqrt{\color{Red}b^2-4ac}}{2a}</code>
| |
| *:<math>x_{1,2}=\frac{-b\pm\sqrt{\color{Red}b^2-4ac}}{2a}</math>
| |
| | |
| It is also possible to change the background color (since [[rev:59550|r59550]]), as in the following example:
| |
| {| class=wikitable
| |
| |-
| |
| ! Background | |
| ! Wikicode
| |
| ! Rendering (in PNG)
| |
| |-
| |
| ! rowspan=2 | White
| |
| | <code>e^{i \pi} + 2 = 0</code>
| |
| | <math>e^{i \pi} + 2 = 0\,\!</math>
| |
| |-
| |
| | <code>'''\definecolor{orange}{RGB}{255,165,0}\pagecolor{orange}'''e^{i \pi} + 2 = 0</code>
| |
| | <math>\definecolor{orange}{RGB}{255,165,0}\pagecolor{orange}e^{i \pi} + 2 = 0\,\!</math>
| |
| |-
| |
| ! rowspan=2 | Orange | |
| | <code>e^{i \pi} + 2 = 0</code>
| |
| | style="background-color:orange;" | <math>e^{i \pi} + 2 = 0\,\!</math>
| |
| |-
| |
| | <code>'''\definecolor{orange}{RGB}{255,165,0}\pagecolor{Green}'''e^{i \pi} + 2 = 0</code>
| |
| | style="background-color:orange;" | <math>\definecolor{orange}{RGB}{255,165,0}\pagecolor{Green}e^{i \pi} + 2 = 0\,\!</math>
| |
| |}
| |
| | |
| {| class="wikitable"
| |
| |+ Colors supported
| |
| |-
| |
| | <math>\color{Apricot}\text{Apricot}</math> || <math>\color{Aquamarine}\text{Aquamarine}</math> || <math>\color{Bittersweet}\text{Bittersweet}</math> || <math>\color{Black}\text{Black}</math>
| |
| |-
| |
| | <math>\color{Blue}\text{Blue}</math> || <math>\color{BlueGreen}\text{BlueGreen}</math> || <math>\color{BlueViolet}\text{BlueViolet}</math> || <math>\color{BrickRed}\text{BrickRed}</math>
| |
| |-
| |
| | <math>\color{Brown}\text{Brown}</math> || <math>\color{BurntOrange}\text{BurntOrange}</math> || <math>\color{CadetBlue}\text{CadetBlue}</math> || <math>\color{CarnationPink}\text{CarnationPink}</math>
| |
| |-
| |
| | <math>\color{Cerulean}\text{Cerulean}</math> || <math>\color{CornflowerBlue}\text{CornflowerBlue}</math> || <math>\color{Cyan}\text{Cyan}</math> || <math>\color{Dandelion}\text{Dandelion}</math>
| |
| |-
| |
| | <math>\color{DarkOrchid}\text{DarkOrchid}</math> || <math>\color{Emerald}\text{Emerald}</math> || <math>\color{ForestGreen}\text{ForestGreen}</math> || <math>\color{Fuchsia}\text{Fuchsia}</math>
| |
| |-
| |
| | <math>\color{Goldenrod}\text{Goldenrod}</math> || <math>\color{Gray}\text{Gray}</math> || <math>\color{Green}\text{Green}</math> || <math>\color{GreenYellow}\text{GreenYellow}</math>
| |
| |-
| |
| | <math>\color{JungleGreen}\text{JungleGreen}</math> || <math>\color{Lavender}\text{Lavender}</math> || <math>\color{LimeGreen}\text{LimeGreen}</math> || <math>\color{Magenta}\text{Magenta}</math>
| |
| |-
| |
| | <math>\color{Mahogany}\text{Mahogany}</math> || <math>\color{Maroon}\text{Maroon}</math> || <math>\color{Melon}\text{Melon}</math> || <math>\color{MidnightBlue}\text{MidnightBlue}</math>
| |
| |-
| |
| | <math>\color{Mulberry}\text{Mulberry}</math> || <math>\color{NavyBlue}\text{NavyBlue}</math> || <math>\color{OliveGreen}\text{OliveGreen}</math> || <math>\color{Orange}\text{Orange}</math>
| |
| |-
| |
| | <math>\color{OrangeRed}\text{OrangeRed}</math> || <math>\color{Orchid}\text{Orchid}</math> || <math>\color{Peach}\text{Peach}</math> || <math>\color{Periwinkle}\text{Periwinkle}</math>
| |
| |-
| |
| | <math>\color{PineGreen}\text{PineGreen}</math> || <math>\color{Plum}\text{Plum}</math> || <math>\color{ProcessBlue}\text{ProcessBlue}</math> || <math>\color{Purple}\text{Purple}</math>
| |
| |-
| |
| | <math>\color{RawSienna}\text{RawSienna}</math> || <math>\color{Red}\text{Red}</math> || <math>\color{RedOrange}\text{RedOrange}</math> || <math>\color{RedViolet}\text{RedViolet}</math>
| |
| |-
| |
| | <math>\color{Rhodamine}\text{Rhodamine}</math> || <math>\color{RoyalBlue}\text{RoyalBlue}</math> || <math>\color{RoyalPurple}\text{RoyalPurple}</math> || <math>\color{RubineRed}\text{RubineRed}</math>
| |
| |-
| |
| | <math>\color{Salmon}\text{Salmon}</math> || <math>\color{SeaGreen}\text{SeaGreen}</math> || <math>\color{Sepia}\text{Sepia}</math> || <math>\color{SkyBlue}\text{SkyBlue}</math>
| |
| |-
| |
| | <math>\color{SpringGreen}\text{SpringGreen}</math> || <math>\color{Tan}\text{Tan}</math> || <math>\color{TealBlue}\text{TealBlue}</math> || <math>\color{Thistle}\text{Thistle}</math>
| |
| |-
| |
| | <math>\color{Turquoise}\text{Turquoise}</math> || <math>\color{Violet}\text{Violet}</math> || <math>\color{VioletRed}\text{VioletRed}</math> || <math style="background:black">\pagecolor{Black}\color{White}\text{White}</math>
| |
| |-
| |
| | <math>\color{WildStrawberry}\text{WildStrawberry}</math> || <math>\color{Yellow}\text{Yellow}</math> || <math>\color{YellowGreen}\text{YellowGreen}</math> || <math>\color{YellowOrange}\text{YellowOrange}</math>
| |
| |}
| |
| | |
| Note that color should not be used as the ''only'' way to identify something, because it will become meaningless on black-and-white media or for color-blind people. See [[Wikipedia:Manual of Style (accessibility)#Color]].
| |
|
| |
|
| <math>a^2-b^2=(a+b)*(a-b)</math>
| |
|
| |
|
| <math>\sqrt(pi)</math> | | <math>\Delta U\%=100\frac{\Delta U}{Un}</math> |