Difference between revisions of "Template:Row"
Jump to navigation
Jump to search
sc4e>JoeST m (colspan removed) |
sc4e>JoeST m (added style) |
||
Line 1: | Line 1: | ||
{{#if:{{{1|}}}| | {{#if:{{{1|}}}| | ||
− | {{!-}}colspan={{{colspan|1}}} | + | {{!-}}colspan={{{colspan|1}}} {{option{{{style|}}}|style="{{{style}}}"}} |
{{!}}{{{2|{{{1}}}}}} | {{!}}{{{2|{{{1}}}}}} | ||
{{!-}}|}} | {{!-}}|}} | ||
Line 8: | Line 8: | ||
<pre>{{row| | |colspan=}}</pre> | <pre>{{row| | |colspan=}}</pre> | ||
==Example== | ==Example== | ||
− | {{row|1|stuff in 1}} | + | {{row|1|stuff in 1|style=xxxx}} |
</noinclude> | </noinclude> |
Revision as of 03:34, 1 January 2009
This template is used in tables to provide an optional row (mainly for templates).
Syntax
{{row| | |colspan=}}
Example
|- colspan=1 Template:Optionxxxx |stuff in 1 |-