Difference between revisions of "Template:Row"

From SC4D Encyclopaedia
Jump to navigation Jump to search
sc4e>JoeST
m (New page: {{!-}} {{!}}{{{1}}})
 
m (35 revisions imported)
 
Line 1: Line 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|}}}|
{{!}}{{{1}}}
+
{{!-}}{{{row|}}}
 +
{{!}}{{#if:{{{cell|}}}|{{{cell}}} {{!}}}}{{{2|{{{1}}}}}}
 +
{{!-}}|}}}}}}<noinclude>
 +
This template is used in tables to provide an optional row (mainly for templates).
 +
 
 +
==Syntax==
 +
<pre>{{row| | |row=|cell=}}</pre>
 +
(the row and cell parameters are optional, and if 2 is empty it inserts 1
 +
==Example==
 +
{|border=1
 +
{{row|1|stuff in 1}}{{row|2}}{{row}}
 +
|}
 +
</noinclude>

Latest revision as of 03: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