Difference between revisions of "Template:R"

From Emulation General Wiki
Jump to navigation Jump to search
(Created page with "<noinclude>{| class="wikitable" |- |</noinclude>data-sort-value="{{{sort|Yes}}}" style="background: {{{color|PapayaWhip}}}; color: black; vertical-align: middle; text-align: {...")
 
m
 
Line 12: Line 12:
 
|}
 
|}
  
[[Category:Table cells]]
+
[[Category:Table cells]][[Category:Tables templates]]
 
</noinclude>
 
</noinclude>

Latest revision as of 08:22, 23 March 2024

!

If you want to use other attributes in the cell, 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|{{!}}