Benutzer:LMischler/TableTests: Unterschied zwischen den Versionen

Aus Planungskompendium Energieverteilung
Wechseln zu:Navigation, Suche
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
(19 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
__TOC__
Messungen in europäischen Solarparks haben zu den in '''Abbildung''' {{SeeFig|A2}} aufgeführten Messergebnissen geführt:
Messungen in europäischen Solarparks haben zu den in '''Abbildung''' {{SeeFig|A2}} aufgeführten Messergebnissen geführt:


== Test adding figure title AND table notes directly in table "caption" element ==
== test adding a div element around the whole (table + notes + caption) ==
=== also added id="A2" in table header, to create a link to the beginning of the table ===
'''Figure title AND table notes are AFTER the table element (not included in table element)'''


{| class="wikitable" style="width: 65%" id="A2"
But otherwise similar to first test:
|+
* one template to "encapsulate" the table note content inside a <nowiki><p> ... </p></nowiki> element, with a class="table-note-details"
{{TableNote|
* another template to "encapsulate" the table title inside a <nowiki><p> ... </p></nowiki> element, with proper formating of reference(like A2) and title, and a class="table-caption"
[1] xxxxxxxxxxxxxxxxxxxxxxxx<br>
 
[2] Diese Werte sollten nicht für öffentliche Verteilernetze verwendet werden.<br>
'''html structure of table with this syntax:'''
[3] Diese Netze sind im Allgemeinen Vierleiternetze.<br>
 
[4] Über die Vereinheitlichung dieser Werte wird beraten.}}
<nowiki><div class="pp-table">
{{FigTitle|A2|Normspannungen von 1 kV bis 35 kV (IEC 60038 Ausgabe 6.2 2002-07 (VDE 0175))}}
  <table class="wikitable" style="width: 65%">
  <tbody>
  ....
  </tbody></table>
  <p class="tablenote-details" style="font-size:12px">
  <b>[1]</b> Diese Werte sollten nicht für öffentliche<br>
  <b>[2]</b> Diese Werte sollten nicht für öffentliche Verteilernetze verwendet werden.<br>
  <b>[3]</b> Diese Netze sind im Allgemeinen Vierleiternetze.<br>
  <b>[4]</b> Über die Vereinheitlichung dieser Werte wird beraten.<br><br>
  Possible to add complementary information in the table notes with an empty line separation, BUT this can only be done with 2 consecutive &lt;br&gt; codes</p>
  <p class="table-caption" style="font-size:14px"><i><b>Abb. A2b</b></i>: <i>Normspannungen von 1 kV bis 35 kV (IEC 60038 Ausgabe 6.2 2002-07 (VDE 0175) this is additional text to check what happens and the format for a long table title)</i></p>
</div></nowiki>
<div class="pp-table">
{| class="wikitable" style="width: 65%"
|-
|-
! colspan="3" | Reihe I  
! colspan="3" | Reihe I  
Zeile 93: Zeile 108:
| -
| -
|}
|}
{{TableNote|
'''[1]''' Diese Werte sollten nicht für öffentliche<br>
'''[2]''' Diese Werte sollten nicht für öffentliche Verteilernetze verwendet werden.<br>
'''[3]''' Diese Netze sind im Allgemeinen Vierleiternetze.<br>
'''[4]''' Über die Vereinheitlichung dieser Werte wird beraten.<br><br>
Possible to add complementary information in the table notes with an empty line separation, BUT this can only be done with 2 consecutive <nowiki><br></nowiki> codes}}
{{FigTitle|A2b|Normspannungen von 1 kV bis 35 kV (IEC 60038 Ausgabe 6.2 2002-07 (VDE 0175) this is additional text to check what happens and the format for a long table title)}}
</div>


== Figure title AND table notes are just "regular" text AFTER the table element - current format of most tables with table notes ==


== Figure title AND table notes are AFTER the table element (not included in table element) ==
* table notes are just "regular" text after the table, with <nowiki><br></nowiki> codes to separate several notes
=== table notes using template "TableNote" to add a class -  use of <br> at the end of table note lines ==
* Table title is also just text with proper acronym (Abb. for German) + formatting
* there are some empty lines between end of table and table note, and also between table notes and table title


{| class="wikitable" style="width: 65%" id="A2b"
{| class="wikitable" style="width: 65%" id="A2b"
Zeile 180: Zeile 205:
| -
| -
|}
|}
{{TableNote|
'''[1]''' Diese Werte sollten nicht für öffentliche<br>
[1] xxxxxxxxxxxxxxxxxxxxxxxx<br>
'''[2]''' Diese Werte sollten nicht für öffentliche Verteilernetze verwendet werden.<br>
[2] Diese Werte sollten nicht für öffentliche Verteilernetze verwendet werden.<br>
'''[3]''' Diese Netze sind im Allgemeinen Vierleiternetze.<br>
[3] Diese Netze sind im Allgemeinen Vierleiternetze.<br>
'''[4]''' Über die Vereinheitlichung dieser Werte wird beraten.
[4] Über die Vereinheitlichung dieser Werte wird beraten.}}
{{FigTitle|A2b|Normspannungen von 1 kV bis 35 kV (IEC 60038 Ausgabe 6.2 2002-07 (VDE 0175))}}
{{FigTitle|A2b|Normspannungen von 1 kV bis 35 kV (IEC 60038 Ausgabe 6.2 2002-07 (VDE 0175))}}




== Figure title AND table notes are AFTER the table element (not included in table element) ==
== Figure title AND table notes are included directly in table "caption" element ==
=== table notes NOT using template "TableNote" - just text after the table -  NO USE of <br> ===
 
THIS OPTION IS NOT A GOOD IDEA: not good to put "table notes" inside table caption element, as it becomes more complex to diffentiate the 2 if we want to export content
 
* one template to "encapsulate" the table note content inside a <nowiki><p> ... </p></nowiki> element, with a class="table-note-details"
* another template to "encapsulate" the table title inside a <nowiki><p> ... </p></nowiki> element, with proper formating of reference(like A2) and title, and a class="table-caption"
* this solution is limitating the table note (and table title) text area to the width of the table
 
nota: also added id="A2" in table header, to possibly create a link to the beginning of this table, based on its fig ref = A2
 
'''html structure of table with this syntax:'''


{| class="wikitable" style="width: 65%" id="A2b"
<nowiki><table class="wikitable" style="width: 65%" id="A2">
<caption>
<p class="tablenote-details" style="font-size:12px">
<b>[1]</b> Diese Werte sollten nicht für öffentliche<br>
<b>[2]</b> Diese Werte sollten nicht für öffentliche Verteilernetze verwendet werden.<br>
<b>[3]</b> Diese Netze sind im Allgemeinen Vierleiternetze.<br>
<b>[4]</b> Über die Vereinheitlichung dieser Werte wird beraten.<br><br>
Possible to add complementary information in the table notes with an empty line separation, BUT this can only be done with 2 consecutive &lt;br&gt; codes</p>
<p class="table-caption" style="font-size:14px"><i><b>Abb. A2</b></i>: <i>Normspannungen von 1 kV bis 35 kV (IEC 60038 Ausgabe 6.2 2002-07 (VDE 0175) this is additional text to check what happens and the format for a long table title)</i></p>
<p></p></caption>
<tbody>
...
</tbody></table>
</nowiki>
 
{| class="wikitable" style="width: 65%" id="Table12345_EN"
|+
{{TableNote|
'''[1]''' Diese Werte sollten nicht für öffentliche<br>
'''[2]''' Diese Werte sollten nicht für öffentliche Verteilernetze verwendet werden.<br>
'''[3]''' Diese Netze sind im Allgemeinen Vierleiternetze.<br>
'''[4]''' Über die Vereinheitlichung dieser Werte wird beraten.<br><br>
Possible to add complementary information in the table notes with an empty line separation, BUT this can only be done with 2 consecutive <nowiki><br></nowiki> codes}}
{{FigTitle|A2|Normspannungen von 1 kV bis 35 kV (IEC 60038 Ausgabe 6.2 2002-07 (VDE 0175) this is additional text to check what happens and the format for a long table title)}}
|-
|-
! colspan="3" | Reihe I  
! colspan="3" | Reihe I  
Zeile 273: Zeile 329:
| -
| -
|}
|}
[1] xxxxxxxxxxxxxxxxxxxxxxxx
[2] Diese Werte sollten nicht für öffentliche Verteilernetze verwendet werden.
[3] Diese Netze sind im Allgemeinen Vierleiternetze.
[4] Über die Vereinheitlichung dieser Werte wird beraten.
{{FigTitle|A2b|Normspannungen von 1 kV bis 35 kV (IEC 60038 Ausgabe 6.2 2002-07 (VDE 0175))}}

Aktuelle Version vom 16. April 2016, 13:26 Uhr

Messungen in europäischen Solarparks haben zu den in Abbildung A2 aufgeführten Messergebnissen geführt:

test adding a div element around the whole (table + notes + caption)

Figure title AND table notes are AFTER the table element (not included in table element)

But otherwise similar to first test:

  • one template to "encapsulate" the table note content inside a <p> ... </p> element, with a class="table-note-details"
  • another template to "encapsulate" the table title inside a <p> ... </p> element, with proper formating of reference(like A2) and title, and a class="table-caption"

html structure of table with this syntax:

<div class="pp-table">
  <table class="wikitable" style="width: 65%">
  <tbody>
  ....
  </tbody></table>
  <p class="tablenote-details" style="font-size:12px">
  <b>[1]</b> Diese Werte sollten nicht für öffentliche<br>
  <b>[2]</b> Diese Werte sollten nicht für öffentliche Verteilernetze verwendet werden.<br>
  <b>[3]</b> Diese Netze sind im Allgemeinen Vierleiternetze.<br>
  <b>[4]</b> Über die Vereinheitlichung dieser Werte wird beraten.<br><br>
  Possible to add complementary information in the table notes with an empty line separation, BUT this can only be done with 2 consecutive <br> codes</p>
  <p class="table-caption" style="font-size:14px"><i><b>Abb. A2b</b></i>: <i>Normspannungen von 1 kV bis 35 kV (IEC 60038 Ausgabe 6.2 2002-07 (VDE 0175) this is additional text to check what happens and the format for a long table title)</i></p>
 </div>
Reihe I Reihe II
Höchste Spannung für Betriebsmittel (kV) Netz-Nennspannung (kV) Höchste Spannung für Betriebsmittel (kV) Netz-Nennspannung (kV)
3,6[2] 3,3[2] 3[2] 4,40[2] 4,16[2]
7,2[2] 6,6[2] 6[2] - -
12 11 10 - -
- - - 13,2[3] 12,47[3]
- - - 13,97[3] 13,23
- - - 14,52[2] 13,8[2]
(17,5) - (15) - -
24 22 20 - -
- - - 26,4[3] 24,94[3]
36[4] 33[4] - - -
- - - 36,5 34,5
40,5[4] - 35[4] - -

[1] Diese Werte sollten nicht für öffentliche
[2] Diese Werte sollten nicht für öffentliche Verteilernetze verwendet werden.
[3] Diese Netze sind im Allgemeinen Vierleiternetze.
[4] Über die Vereinheitlichung dieser Werte wird beraten.

Possible to add complementary information in the table notes with an empty line separation, BUT this can only be done with 2 consecutive <br> codes

Abb. A2b – Normspannungen von 1 kV bis 35 kV (IEC 60038 Ausgabe 6.2 2002-07 (VDE 0175) this is additional text to check what happens and the format for a long table title)

Figure title AND table notes are just "regular" text AFTER the table element - current format of most tables with table notes

  • table notes are just "regular" text after the table, with <br> codes to separate several notes
  • Table title is also just text with proper acronym (Abb. for German) + formatting
  • there are some empty lines between end of table and table note, and also between table notes and table title
Reihe I Reihe II
Höchste Spannung für Betriebsmittel (kV) Netz-Nennspannung (kV) Höchste Spannung für Betriebsmittel (kV) Netz-Nennspannung (kV)
3,6[2] 3,3[2] 3[2] 4,40[2] 4,16[2]
7,2[2] 6,6[2] 6[2] - -
12 11 10 - -
- - - 13,2[3] 12,47[3]
- - - 13,97[3] 13,23
- - - 14,52[2] 13,8[2]
(17,5) - (15) - -
24 22 20 - -
- - - 26,4[3] 24,94[3]
36[4] 33[4] - - -
- - - 36,5 34,5
40,5[4] - 35[4] - -

[1] Diese Werte sollten nicht für öffentliche
[2] Diese Werte sollten nicht für öffentliche Verteilernetze verwendet werden.
[3] Diese Netze sind im Allgemeinen Vierleiternetze.
[4] Über die Vereinheitlichung dieser Werte wird beraten.

Abb. A2b – Normspannungen von 1 kV bis 35 kV (IEC 60038 Ausgabe 6.2 2002-07 (VDE 0175))


Figure title AND table notes are included directly in table "caption" element

THIS OPTION IS NOT A GOOD IDEA: not good to put "table notes" inside table caption element, as it becomes more complex to diffentiate the 2 if we want to export content

  • one template to "encapsulate" the table note content inside a <p> ... </p> element, with a class="table-note-details"
  • another template to "encapsulate" the table title inside a <p> ... </p> element, with proper formating of reference(like A2) and title, and a class="table-caption"
  • this solution is limitating the table note (and table title) text area to the width of the table

nota: also added id="A2" in table header, to possibly create a link to the beginning of this table, based on its fig ref = A2

html structure of table with this syntax:

<table class="wikitable" style="width: 65%" id="A2">
 <caption>
 <p class="tablenote-details" style="font-size:12px">
 <b>[1]</b> Diese Werte sollten nicht für öffentliche<br>
 <b>[2]</b> Diese Werte sollten nicht für öffentliche Verteilernetze verwendet werden.<br>
 <b>[3]</b> Diese Netze sind im Allgemeinen Vierleiternetze.<br>
 <b>[4]</b> Über die Vereinheitlichung dieser Werte wird beraten.<br><br>
 Possible to add complementary information in the table notes with an empty line separation, BUT this can only be done with 2 consecutive <br> codes</p>
 <p class="table-caption" style="font-size:14px"><i><b>Abb. A2</b></i>: <i>Normspannungen von 1 kV bis 35 kV (IEC 60038 Ausgabe 6.2 2002-07 (VDE 0175) this is additional text to check what happens and the format for a long table title)</i></p>
 <p></p></caption>
 <tbody>
 ...
 </tbody></table>

[1] Diese Werte sollten nicht für öffentliche
[2] Diese Werte sollten nicht für öffentliche Verteilernetze verwendet werden.
[3] Diese Netze sind im Allgemeinen Vierleiternetze.
[4] Über die Vereinheitlichung dieser Werte wird beraten.

Possible to add complementary information in the table notes with an empty line separation, BUT this can only be done with 2 consecutive <br> codes

Abb. A2 – Normspannungen von 1 kV bis 35 kV (IEC 60038 Ausgabe 6.2 2002-07 (VDE 0175) this is additional text to check what happens and the format for a long table title)
Reihe I Reihe II
Höchste Spannung für Betriebsmittel (kV) Netz-Nennspannung (kV) Höchste Spannung für Betriebsmittel (kV) Netz-Nennspannung (kV)
3,6[2] 3,3[2] 3[2] 4,40[2] 4,16[2]
7,2[2] 6,6[2] 6[2] - -
12 11 10 - -
- - - 13,2[3] 12,47[3]
- - - 13,97[3] 13,23
- - - 14,52[2] 13,8[2]
(17,5) - (15) - -
24 22 20 - -
- - - 26,4[3] 24,94[3]
36[4] 33[4] - - -
- - - 36,5 34,5
40,5[4] - 35[4] - -