Zum Inhalt springen

Vorlage:TableIC: Unterschied zwischen den Versionen

Aus transformal GmbH
Die Seite wurde neu angelegt: „<!-- ============================================ Vorlage:TableIC v250117r1 Inner column table wrapper for Preprint v7.17 Usage: {{TableIC}} {| class="wikitable" ... |} {{TableIC/End}} ============================================ --> <div class="preprint-table-ic-wrapper"{{#if:{{{id|}}}| id="{{{id}}}"}}>{{#if:{{{1|}}}|{{{1}}}|}}<noinclude> == Documentation == Wraps existing tables to place them…“
 
Keine Bearbeitungszusammenfassung
 
(2 dazwischenliegende Versionen derselben Benutzerin werden nicht angezeigt)
Zeile 1: Zeile 1:
<!-- ============================================
<!-- ============================================
     Vorlage:TableIC v250117r1
     Vorlage:TableIC v250213r2
     Inner column table wrapper for Preprint v7.17
     Inner column table wrapper for Preprint v7.17.2
      
      
     Usage:
     Usage:
Zeile 10: Zeile 10:
       {{TableIC/End}}
       {{TableIC/End}}
     ============================================ -->
     ============================================ -->
<div class="preprint-table-ic-wrapper"{{#if:{{{id|}}}| id="{{{id}}}"}}>{{#if:{{{1|}}}|{{{1}}}|}}<noinclude>
<div class="preprint-table-ic-wrapper{{#ifeq:{{{size|}}}|small|&#32;place-small|}}"{{#if:{{{id|}}}| id="{{{id}}}"}}>{{#if:{{{1|}}}|{{{1}}}|}}<noinclude>
== Documentation ==
== Documentation ==



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.