Template:TableIC: Difference between revisions
Appearance
OlafLangmack (talk | contribs) Created page with "<!-- ============================================ Template: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 in the inner c..." |
OlafLangmack (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
<!-- ============================================ | <!-- ============================================ | ||
Vorlage:TableIC v250213r2 | |||
Inner column table wrapper for Preprint v7.17 | Inner column table wrapper for Preprint v7.17.2 | ||
Usage: | Usage: | ||
| Line 10: | Line 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| place-small|}}"{{#if:{{{id|}}}| id="{{{id}}}"}}>{{#if:{{{1|}}}|{{{1}}}|}}<noinclude> | ||
== Documentation == | == Documentation == | ||
Latest revision as of 13:19, 15 February 2026
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.