Difference between revisions of "Template:Row"

From SC4D Encyclopaedia
Jump to navigation Jump to search
sc4e>JoeST
m (removed option)
sc4e>JoeST
m (test)
Line 8: Line 8:
 
<pre>{{row| | |colspan=}}</pre>
 
<pre>{{row| | |colspan=}}</pre>
 
==Example==
 
==Example==
{{row|1|stuff in 1|style=xxxx}}
+
{{row|1|stuff in 1|style=text-align:center; font-weight:normal; }}
 
</noinclude>
 
</noinclude>

Revision as of 03:46, 1 January 2009

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

Syntax

{{row| | |colspan=}}

Example

|- colspan=1 style="text-align:center; font-weight:normal;"} |stuff in 1 |-