Difference between revisions of "Template:~"

From Emulation General Wiki
Jump to navigation Jump to search
m
 
(2 intermediate revisions by 2 users not shown)
Line 7: Line 7:
  
 
{|
 
{|
|'''This:''' || <code><nowiki>|colspan=2 {{TBD}}</nowiki></code>
+
|'''This:''' || <code><nowiki>|colspan=2 {{~}}</nowiki></code>
 
|-
 
|-
|'''Not:'''  || <code><nowiki>|colspan=2|{{TBD}}</nowiki></code>
+
|'''Not:'''  || <code><nowiki>|colspan=2|{{~}}</nowiki></code>
 
|}
 
|}
  
[[Category:Table cell templates]]
+
[[Category:Table cells]][[Category:Tables templates|*]]
 
</noinclude>
 
</noinclude>

Latest revision as of 08:23, 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|{{~}}