Difference between revisions of "Template:✗"
Jump to navigation
Jump to search
(Tags: Mobile edit, Mobile web edit) |
(Tags: Mobile edit, Mobile web edit) |
||
Line 1: | Line 1: | ||
<noinclude>{| class="wikitable" | <noinclude>{| class="wikitable" | ||
|- | |- | ||
− | |</noinclude>data-sort-value="{{{sort|No}}}" style="background: {{{color| | + | |</noinclude>data-sort-value="{{{sort|No}}}" style="background: {{{color|FFD2D2}}}; color:black; vertical-align: middle; text-align: {{{align|center}}}; {{{style|}}}" class="table-no2" {{#if:{{{rowspan|}}}|rowspan="{{{rowspan}}}"}} | {{{text|✗}}}<noinclude> |
|} | |} | ||
If you want to use other attributes for the table cells, e.g. colspan or rowspan, they need to be put before the template call and there must be no vertical bar <code>|</code> in between them: | If you want to use other attributes for the table cells, e.g. colspan or rowspan, they need to be put before the template call and there must be no vertical bar <code>|</code> in between them: |
Revision as of 05:54, 2 March 2021
✗ |
If you want to use other attributes for the table cells, e.g. colspan or rowspan, they need to be put before the template call and there must be no vertical bar |
in between them:
This: |colspan=2 {{✗}} Not: |colspan=2|{{✗}}