Difference between revisions of "Template:TableRow2cols"

From Theatrum Paracelsicum
(Created page with "<noinclude> {| class="wikitable" style="margin:right; width:100%; background-color:lightblue" {{TableRow2cols|abc1|def1|width1=10%}} {{TableRow2cols|abc2| |ifempty=0}} {{TableRow2cols|abc2|x|ifempty=0}} {{TableRow2cols|abc2| |ifempty=0}} {{TableRow2cols|abc2|y|ifempty=0}} {{TableRow2cols|abc2| |ifempty=0}} {{TableRow2cols|abc3|def3}} |} </noinclude><includeonly>{{#ifeq:{{{ifempty|1}}}|0| <!-- ifempty=0 --> {{#if:{{{2|}}}| <!-- text2 nicht leer --> {{!}}- style="vertica...")
 
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>
<noinclude>
<pre>


{| class="wikitable" style="margin:right; width:100%; background-color:lightblue"
{| class="wikitable" style="margin:right; width:100%; background-color:lightblue"
{{TableRow2cols|abc1|def1|width1=10%}}
{{TableRow2cols|abc1|def1|width=10%}}
{{TableRow2cols|abc2| |ifempty=0}}
{{TableRow2cols|abc2| |ifempty=0}}
{{TableRow2cols|abc2|x|ifempty=0}}
{{TableRow2cols|abc3|def3}}
{{TableRow2cols|abc2| |ifempty=0}}
|}
{{TableRow2cols|abc2|y|ifempty=0}}
 
</pre>
 
{| class="wikitable" style="margin:right; width:100%; background-color:lightblue"
{{TableRow2cols|abc1|def1|width=10%}}
{{TableRow2cols|abc2| |ifempty=0}}
{{TableRow2cols|abc2| |ifempty=0}}
{{TableRow2cols|abc3|def3}}
{{TableRow2cols|abc3|def3}}
|}
|}


Line 16: Line 23:
<!-- text2 nicht leer -->
<!-- text2 nicht leer -->
{{!}}- style="vertical-align:top;"
{{!}}- style="vertical-align:top;"
  {{!}}style="width:{{{width1|25%}}}" {{!}} {{{1|}}}
{{!}}{{#if:{{{width|}}}|style="width:{{{width}}}"{{!}} }} {{{1|}}}
  {{!}}{{{2|}}}
{{!}}{{{2|}}}
|
|
<!-- text2 leer -->
<!-- text2 leer -->
Line 24: Line 31:
<!-- ifempty=1 -->
<!-- ifempty=1 -->
{{!}}- style="vertical-align:top;"
{{!}}- style="vertical-align:top;"
  {{!}}style="width:{{{width1|25%}}}" {{!}} {{{1|}}}
{{!}}{{#if:{{{width|}}}|style="width:{{{width}}}"{{!}} }} {{{1|}}}
  {{!}}{{{2|}}}  
{{!}}{{{2|}}}
}}</includeonly>
}}</includeonly>

Latest revision as of 09:37, 23 October 2022



{| class="wikitable" style="margin:right; width:100%; background-color:lightblue"
{{TableRow2cols|abc1|def1|width=10%}}
{{TableRow2cols|abc2| |ifempty=0}}
{{TableRow2cols|abc3|def3}}
|}

abc1 def1
abc3 def3