Template:TableWrap/SingleCell: Difference between revisions

From Puella Magi Wiki
Jump to navigation Jump to search
(Set cell width to a fraction)
(Turn off cell padding)
Line 1: Line 1:
<includeonly>{{#ifexpr: {{{cell}}} mod {{{width}}} = 1|<tr>}}
<includeonly>{{#ifexpr: {{{cell}}} mod {{{width}}} = 1|<tr>}}
<td width="calc(100% / {{width}})">{{{1}}}<nowiki/></includeonly><noinclude>
<td style="padding:0px;width:calc(100% / {{width}})">{{{1}}}<nowiki/></includeonly><noinclude>
Decides whether to insert a row break before this table cell.
Decides whether to insert a row break before this table cell.



Revision as of 05:38, 16 February 2023

Decides whether to insert a row break before this table cell.

1 2 3
4 extra long 5 6
7 8