Difference between revisions of "Template:Row"

From SC4D Encyclopaedia
Jump to navigation Jump to search
sc4e>JoeST
m (colspan added)
sc4e>JoeST
m (colspan)
Line 1: Line 1:
 
{{#if:{{{1|}}}|
 
{{#if:{{{1|}}}|
{{!-}}{{option|{{{colspan|}}}|colspan={{{colspan}}}|}}
+
{{!-}}colspan={{{colspan|1}}}
 
{{!}}{{{2|{{{1}}}}}}
 
{{!}}{{{2|{{{1}}}}}}
 
{{!-}}|}}
 
{{!-}}|}}
Line 6: Line 6:
  
 
==Syntax==
 
==Syntax==
<pre>{{row| | |colspan}}</pre>
+
<pre>{{row| | |colspan=}}</pre>
 
==Example==
 
==Example==
{{row|1|stuff in 1}}
+
{{row|1|stuff in 1|colspan=2}}
 
</noinclude>
 
</noinclude>

Revision as of 03:31, 1 January 2009

This template is used in tables to provide an optional row (mainly for templates).

Syntax

{{row| | |colspan=}}

Example

|- colspan=2 |stuff in 1 |-