Difference between revisions of "Template:Row"
Jump to navigation
Jump to search
sc4e>JoeST m (added bits) |
m (35 revisions imported) |
||
| Line 1: | Line 1: | ||
| − | {{#if:{{{1|}}}|{{!-}} | + | {{#ifexist:{{FULLPAGENAME}}/row|{{:{{FULLPAGENAME}}/row|{{{1|}}}|{{{2|}}}|{{{3|}}}|{{{4|}}}|{{{5|}}}|{{{6|}}}|{{{7|}}}|{{{8|}}}|{{{9|}}}}}|{{#ifexist:{{NAMESPACE}}{{BASEPAGENAME}}/row|{{:{{NAMESPACE}}{{BASEPAGENAME}}/row|{{{1|}}}|{{{2|}}}|{{{3|}}}|{{{4|}}}|{{{5|}}}|{{{6|}}}|{{{7|}}}|{{{8|}}}|{{{9|}}}}}|{{#if:{{{1|}}}| |
| − | {{!}}{{{2|{{{1}}}}}}}} | + | {{!-}}{{{row|}}} |
| − | <noinclude>This template is used in tables to provide an optional row (mainly for templates). | + | {{!}}{{#if:{{{cell|}}}|{{{cell}}} {{!}}}}{{{2|{{{1}}}}}} |
| + | {{!-}}|}}}}}}<noinclude> | ||
| + | This template is used in tables to provide an optional row (mainly for templates). | ||
==Syntax== | ==Syntax== | ||
| − | <pre>{{ | + | <pre>{{row| | |row=|cell=}}</pre> |
| + | (the row and cell parameters are optional, and if 2 is empty it inserts 1 | ||
==Example== | ==Example== | ||
| − | {{row|1|stuff in 1}} | + | {|border=1 |
| + | {{row|1|stuff in 1}}{{row|2}}{{row}} | ||
| + | |} | ||
</noinclude> | </noinclude> | ||
Latest revision as of 02:34, 10 August 2019
This template is used in tables to provide an optional row (mainly for templates).
Syntax
{{row| | |row=|cell=}}
(the row and cell parameters are optional, and if 2 is empty it inserts 1
Example
| stuff in 1 |
| 2 |