Zum Inhalt springen

Vorlage:Table2C: Unterschied zwischen den Versionen

Aus transformal GmbH
Die Seite wurde neu angelegt: „<!-- ============================================ Vorlage:Table2C v250117r1 Two-column spanning table wrapper for Preprint v7.17 Uses hybrid wrapper approach (IA4) Usage: {{Table2C}} {| class="wikitable" ... |} {{Table2C/End}} ============================================ --> <table class="preprint-2c-wrapper"{{#if:{{{id|}}}| id="{{{id}}}"}}>{{#if:{{{1|}}}|<caption>{{{1}}}</caption>|}} <tr><…“
 
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
<!-- ============================================
<!-- ============================================
     Vorlage:Table2C v250117r1
     Vorlage:Table2C v260213r1
     Two-column spanning table wrapper for Preprint v7.17
     Two-column spanning table wrapper for Preprint v7.17.2
     Uses hybrid wrapper approach (IA4)
     Uses hybrid wrapper approach (IA4)
      
      
Zeile 11: Zeile 11:
       {{Table2C/End}}
       {{Table2C/End}}
     ============================================ -->
     ============================================ -->
<table class="preprint-2c-wrapper"{{#if:{{{id|}}}| id="{{{id}}}"}}>{{#if:{{{1|}}}|<caption>{{{1}}}</caption>|}}
<table class="preprint-2c-wrapper{{#ifeq:{{{size|}}}|small| place-small|}}"{{#if:{{{id|}}}| id="{{{id}}}"}}>{{#if:{{{1|}}}|<caption>{{{1}}}</caption>|}}
<tr><td><noinclude>
<tr><td><noinclude>
== Documentation ==
== Documentation ==

Version vom 13. Februar 2026, 10:54 Uhr

Documentation

Wraps existing tables to span both columns (full width).

Usage

{{Table2C}}
{| class="wikitable" style="width:100%"
|-
| Wide table content
|}
{{Table2C/End}}

Uses hybrid wrapper technique for reliable 2C spanning.