Template:Table2C: Difference between revisions
Appearance
OlafLangmack (talk | contribs) No edit summary |
OlafLangmack (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
<!-- ============================================ | <!-- ============================================ | ||
Vorlage: | Vorlage:Table2C v260213r2 | ||
Two-column spanning table wrapper for Preprint v7.17.2 | |||
Uses hybrid wrapper approach (IA4) | |||
Usage: | Usage: | ||
{{ | {{Table2C}} | ||
{| class="wikitable" | {| class="wikitable" | ||
... | ... | ||
|} | |} | ||
{{ | {{Table2C/End}} | ||
============================================ --> | ============================================ --> | ||
< | <table class="preprint-2c-wrapper{{#ifeq:{{{size|}}}|small| place-small|}}"{{#if:{{{id|}}}| id="{{{id}}}"}}>{{#if:{{{1|}}}|<caption>{{{1}}}</caption>|}} | ||
<tr><td><noinclude> | |||
== Documentation == | == Documentation == | ||
Wraps existing tables to | Wraps existing tables to span both columns (full width). | ||
=== Usage === | === Usage === | ||
<pre> | <pre> | ||
{{ | {{Table2C}} | ||
{| class="wikitable" | {| class="wikitable" style="width:100%" | ||
|- | |- | ||
| | | Wide table content | ||
|} | |} | ||
{{ | {{Table2C/End}} | ||
</pre> | </pre> | ||
Uses hybrid wrapper technique for reliable 2C spanning. | |||
[[Category:Preprint]] | [[Category:Preprint]] | ||
</noinclude> | </noinclude> | ||
Latest revision as of 12:11, 2 March 2026
DocumentationWraps 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. |