Zum Inhalt springen

Vorlage:TableIC: Unterschied zwischen den Versionen

Aus transformal GmbH
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
Zeile 1: Zeile 1:
<!-- ============================================
<!-- ============================================
     Vorlage:Table2C v260213r2
     Vorlage:TableIC v250213r2
     Two-column spanning table wrapper for Preprint v7.17.2
     Inner column table wrapper for Preprint v7.17.2
    Uses hybrid wrapper approach (IA4)
      
      
     Usage:
     Usage:
       {{Table2C}}
       {{TableIC}}
       {| class="wikitable"
       {| class="wikitable"
       ...
       ...
       |}
       |}
       {{Table2C/End}}
       {{TableIC/End}}
     ============================================ -->
     ============================================ -->
<table class="preprint-2c-wrapper{{#ifeq:{{{size|}}}|small|&#32;place-small|}}"{{#if:{{{id|}}}| id="{{{id}}}"}}>{{#if:{{{1|}}}|<caption>{{{1}}}</caption>|}}
<div class="preprint-table-ic-wrapper{{#ifeq:{{{size|}}}|small|&#32;place-small|}}"{{#if:{{{id|}}}| id="{{{id}}}"}}>{{#if:{{{1|}}}|{{{1}}}|}}<noinclude>
<tr><td><noinclude>
== Documentation ==
== Documentation ==


Wraps existing tables to span both columns (full width).
Wraps existing tables to place them in the inner column.


=== Usage ===
=== Usage ===
<pre>
<pre>
{{Table2C}}
{{TableIC}}
{| class="wikitable" style="width:100%"
{| class="wikitable"
|-
|-
| Wide table content
| Your existing table
|}
|}
{{Table2C/End}}
{{TableIC/End}}
</pre>
</pre>


Uses hybrid wrapper technique for reliable 2C spanning.
Internal table markup remains unchanged.


[[Category:Preprint]]
[[Category:Preprint]]
</noinclude>
</noinclude>

Aktuelle Version vom 13. Februar 2026, 12:03 Uhr

Documentation

Wraps existing tables to place them in the inner column.

Usage

{{TableIC}}
{| class="wikitable"
|-
| Your existing table
|}
{{TableIC/End}}

Internal table markup remains unchanged.