Template:No/doc
< Template:No
Jump to navigation
Jump to search
Revision as of 17:13, 9 November 2022 by Jacmob (talk | contribs) (Created page with "{{Documentation}} This template modifies table cells to be red, displaying "No" in text by default. ==Usage== This template can be used by entering the following onto a relevant page, within a table cell. <pre>{{No}}</pre> {|class="wikitable" ! {{No}} ! Y ! N/A |- | Y || Y || Y |- | N/A || Y || {{No}} |} ===colspan=== Use this parameter to adjust the column width. ===rowspan=== Use this parameter to adjust the row width. <pre>{{No|colspan=2|rowspan=2}}</pre> {|cla...")
This template modifies table cells to be red, displaying "No" in text by default.
Usage
This template can be used by entering the following onto a relevant page, within a table cell.
{{No}}
No | Y | N/A |
---|---|---|
Y | Y | Y |
N/A | Y | No |
colspan
Use this parameter to adjust the column width.
rowspan
Use this parameter to adjust the row width.
{{No|colspan=2|rowspan=2}}
Y | No | N/A | |
---|---|---|---|
Y | Y | Y | Y |
N/A | Y | No | |
Y |
text
Use may also change the text presented simply by doing the following:
{{No|Never}}
No | Y | N/A |
---|---|---|
Y | Y | Y |
N/A | Y | Never |
See also